mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 04:08:28 +00:00
use isSmall prop for switch size
This commit is contained in:
parent
ee9ebd2916
commit
2959271a40
@ -120,9 +120,7 @@ const CoinsSettings = (props: Props) => (
|
||||
</Left>
|
||||
<Right>
|
||||
<Switch
|
||||
width={36}
|
||||
height={18}
|
||||
handleDiameter={14}
|
||||
isSmall
|
||||
checkedIcon={false}
|
||||
uncheckedIcon={false}
|
||||
onChange={visible => {
|
||||
@ -166,9 +164,7 @@ const CoinsSettings = (props: Props) => (
|
||||
</Left>
|
||||
<Right>
|
||||
<Switch
|
||||
width={36}
|
||||
height={18}
|
||||
handleDiameter={14}
|
||||
isSmall
|
||||
checkedIcon={false}
|
||||
uncheckedIcon={false}
|
||||
onChange={visible => {
|
||||
|
@ -103,9 +103,7 @@ const WalletSettings = (props: Props) => (
|
||||
</Tooltip>
|
||||
</Label>
|
||||
<Switch
|
||||
width={36}
|
||||
height={18}
|
||||
handleDiameter={14}
|
||||
isSmall
|
||||
checkedIcon={false}
|
||||
uncheckedIcon={false}
|
||||
onChange={checked => {
|
||||
|
Loading…
Reference in New Issue
Block a user