Skip to content

Commit

Permalink
fix(react-components): fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Aug 21, 2023
1 parent d8385b7 commit 3ae7b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/Switch/switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const stylesDot = () => css({
boxShadow: 'var(--pv-shadow-light-low)',
transform: 'translateX(calc(-50% + 2px))',
pointerEvents: 'none',
boxSizing: 'content-box',
'&:before': {
top: '-10px',
left: '-10px',
Expand Down

0 comments on commit 3ae7b12

Please sign in to comment.