Skip to content

Commit

Permalink
fix: trigger new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 3, 2024
1 parent 22d9555 commit c8b5917
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme/components/MuiTextField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ const MuiTextField: Components["MuiTextField"] = {
[`& > .${inputBaseClasses.root}`]: {
...(ownerState.disabled
? {
border: "0px !important",
borderRadius: "0px !important",
// @ts-expect-error
backgroundColor: `${palette.info!.main} !important`,
[`.${inputBaseClasses.disabled}`]: {
color: `${typography.body1!.color} !important`,
"-webkit-text-fill-color": "unset",
},
border: "0px !important",
borderRadius: "0px !important",
// @ts-expect-error
backgroundColor: `${palette.info!.main} !important`,
}
: {
border: "1px solid black !important",
Expand Down

0 comments on commit c8b5917

Please sign in to comment.