1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-14 16:11:23 +00:00

New: Change Today color in calendar for better visibility

This commit is contained in:
Kevin Lau 2021-09-30 13:11:14 -05:00 committed by GitHub
parent 5bf7228658
commit d9e9b72a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ module.exports = {
//
// Calendar
calendarTodayBackgroundColor: '#ddd',
calendarTodayBackgroundColor: '#c5c5c5',
calendarBorderColor: '#cecece',
calendarTextDim: '#666',
calendarTextDimAlternate: '#eee',