From 3ab2e04a87a23d6a81b2347a2c1d05552e7000aa Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Mon, 18 Jul 2022 13:00:02 +0900 Subject: [PATCH] Make dark text a bit darker --- src/lib/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/theme.ts b/src/lib/theme.ts index 414d327a..0167884e 100644 --- a/src/lib/theme.ts +++ b/src/lib/theme.ts @@ -32,7 +32,7 @@ export const theme: Theme = { ...colors, white: '#fff', black: '#000', - text: '#dedede', + text: '#d0d0d0', background: '#202124', primary: colors.blue[4], secondary: '#6c757d',