diff --git a/frontend/src/Calendar/Day/CalendarDay.css b/frontend/src/Calendar/Day/CalendarDay.css index 1c7694f0b..79eb67ae7 100644 --- a/frontend/src/Calendar/Day/CalendarDay.css +++ b/frontend/src/Calendar/Day/CalendarDay.css @@ -2,8 +2,8 @@ flex: 1 0 14.28%; overflow: hidden; min-height: 70px; - border-bottom: 1px solid $borderColor; - border-left: 1px solid $borderColor; + border-bottom: 1px solid $calendarBorderColor; + border-left: 1px solid $calendarBorderColor; } .isSingleDay { @@ -12,7 +12,7 @@ .dayOfMonth { padding-right: 5px; - border-bottom: 1px solid $borderColor; + border-bottom: 1px solid $calendarBorderColor; text-align: right; } diff --git a/frontend/src/Calendar/Day/CalendarDays.css b/frontend/src/Calendar/Day/CalendarDays.css index 22005e3e6..b6dd2100c 100644 --- a/frontend/src/Calendar/Day/CalendarDays.css +++ b/frontend/src/Calendar/Day/CalendarDays.css @@ -1,6 +1,6 @@ .days { display: flex; - border-right: 1px solid $borderColor; + border-right: 1px solid $calendarBorderColor; } .day, diff --git a/frontend/src/Styles/Variables/colors.js b/frontend/src/Styles/Variables/colors.js index c209b44b0..b9741a69a 100644 --- a/frontend/src/Styles/Variables/colors.js +++ b/frontend/src/Styles/Variables/colors.js @@ -176,6 +176,7 @@ module.exports = { // Calendar calendarTodayBackgroundColor: '#ddd', + calendarBorderColor: '#cecece', // // Table