From f917c426a090ceed905cc18d3461c47756a3deab Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 13 Apr 2023 16:10:27 -0700 Subject: Web darkmode fixes (#474) * Change dark mode borders to be slightly lighter than the bg rather than slightly darker * Add dark mode styling to web composer * Fix editprofile darkmode --- src/lib/themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/themes.ts') diff --git a/src/lib/themes.ts b/src/lib/themes.ts index d7043ad2d..76d4fbf2f 100644 --- a/src/lib/themes.ts +++ b/src/lib/themes.ts @@ -297,7 +297,7 @@ export const darkTheme: Theme = { textLight: colors.gray3, textInverted: colors.black, link: colors.blue3, - border: colors.black, + border: colors.gray7, borderDark: colors.gray6, icon: colors.gray4, -- cgit 1.4.1