mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +00:00
Remove default hover color for 'Icon'
This commit is contained in:
parent
22e87b287b
commit
11a0304481
@ -27,7 +27,7 @@ const SvgWrapper = styled.svg`
|
||||
|
||||
:hover {
|
||||
path {
|
||||
fill: ${props => props.hoverColor || colors.TEXT_SECONDARY}
|
||||
fill: ${props => props.hoverColor}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user