Skip to content

Commit

Permalink
fix: add outlined input background color (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Oct 18, 2024
1 parent 4fc553f commit 5edd7b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ export const createGraaspTheme = ({
},
},
},
MuiOutlinedInput: {
// outlined inputs should have the inside white
styleOverrides: {
root: {
backgroundColor: 'white',
},
},
},
MuiSelect: {
styleOverrides: {
root: {
Expand Down

0 comments on commit 5edd7b8

Please sign in to comment.