mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
fix: wrong dynamic color in Color
This commit is contained in:
@@ -44,7 +44,7 @@ internal actual val DynamicLightColors
|
|||||||
foregroundSecondary = Color(DynamicColors.materialDynamicNeutral(95)),
|
foregroundSecondary = Color(DynamicColors.materialDynamicNeutral(95)),
|
||||||
themePrimary = Color(DynamicColors.materialDynamicPrimary(60)),
|
themePrimary = Color(DynamicColors.materialDynamicPrimary(60)),
|
||||||
themeSecondary = Color(DynamicColors.materialDynamicPrimary(60)).copy(alpha = 0.65f),
|
themeSecondary = Color(DynamicColors.materialDynamicPrimary(60)).copy(alpha = 0.65f),
|
||||||
themeTertiary = Color(DynamicColors.materialDynamicNeutral(60)).copy(alpha = 0.15f),
|
themeTertiary = Color(DynamicColors.materialDynamicPrimary(60)).copy(alpha = 0.15f),
|
||||||
textPrimary = DefaultLightColors.textPrimary,
|
textPrimary = DefaultLightColors.textPrimary,
|
||||||
textSecondary = DefaultLightColors.textSecondary,
|
textSecondary = DefaultLightColors.textSecondary,
|
||||||
isLight = true
|
isLight = true
|
||||||
|
Reference in New Issue
Block a user