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,
|
||||
doOnPreferenceClick = onSetupLanguagePress,
|
||||
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
|
||||
preferenceValueColor = SimpleTheme.colorScheme.onSurface.copy(alpha = 0.6f),
|
||||
)
|
||||
}
|
||||
SettingsCheckBoxComponent(
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#jetbrains
|
||||
kotlin = "1.9.10"
|
||||
#Simple tools
|
||||
simple-commons = "543593cc03"
|
||||
simple-commons = "fb251dfe72"
|
||||
#Compose
|
||||
composeActivity = "1.8.0"
|
||||
compose = "1.6.0-alpha07"
|
||||
|
|
Loading…
Reference in New Issue