1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fix typo in calendarBackgroundColor CSS variable

(cherry picked from commit e34d2504400faaa12c7fc8572264477ccd58619d)
This commit is contained in:
Benjamin Staneck
2023-04-27 16:32:31 +02:00
committed by Qstick
parent a6ce314db5
commit b34a7c6e2e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ module.exports = {
// Calendar
calendarTodayBackgroundColor: '#3e3e3e',
calendarBackgroudColor: '#2a2a2a',
calendarBackgroundColor: '#2a2a2a',
calendarBorderColor: '#cecece',
calendarTextDim: '#eee',
calendarTextDimAlternate: '#fff',
+1 -1
View File
@@ -207,7 +207,7 @@ module.exports = {
// Calendar
calendarTodayBackgroundColor: '#c5c5c5',
calendarBackgroudColor: '#e4eaec',
calendarBackgroundColor: '#e4eaec',
calendarBorderColor: '#cecece',
calendarTextDim: '#666',
calendarTextDimAlternate: '#000',