Skip to content

Commit

Permalink
Remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 24, 2024
1 parent eebf306 commit c733cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/switch/src/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const Switch = React.forwardRef<SwitchElement, SwitchProps>(
<SwitchProvider scope={__scopeSwitch} checked={checked} disabled={disabled}>
{/*
Wrap with div to prevent input from escaping component bounds
link : https://github.com/radix-ui/primitives/issues/3235
*/}
<div style={{ position: 'relative', display: 'inline-flex' }}>
<Primitive.button
Expand Down

0 comments on commit c733cd6

Please sign in to comment.