diff --git a/src/modules/theme/services/ThemeCreator.ts b/src/modules/theme/services/ThemeCreator.ts index c240dc5e..be6f0e47 100644 --- a/src/modules/theme/services/ThemeCreator.ts +++ b/src/modules/theme/services/ThemeCreator.ts @@ -49,8 +49,8 @@ const getBackgroundColor = ( } return { - paper: lighten(theme.colorSchemes.light.palette.primary.dark, 0.8), - default: lighten(theme.colorSchemes.light.palette.primary.dark, 0.9), + paper: lighten(theme.colorSchemes.light.palette.primary.dark, 0.7), + default: lighten(theme.colorSchemes.light.palette.primary.dark, 0.8), }; }