Skip to content

Commit ea9ea3f

Browse files
authored
Fix checkbox width (#519)
1 parent cc2ad01 commit ea9ea3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Checkbox/Checkbox.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const CheckInput = styled(RadixCheckbox.Root)<{
7373
display: flex;
7474
align-items: center;
7575
justify-content: center;
76+
flex-shrink: 0;
7677
7778
${({ theme, variant = "default" }) => `
7879
border-radius: ${theme.click.checkbox.radii.all};

0 commit comments

Comments
 (0)