Skip to content

Commit

Permalink
Fix checkbox width (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariser authored Jan 10, 2025
1 parent cc2ad01 commit ea9ea3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const CheckInput = styled(RadixCheckbox.Root)<{
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
${({ theme, variant = "default" }) => `
border-radius: ${theme.click.checkbox.radii.all};
Expand Down

0 comments on commit ea9ea3f

Please sign in to comment.