File tree 2 files changed +1
-3
lines changed
components/Dashboard/Navbar
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ export const NavbarView: FC<NavbarViewProps> = ({
187
187
< nav
188
188
css = { ( theme ) => ( {
189
189
height : navHeight ,
190
- background : theme . palette . background . paper ,
191
190
borderBottom : `1px solid ${ theme . palette . divider } ` ,
192
191
} ) }
193
192
>
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ dark = createTheme(dark, {
244
244
root : ( { theme } ) => ( {
245
245
borderCollapse : "unset" ,
246
246
border : "none" ,
247
- background : dark . palette . background . paper ,
248
247
boxShadow : `0 0 0 1px ${ dark . palette . background . default } inset` ,
249
248
overflow : "hidden" ,
250
249
@@ -266,7 +265,7 @@ dark = createTheme(dark, {
266
265
fontSize : 14 ,
267
266
color : dark . palette . text . secondary ,
268
267
fontWeight : 600 ,
269
- background : dark . palette . background . paperLight ,
268
+ background : dark . palette . background . paper ,
270
269
} ,
271
270
root : {
272
271
fontSize : 16 ,
You can’t perform that action at this time.
0 commit comments