fix: style switch thumb position
This commit is contained in:
parent
3ee3a02cba
commit
3c9bd4e039
|
@ -51,8 +51,8 @@ const AddressAndPortInputs = ({ isAdvanced }: AddressAndPortInputsProps) => {
|
||||||
>
|
>
|
||||||
<Switch.Thumb
|
<Switch.Thumb
|
||||||
style={{
|
style={{
|
||||||
right: 7,
|
right: 7.6,
|
||||||
bottom: 3,
|
bottom: 2.4,
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
height: '16px',
|
height: '16px',
|
||||||
width: '16px',
|
width: '16px',
|
||||||
|
|
Loading…
Reference in New Issue