Skip to content

Commit 8ca1e0a

Browse files
committed
update border radius
1 parent 813d510 commit 8ca1e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gamut/src/Form/styles/Checkbox-styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const checkboxElement = system.css({
3838
width: 22,
3939
height: 22,
4040
borderColor: 'currentColor',
41-
borderRadius: 'md',
41+
borderRadius: '4px' as keyof typeof theme.borderRadii, // hardcoded so that it is not impacted by the theme’s border-radius token
4242
borderStyle: 'solid',
4343
borderWidth: '2px',
4444
transition: transitionConcat(

0 commit comments

Comments
 (0)