This commit is contained in:
Benoit Marty 2026-01-02 16:07:45 +01:00
parent f47b913518
commit 233d22367f
6 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ fun GroupHeaderView(
modifier: Modifier = Modifier
) {
// Ignore isHighlighted for now, we need a design decision on it.
val backgroundColor = Color.Companion.Transparent
val backgroundColor = Color.Transparent
val shape = RoundedCornerShape(CORNER_RADIUS)
Box(