mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 21:21:47 +02:00
Fix light theme variable
This commit is contained in:
parent
88e993001b
commit
9e457c25c3
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ module.exports = {
|
|||
calendarBackgroudColor: '#e4eaec',
|
||||
calendarBorderColor: '#cecece',
|
||||
calendarTextDim: '#666',
|
||||
calendarTextDimAlternate: '#eee',
|
||||
calendarTextDimAlternate: '#242424',
|
||||
|
||||
//
|
||||
// Table
|
||||
|
|
|
|||
Loading…
Reference in a new issue