From a3c01e7b07cab2db183b67c3c423907591c95f74 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 1 Aug 2022 18:08:18 +0300 Subject: [PATCH] Accessibility update color contrast (#4850) --- src/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.js b/src/theme.js index 5e3c30417..65071aae6 100644 --- a/src/theme.js +++ b/src/theme.js @@ -18,7 +18,7 @@ const colors = { brand: '#61dafb', // electric blue brandLight: '#bbeffd', text: '#1a1a1a', // very dark grey / black substitute - subtle: '#6d6d6d', // light grey for text + subtle: '#6B6B6B', // light grey for text subtleOnDark: '#999', divider: '#ececec', // very light grey note: '#ffe564', // yellow