fix(settings): 生成主题颜色不正确

This commit is contained in:
Super12138 2025-02-05 09:47:52 +08:00
parent 32e22929ed
commit 1a123c6549

View file

@ -56,7 +56,7 @@ fun PaletteItem(
keyColor = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S && GlobalValues.dynamicColor) {
colorResource(id = android.R.color.system_accent1_500)
} else {
Color(0xFFFF0000)
Color(0xFF0061A4)
},
isDark = isSystemInDarkTheme(),
style = paletteStyle