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: {