diff --git a/client/src/components/InputsModal/styles.tsx b/client/src/components/InputsModal/styles.tsx index 320228919..69e2d6c63 100644 --- a/client/src/components/InputsModal/styles.tsx +++ b/client/src/components/InputsModal/styles.tsx @@ -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, }, },