changed custom event color to darker orange shade #44

Merged
MineTec merged 1 commits from develop-customColorChange into develop 2024-03-17 13:33:21 +00:00

View File

@ -289,7 +289,7 @@ class _TimetableState extends State<Timetable> {
location: customEvent.description, location: customEvent.description,
subject: customEvent.title, subject: customEvent.title,
recurrenceRule: customEvent.rrule, recurrenceRule: customEvent.rrule,
color: Colors.deepOrange, color: Colors.deepOrange.shade800,
startTimeZone: '', startTimeZone: '',
endTimeZone: '', endTimeZone: '',
); );