🛠️ Change colors in dynamicListItemColor
* Changed "surfaceContainerLow" to "tertiaryContainer"
This commit is contained in:
parent
d32de071db
commit
beb118f234
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ fun ColorScheme.dynamicListItemColor(
|
|||
index: Int
|
||||
): Color {
|
||||
return when (index % 3) {
|
||||
0 -> surfaceContainerLow
|
||||
0 -> surfaceContainer
|
||||
1 -> surfaceContainerHigh
|
||||
else -> surfaceContainer
|
||||
else -> tertiaryContainer
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue