Skip to content

Commit

Permalink
Add a white background to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
drskullster committed Oct 25, 2024
1 parent babbd89 commit 58a445c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ export const theme = createTheme({
},
styleOverrides: {
root: ({ theme }) => ({
background: 'white',
legend: {
// We should be able to remove this but there is a css override somewhere that
// set the fieldset > legend max-width to 100%, and this invalidate the notched: false rule for some inputs.
Expand Down

0 comments on commit 58a445c

Please sign in to comment.