Skip to content

Commit

Permalink
Merge pull request #1271 from bluewave-labs/fix/disabledInputColor
Browse files Browse the repository at this point in the history
fix: disabled input
  • Loading branch information
ajhollid authored Dec 4, 2024
2 parents 821b4a9 + 903ae22 commit d36d5ec
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 @@ -232,6 +232,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 d36d5ec

Please sign in to comment.