Cleanup
This commit is contained in:
parent
f47b913518
commit
233d22367f
6 changed files with 6 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue