[feat]Change border color of event

This commit is contained in:
Jimmy 2021-04-30 19:19:30 +08:00
parent 8aaabe4435
commit 66767c33a2
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ class FullCalendarFormatter
end: event_schedule.end_time,
resourceId: event_schedule.room.guid,
url: url,
borderColor: event_type_color,
backgroundColor: event_type_color,
textColor: contrast_color(event_type_color)
}