From 5d873fafec07c9d67ad8d2c16eecea195a78eecf 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 --- 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 9b16a8ace..756387144 100644 --- a/frontend/src/Styles/Themes/dark.js +++ b/frontend/src/Styles/Themes/dark.js @@ -94,9 +94,9 @@ module.exports = { defaultButtonTextColor: '#eee', defaultBackgroundColor: '#333', - defaultBorderColor: '#eaeaea', + defaultBorderColor: '#393f45', defaultHoverBackgroundColor: '#444', - defaultHoverBorderColor: '#d6d6d6', + defaultHoverBorderColor: '#5a6265', primaryBackgroundColor: '#5d9cec', primaryBorderColor: '#5899eb', @@ -209,7 +209,7 @@ module.exports = { calendarTodayBackgroundColor: '#3e3e3e', calendarBackgroundColor: '#2a2a2a', - calendarBorderColor: '#cecece', + calendarBorderColor: '#393f45', calendarTextDim: '#eee', calendarTextDimAlternate: '#fff',