We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2ad01 commit ea9ea3fCopy full SHA for ea9ea3f
src/components/Checkbox/Checkbox.tsx
@@ -73,6 +73,7 @@ const CheckInput = styled(RadixCheckbox.Root)<{
73
display: flex;
74
align-items: center;
75
justify-content: center;
76
+ flex-shrink: 0;
77
78
${({ theme, variant = "default" }) => `
79
border-radius: ${theme.click.checkbox.radii.all};
0 commit comments