about summary refs log tree commit diff
path: root/src/view/lib/themes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r--src/view/lib/themes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts
index 1dedd049e..2ad78c20e 100644
--- a/src/view/lib/themes.ts
+++ b/src/view/lib/themes.ts
@@ -6,7 +6,7 @@ export const defaultTheme: Theme = {
   palette: {
     default: {
       background: colors.white,
-      backgroundLight: colors.gray2,
+      backgroundLight: colors.gray1,
       text: colors.black,
       textLight: colors.gray5,
       textInverted: colors.white,