Skip to content

Commit e5024b1

Browse files
committed
Fix softTheme
1 parent ee923f2 commit e5024b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/src/themes/softTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const softDarkTheme = {
3232
},
3333
},
3434
MuiFilledInput: {
35-
styleOverrides: undefined,
35+
styleOverrides: {},
3636
},
3737
MuiAppBar: {
3838
styleOverrides: {

0 commit comments

Comments
 (0)