force full opacity on calendar color bar
This commit is contained in:
parent
b21c4d0f46
commit
9b620a2f13
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue