Skip to content

Commit

Permalink
fix(settings): 生成主题颜色不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Feb 5, 2025
1 parent 32e2292 commit 1a123c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a123c6

Please sign in to comment.