use isSmall prop for switch size

pull/513/head
Vladimir Volek 5 years ago
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…
Cancel
Save