Skip to content

Commit

Permalink
Merge branch 'main' into FI-2622-social-media
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyssaWang authored Nov 14, 2024
2 parents a39afea + 17fd170 commit 6924b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/InputsModal/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default makeStyles()((theme: Theme) => ({
fontWeight: 600,
color: theme.palette.common.grayDarkest,
},
'& label.Mui-focused': {
'& > label.Mui-focused': {
color: theme.palette.secondary.main,
},
'& label.Mui-disabled': {
'& > label.Mui-disabled': {
color: theme.palette.common.gray,
},
'& label.Mui-error': {
'& > label.Mui-error': {
color: theme.palette.error.main,
},
},
Expand Down

0 comments on commit 6924b52

Please sign in to comment.