From d9cc5b307a50e371c9ee1dd483d85239c0daadc9 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sun, 30 Apr 2023 05:58:01 +0200 Subject: [PATCH] New: Updated button and calendar outline colors for dark theme (cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf) Closes #3588 --- frontend/src/Styles/Themes/dark.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/Styles/Themes/dark.js b/frontend/src/Styles/Themes/dark.js index 8f63381e1..5e16185ca 100644 --- a/frontend/src/Styles/Themes/dark.js +++ b/frontend/src/Styles/Themes/dark.js @@ -93,9 +93,9 @@ module.exports = { defaultButtonTextColor: '#eee', defaultBackgroundColor: '#333', - defaultBorderColor: '#eaeaea', + defaultBorderColor: '#393f45', defaultHoverBackgroundColor: '#444', - defaultHoverBorderColor: '#d6d6d6', + defaultHoverBorderColor: '#5a6265', primaryBackgroundColor: '#0b8750', primaryBorderColor: '#1d563d', @@ -208,7 +208,7 @@ module.exports = { calendarTodayBackgroundColor: '#3e3e3e', calendarBackgroundColor: '#2a2a2a', - calendarBorderColor: '#cecece', + calendarBorderColor: '#393f45', calendarTextDim: '#eee', calendarTextDimAlternate: '#fff',