From 8f4b028abe19d6f86b2b19fea78fc1d5dc0d216a Mon Sep 17 00:00:00 2001 From: Kevin Lau <689163+kevinwlau@users.noreply.github.com> Date: Thu, 30 Sep 2021 13:11:14 -0500 Subject: [PATCH] New: Change Today color in calendar for better visibility (cherry picked from commit d9e9b72a894a238e58d40cc0a6aa83c416db1a44) --- frontend/src/Styles/Variables/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Styles/Variables/colors.js b/frontend/src/Styles/Variables/colors.js index 24e83f557..9a7b83371 100644 --- a/frontend/src/Styles/Variables/colors.js +++ b/frontend/src/Styles/Variables/colors.js @@ -174,7 +174,7 @@ module.exports = { // // Calendar - calendarTodayBackgroundColor: '#ddd', + calendarTodayBackgroundColor: '#c5c5c5', calendarBorderColor: '#cecece', calendarTextDim: '#666',