fix error message

This commit is contained in:
Caio Cabral
2024-12-03 21:01:54 -05:00
parent a95c4b26f9
commit 9602884bed

View File

@@ -233,8 +233,8 @@ const baseTheme = (palette) => ({
fontWeight: 400,
color: palette.text.secondary,
"&.Mui-disabled": {
opacity: 0.25,
"-webkit-text-fill-color": "unset",
opacity: 0.3,
WebkitTextFillColor: "unset",
},
},
"& .MuiInputBase-input.MuiOutlinedInput-input": {