diff --git a/desktop/app/src/ui/components/ToggleSwitch.tsx b/desktop/app/src/ui/components/ToggleSwitch.tsx index cfae194b0..a78177d45 100644 --- a/desktop/app/src/ui/components/ToggleSwitch.tsx +++ b/desktop/app/src/ui/components/ToggleSwitch.tsx @@ -47,6 +47,7 @@ Container.displayName = 'ToggleSwitch:Container'; const Label = styled(Text)({ marginLeft: 7, marginRight: 7, + lineHeight: 1.3, }); Label.displayName = 'ToggleSwitch:Label';