Skip to content

Commit

Permalink
fix: fix disabled selection radios
Browse files Browse the repository at this point in the history
fix: fix disabled selection radios
  • Loading branch information
jordankoschei-okta authored Apr 25, 2023
1 parent 89a30a3 commit 50be355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ export const components: ThemeOptions["components"] = {
backgroundColor: theme.palette.grey[50],
borderColor: theme.palette.grey[300],

"&::before": {
"&.Mui-checked::before": {
backgroundColor: theme.palette.grey[300],
},
},
Expand Down

0 comments on commit 50be355

Please sign in to comment.