Skip to content

Commit

Permalink
fix: disabled input
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluscaio committed Dec 4, 2024
1 parent a4d64d8 commit 903ae22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Client/src/Utils/Theme/globalTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ const baseTheme = (palette) => ({
fontSize: "var(--env-var-font-size-medium)",
fontWeight: 400,
color: palette.text.secondary,
"&.Mui-disabled": {
opacity: 0.25,
"-webkit-text-fill-color": "unset",
},
},
"& .MuiInputBase-input.MuiOutlinedInput-input": {
padding: "0 var(--env-var-spacing-1-minus) !important",
Expand Down

0 comments on commit 903ae22

Please sign in to comment.