changed custom event color to darker orange shade

This commit is contained in:
Lars Neuhaus 2024-03-17 14:30:10 +01:00
parent d368cfd5cd
commit 15d550f55a

View File

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