Weather-Cal
Weather-Cal copied to clipboard
Color for overdue reminder
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?