From 0c254285a1bfefd15b0602bb02f5266fa282cc97 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 28 May 2020 20:08:02 -0700 Subject: [PATCH] fix: Improved readability of input placeholders in dark mode --- shared/styles/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 5fff6381..8f726c7d 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -148,7 +148,7 @@ export const dark = { text: colors.almostWhite, textSecondary: lighten(0.1, colors.slate), textTertiary: colors.slate, - placeholder: darken(0.5, '#B1BECC'), + placeholder: colors.slateDark, sidebarBackground: colors.veryDarkBlue, sidebarItemBackground: colors.veryDarkBlue,