From 742a43658f2d09fe97c861a521949858f76854f1 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 11:14:47 -0600 Subject: [PATCH] Lighten borders slightly --- src/view/lib/themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts index f8feb01d3c..d3c0a24bb1 100644 --- a/src/view/lib/themes.ts +++ b/src/view/lib/themes.ts @@ -12,7 +12,7 @@ export const defaultTheme: Theme = { textLight: colors.gray5, textInverted: colors.white, link: colors.blue3, - border: colors.gray2, + border: '#f0e9e9', icon: colors.gray2, // non-standard