diff --git a/Client/src/Utils/Theme/globalTheme.js b/Client/src/Utils/Theme/globalTheme.js index 87ef00c7a..95f6bf578 100644 --- a/Client/src/Utils/Theme/globalTheme.js +++ b/Client/src/Utils/Theme/globalTheme.js @@ -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": {