Browse Source

Fix sidebar colour on mobile

nimbleghost 2 years ago
parent
commit
57bd37ef2f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      web/src/components/theme.js

+ 7 - 0
web/src/components/theme.js

@@ -55,6 +55,13 @@ export const darkTheme = {
         },
       },
     },
+    MuiPaper: {
+      styleOverrides: {
+        root: {
+          backgroundImage: "none",
+        },
+      },
+    },
   },
   palette: {
     mode: "dark",