Weather-Cal icon indicating copy to clipboard operation
Weather-Cal copied to clipboard

Color for overdue reminder

Open knohllmrs opened this issue 3 years ago • 0 comments

Hi,

I tried to change the color of overdue reminders and found in Wheater Cal Code in line 1159

colorItem.textColor = reminder.calendar.color
      }

      if (reminder.isOverdue) { title.textColor = Color.red() } 

So I changed Color.red to Color.black and it worked. But soon it changed back to red. I could have expectet that AND yes „please do not modify the file“ but I had no other change. 😬

So long story short: Is there any possibility to change that color permanently?

knohllmrs avatar Nov 14 '21 06:11 knohllmrs