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 ad20937 + 3f019bd commit 1941636Copy full SHA for 1941636
src/components/question/question.tsx
@@ -41,7 +41,7 @@ export default function Question(props: QuestionProps) {
41
const buttonList = props.options.map((option, index) => {
42
const selectedStyles = {
43
'&.Mui-disabled': {
44
- color: 'text.primary',
+ color: 'common.white',
45
backgroundColor: 'secondary.main',
46
},
47
}
0 commit comments