Skip to content

Commit

Permalink
fix: switch within table bug (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman authored Mar 3, 2025
1 parent bc97166 commit 441942e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export type SwitchProps = UseSwitchProps & { className?: string }

const SwitchSC = styled.label<SwitchStyleProps>(
({ $checked, $disabled, $readOnly, theme }) => ({
position: 'relative',
display: 'flex',
columnGap: theme.spacing.xsmall,
alignItems: 'center',
Expand Down

0 comments on commit 441942e

Please sign in to comment.