diff --git a/src/ui/components/ToggleSwitch.tsx b/src/ui/components/ToggleSwitch.tsx index d7d1506c4..5dcab6c9f 100644 --- a/src/ui/components/ToggleSwitch.tsx +++ b/src/ui/components/ToggleSwitch.tsx @@ -19,6 +19,7 @@ export const StyledButton = styled('div')((props: {toggled: boolean}) => ({ borderRadius: '100px', position: 'relative', marginLeft: '15px', + flexShrink: 0, '&::after': { content: '""', position: 'absolute',