Fix typo in calendarBackgroundColor CSS variable

pull/5581/head
Benjamin Staneck 1 year ago committed by GitHub
parent 3141bf7f9d
commit e34d250440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
.dayOfWeek {
flex: 1 0 14.28%;
background-color: var(--calendarBackgroudColor);
background-color: var(--calendarBackgroundColor);
text-align: center;
}

@ -208,7 +208,7 @@ module.exports = {
// Calendar
calendarTodayBackgroundColor: '#3e3e3e',
calendarBackgroudColor: '#2a2a2a',
calendarBackgroundColor: '#2a2a2a',
calendarBorderColor: '#cecece',
calendarTextDim: '#eee',
calendarTextDimAlternate: '#fff',

@ -210,7 +210,7 @@ module.exports = {
// Calendar
calendarTodayBackgroundColor: '#c5c5c5',
calendarBackgroudColor: '#e4eaec',
calendarBackgroundColor: '#e4eaec',
calendarBorderColor: '#cecece',
calendarTextDim: '#666',
calendarTextDimAlternate: '#242424',

Loading…
Cancel
Save