fix(settings): 生成主题颜色不正确
This commit is contained in:
parent
32e22929ed
commit
1a123c6549
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue