Skip to content

Commit 1941636

Browse files
authored
Merge pull request #168 from kaseyvee/choice-picker
fix(question): update selected button text color
2 parents ad20937 + 3f019bd commit 1941636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/question/question.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function Question(props: QuestionProps) {
4141
const buttonList = props.options.map((option, index) => {
4242
const selectedStyles = {
4343
'&.Mui-disabled': {
44-
color: 'text.primary',
44+
color: 'common.white',
4545
backgroundColor: 'secondary.main',
4646
},
4747
}

0 commit comments

Comments
 (0)