Skip to content

Commit

Permalink
Revert to original classname order
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 19, 2024
1 parent b1b7bb2 commit 8691756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/radio-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function RadioControl(
return (
<fieldset
id={ id }
className={ clsx( 'components-radio-control', className ) }
className={ clsx( className, 'components-radio-control' ) }
aria-describedby={ !! help ? generateHelpId( id ) : undefined }
>
{ hideLabelFromVision ? (
Expand Down

0 comments on commit 8691756

Please sign in to comment.