From 57bd37ef2fc9444cd1df3a71cc21591c623655af Mon Sep 17 00:00:00 2001 From: nimbleghost <132819643+nimbleghost@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:22:59 +0200 Subject: [PATCH] Fix sidebar colour on mobile --- web/src/components/theme.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/components/theme.js b/web/src/components/theme.js index 64217eee..0ce693a6 100644 --- a/web/src/components/theme.js +++ b/web/src/components/theme.js @@ -55,6 +55,13 @@ export const darkTheme = { }, }, }, + MuiPaper: { + styleOverrides: { + root: { + backgroundImage: "none", + }, + }, + }, }, palette: { mode: "dark",