Skip to content

Commit

Permalink
fix: use correct id in label for
Browse files Browse the repository at this point in the history
  • Loading branch information
njblore committed Sep 17, 2024
1 parent fe65adb commit ae08cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ThemeRadioButton = ({
onFocus: (value: string | undefined) => void;
}) => {
return (
<RadioButtonLabel htmlFor={theme.slug}>
<RadioButtonLabel htmlFor={id}>
<HiddenRadioButtonInput
value={theme.slug}
id={id}
Expand Down

0 comments on commit ae08cda

Please sign in to comment.