mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fix typo in calendarBackgroundColor CSS variable
(cherry picked from commit e34d2504400faaa12c7fc8572264477ccd58619d)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.dayOfWeek {
|
||||
flex: 1 0 14.28%;
|
||||
background-color: var(--calendarBackgroudColor);
|
||||
background-color: var(--calendarBackgroundColor);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ module.exports = {
|
||||
// Calendar
|
||||
|
||||
calendarTodayBackgroundColor: '#3e3e3e',
|
||||
calendarBackgroudColor: '#2a2a2a',
|
||||
calendarBackgroundColor: '#2a2a2a',
|
||||
calendarBorderColor: '#cecece',
|
||||
calendarTextDim: '#eee',
|
||||
calendarTextDimAlternate: '#fff',
|
||||
|
||||
@@ -203,7 +203,7 @@ module.exports = {
|
||||
// Calendar
|
||||
|
||||
calendarTodayBackgroundColor: '#c5c5c5',
|
||||
calendarBackgroudColor: '#e4eaec',
|
||||
calendarBackgroundColor: '#e4eaec',
|
||||
calendarBorderColor: '#cecece',
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user