1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-20 03:52:01 +00:00

Remove default hover color for 'Icon'

This commit is contained in:
Vasek Mlejnsky 2018-09-20 08:51:10 +02:00
parent 22e87b287b
commit 11a0304481

View File

@ -27,7 +27,7 @@ const SvgWrapper = styled.svg`
:hover { :hover {
path { path {
fill: ${props => props.hoverColor || colors.TEXT_SECONDARY} fill: ${props => props.hoverColor}
} }
} }
`; `;