Skip to content

Commit

Permalink
fix: set background only on input (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jul 3, 2024
1 parent 3c5bf8e commit cb03b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ export const createGraaspTheme = ({
MuiTextField: {
styleOverrides: {
root: {
backgroundColor: 'white',
'& input': {
backgroundColor: 'white',
},
},
},
},
Expand Down

0 comments on commit cb03b7b

Please sign in to comment.