Skip to content

Commit 912cd9b

Browse files
committed
feat: update radio button element spacing
1 parent b6802a2 commit 912cd9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/design-system/radio-button/radio-button.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const radioGroupRoot = style([
1010
sx({
1111
display: 'flex',
1212
flexDirection: 'column',
13+
gap: '$8',
1314
}),
1415
{
1516
padding: radioGroupPadding,

0 commit comments

Comments
 (0)