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.
2 parents 0e5c5c4 + 8ff4f5e commit 421bccaCopy full SHA for 421bcca
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