mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-07 19:14:12 +08:00
feat: update demo
This commit is contained in:
@@ -264,7 +264,7 @@ private fun ThemeColorsView(themeColor: MutableState<Colors>) {
|
||||
},
|
||||
actived = choosedColorName == name
|
||||
) { Text(text = name) }
|
||||
if (isDynamicColorsAvailable() && index == 3)
|
||||
if (isDynamicColorsAvailable() && index == 2)
|
||||
DynamicColors.forEach { (name, colors) -> createItem(name, colors) }
|
||||
else createItem(name, colors)
|
||||
}
|
||||
|
Reference in New Issue
Block a user