mirror of
https://github.com/trezor/trezor-wallet
synced 2025-04-20 00:59:03 +00:00
Remove defualt hover color for 'Icon'
This commit is contained in:
parent
fc9c2a2a0d
commit
9693df624b
@ -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