We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc97166 commit 441942eCopy full SHA for 441942e
src/components/Switch.tsx
@@ -30,6 +30,7 @@ export type SwitchProps = UseSwitchProps & { className?: string }
30
31
const SwitchSC = styled.label<SwitchStyleProps>(
32
({ $checked, $disabled, $readOnly, theme }) => ({
33
+ position: 'relative',
34
display: 'flex',
35
columnGap: theme.spacing.xsmall,
36
alignItems: 'center',
0 commit comments