Skip to content

Commit

Permalink
Update AlignmentCard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 30, 2024
1 parent ae4bd44 commit 3eb35cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/AlignmentCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ import Box from '@mui/material/Box';
const InputSwitch = withStyles((theme) => ({
switchBase: {
color: theme.palette.input.secondaryText,
'&$checked': {
'&.Mui-checked': {
color: theme.palette.input.dark,
},
'&$checked + $track': {
'&.Mui-checked + .Mui-track': {
backgroundColor: theme.palette.input.dark,
},
},
Expand Down

0 comments on commit 3eb35cc

Please sign in to comment.