mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 08:39:43 -06:00
fix error message
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user