mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Fix typo in calendarBackgroundColor CSS variable
(cherry picked from commit e34d2504400faaa12c7fc8572264477ccd58619d)
This commit is contained in:
parent
734e8fdf6f
commit
3961bbbb3d
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
.dayOfWeek {
|
.dayOfWeek {
|
||||||
flex: 1 0 14.28%;
|
flex: 1 0 14.28%;
|
||||||
background-color: var(--calendarBackgroudColor);
|
background-color: var(--calendarBackgroundColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ module.exports = {
|
||||||
// Calendar
|
// Calendar
|
||||||
|
|
||||||
calendarTodayBackgroundColor: '#3e3e3e',
|
calendarTodayBackgroundColor: '#3e3e3e',
|
||||||
calendarBackgroudColor: '#2a2a2a',
|
calendarBackgroundColor: '#2a2a2a',
|
||||||
calendarBorderColor: '#cecece',
|
calendarBorderColor: '#cecece',
|
||||||
calendarTextDim: '#eee',
|
calendarTextDim: '#eee',
|
||||||
calendarTextDimAlternate: '#fff',
|
calendarTextDimAlternate: '#fff',
|
||||||
|
|
|
@ -203,7 +203,7 @@ module.exports = {
|
||||||
// Calendar
|
// Calendar
|
||||||
|
|
||||||
calendarTodayBackgroundColor: '#c5c5c5',
|
calendarTodayBackgroundColor: '#c5c5c5',
|
||||||
calendarBackgroudColor: '#e4eaec',
|
calendarBackgroundColor: '#e4eaec',
|
||||||
calendarBorderColor: '#cecece',
|
calendarBorderColor: '#cecece',
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue