1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-01 08:52:24 +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> </Left>
<Right> <Right>
<Switch <Switch
width={36} isSmall
height={18}
handleDiameter={14}
checkedIcon={false} checkedIcon={false}
uncheckedIcon={false} uncheckedIcon={false}
onChange={visible => { onChange={visible => {
@ -166,9 +164,7 @@ const CoinsSettings = (props: Props) => (
</Left> </Left>
<Right> <Right>
<Switch <Switch
width={36} isSmall
height={18}
handleDiameter={14}
checkedIcon={false} checkedIcon={false}
uncheckedIcon={false} uncheckedIcon={false}
onChange={visible => { onChange={visible => {

View File

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