Skip to content

Commit 441942e

Browse files
authored
fix: switch within table bug (#688)
1 parent bc97166 commit 441942e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Switch.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export type SwitchProps = UseSwitchProps & { className?: string }
3030

3131
const SwitchSC = styled.label<SwitchStyleProps>(
3232
({ $checked, $disabled, $readOnly, theme }) => ({
33+
position: 'relative',
3334
display: 'flex',
3435
columnGap: theme.spacing.xsmall,
3536
alignItems: 'center',

0 commit comments

Comments
 (0)