mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
smaller close menu icon in header
This commit is contained in:
parent
f38a125f83
commit
1ac91ef801
@ -161,7 +161,7 @@ const Header = ({ sidebarEnabled, sidebarOpened, toggleSidebar }: Props) => (
|
||||
<MenuToggler onClick={toggleSidebar}>
|
||||
{sidebarOpened ? (
|
||||
<>
|
||||
<Icon size={14} color={colors.WHITE} icon={icons.CLOSE} />
|
||||
<Icon size={12} color={colors.WHITE} icon={icons.CLOSE} />
|
||||
<TogglerText>
|
||||
<FormattedMessage {...l10nMessages.TR_MENU_CLOSE} />
|
||||
</TogglerText>
|
||||
|
Loading…
Reference in New Issue
Block a user