mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
fix size of arrow in advanced settings button
This commit is contained in:
parent
71d348d9c2
commit
1a458f08df
@ -507,7 +507,7 @@ const AccountSend = (props: Props) => {
|
||||
<AdvancedSettingsIcon
|
||||
icon={ICONS.ARROW_DOWN}
|
||||
color={colors.TEXT_SECONDARY}
|
||||
size={14}
|
||||
size={12}
|
||||
isActive={advanced}
|
||||
canAnimate
|
||||
/>
|
||||
|
@ -472,7 +472,7 @@ const AccountSend = (props: Props) => {
|
||||
<AdvancedSettingsIcon
|
||||
icon={ICONS.ARROW_DOWN}
|
||||
color={colors.TEXT_SECONDARY}
|
||||
size={14}
|
||||
size={12}
|
||||
isActive={advanced}
|
||||
canAnimate
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user