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 e6491d0 commit 8349263Copy full SHA for 8349263
src/components/Quiz/QuizWidget/QuizRadioGroup.tsx
@@ -138,7 +138,6 @@ const CustomRadio = ({
138
<Center
139
className={cn(
140
"size-6 flex-shrink-0 flex-grow-0 rounded-full bg-disabled text-white",
141
- // TODO: Upon removing custom radio props, flip remove `data` for checked
142
"[:is([data-state='checked'],:hover)_>_&]:text-white",
143
"[:is([data-state='checked'],:hover)_>_&]:bg-primary-action",
144
"[:is([data-state='checked'],:hover)[data-answer-visible]_>_&]:bg-white",
0 commit comments