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

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

Loading…
Cancel
Save