From 55736a32177a4802858587128d5e8e8fcb9766b8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 30 Jul 2023 20:45:17 +0200 Subject: [PATCH] Updated the background color of the light.js theme --- src/common/themes/light.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/themes/light.js b/src/common/themes/light.js index 9572872..a010af4 100644 --- a/src/common/themes/light.js +++ b/src/common/themes/light.js @@ -8,6 +8,9 @@ const theme = createTheme({ }, text: { main: '#000000', + }, + background: { + default: '#FDFDFD', } }, typography: {