Skip to content

Commit

Permalink
fix(multiple-choice): remove automatic uppercase for button (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Jan 21, 2025
1 parent 63933bb commit 217cdf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/play/multipleChoices/ChoiceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const ChoiceButton = ({
onClick={handleClick}
fullWidth
sx={{
textTransform: 'none',
'&.MuiButton-root': {
'&.Mui-disabled': computeDisabledSx(choiceState),
},
Expand Down

0 comments on commit 217cdf6

Please sign in to comment.