Merge pull request #143 from FunkyMuse/master
sync colors from latest commons
This commit is contained in:
commit
e6b25d3974
|
@ -54,7 +54,6 @@ internal fun SettingsScreen(
|
||||||
value = displayLanguage,
|
value = displayLanguage,
|
||||||
doOnPreferenceClick = onSetupLanguagePress,
|
doOnPreferenceClick = onSetupLanguagePress,
|
||||||
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
|
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
|
||||||
preferenceValueColor = SimpleTheme.colorScheme.onSurface.copy(alpha = 0.6f),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
SettingsCheckBoxComponent(
|
SettingsCheckBoxComponent(
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#jetbrains
|
#jetbrains
|
||||||
kotlin = "1.9.10"
|
kotlin = "1.9.10"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
simple-commons = "543593cc03"
|
simple-commons = "fb251dfe72"
|
||||||
#Compose
|
#Compose
|
||||||
composeActivity = "1.8.0"
|
composeActivity = "1.8.0"
|
||||||
compose = "1.6.0-alpha07"
|
compose = "1.6.0-alpha07"
|
||||||
|
|
Loading…
Reference in New Issue