fix: style switch thumb position

This commit is contained in:
RadoslavDimchev 2024-01-03 09:27:17 +02:00
parent 3ee3a02cba
commit 3c9bd4e039
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ const AddressAndPortInputs = ({ isAdvanced }: AddressAndPortInputsProps) => {
>
<Switch.Thumb
style={{
right: 7,
bottom: 3,
right: 7.6,
bottom: 2.4,
backgroundColor: '#fff',
height: '16px',
width: '16px',