mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +00:00
Fix comma
This commit is contained in:
parent
4d480440dd
commit
ef92428f62
@ -28,7 +28,7 @@ const SvgWrapper = styled.svg`
|
|||||||
const Path = styled.path``;
|
const Path = styled.path``;
|
||||||
|
|
||||||
const Icon = ({
|
const Icon = ({
|
||||||
icon, size = 32, color = 'black', isActive, canAnimate, className, , onMouseEnter, onMouseLeave, onFocus, onClick,
|
icon, size = 32, color = 'black', isActive, canAnimate, className, onMouseEnter, onMouseLeave, onFocus, onClick,
|
||||||
}) => (
|
}) => (
|
||||||
<SvgWrapper
|
<SvgWrapper
|
||||||
className={className}
|
className={className}
|
||||||
|
Loading…
Reference in New Issue
Block a user