mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Remove defualt hover color for 'Icon'
This commit is contained in:
parent
24737ddb22
commit
7fc4737846
@ -27,7 +27,7 @@ const SvgWrapper = styled.svg`
|
|||||||
|
|
||||||
:hover {
|
:hover {
|
||||||
path {
|
path {
|
||||||
fill: ${props => props.hoverColor || colors.TEXT_SECONDARY}
|
fill: ${props => props.hoverColor}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user