Skip to content

Commit c499eb4

Browse files
committed
fix: change default border radius to 6px * 7
1 parent c4567c7 commit c499eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/RadioGroup/RadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const RadioGroupElement = tasty({
5151
'horizontal & solid': 'row',
5252
},
5353
gap: {
54-
'': '.75x',
54+
'': '1x',
5555
solid: 0,
5656
},
5757
whiteSpace: 'nowrap',

0 commit comments

Comments
 (0)