Fix typo in calendarBackgroundColor CSS variable
This commit is contained in:
parent
3141bf7f9d
commit
e34d250440
|
@ -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…
Reference in New Issue