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