1
0
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:
Vladimir Volek 2019-04-23 14:36:32 +02:00
parent ee9ebd2916
commit 2959271a40
2 changed files with 3 additions and 9 deletions

View File

@ -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 => {

View File

@ -103,9 +103,7 @@ const WalletSettings = (props: Props) => (
</Tooltip>
</Label>
<Switch
width={36}
height={18}
handleDiameter={14}
isSmall
checkedIcon={false}
uncheckedIcon={false}
onChange={checked => {