We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813d510 commit 8ca1e0aCopy full SHA for 8ca1e0a
packages/gamut/src/Form/styles/Checkbox-styles.ts
@@ -38,7 +38,7 @@ export const checkboxElement = system.css({
38
width: 22,
39
height: 22,
40
borderColor: 'currentColor',
41
- borderRadius: 'md',
+ borderRadius: '4px' as keyof typeof theme.borderRadii, // hardcoded so that it is not impacted by the theme’s border-radius token
42
borderStyle: 'solid',
43
borderWidth: '2px',
44
transition: transitionConcat(
0 commit comments