We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5c5c4 commit 8ff4f5eCopy full SHA for 8ff4f5e
src/design-system/radio-button/radio-button.component.tsx
@@ -61,7 +61,7 @@ export const RadioButtonGroup = <Value extends string>({
61
};
62
63
return (
64
- <Box className={cn(className, cx.root)}>
+ <Box className={cn(cx.root, className)}>
65
<RadixRadioGroup.Root
66
{...props}
67
value={localSelection}
0 commit comments