force full opacity on calendar color bar

This commit is contained in:
Damocles 2026-04-22 21:34:57 +02:00
parent b21c4d0f46
commit 9b620a2f13

View file

@ -187,7 +187,7 @@ private fun EventCard(event: AgendaEvent) {
.width(4.dp)
.fillMaxHeight()
.clip(RoundedCornerShape(2.dp))
.background(Color(event.calendarColor)),
.background(Color(event.calendarColor).copy(alpha = 1f)),
)
Spacer(Modifier.width(12.dp))