From 9602884bede09d71c045df6196fc5bcfdb645a7b Mon Sep 17 00:00:00 2001 From: Caio Cabral Date: Tue, 3 Dec 2024 21:01:54 -0500 Subject: [PATCH] fix error message --- Client/src/Utils/Theme/globalTheme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {