Skip to content

Commit 8ff4f5e

Browse files
committed
fix: apply radio button group override classname after root styles
1 parent 0e5c5c4 commit 8ff4f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-system/radio-button/radio-button.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const RadioButtonGroup = <Value extends string>({
6161
};
6262

6363
return (
64-
<Box className={cn(className, cx.root)}>
64+
<Box className={cn(cx.root, className)}>
6565
<RadixRadioGroup.Root
6666
{...props}
6767
value={localSelection}

0 commit comments

Comments
 (0)