diff options
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r-- | src/view/lib/themes.ts | 2 |
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, |