Merge pull request #143 from FunkyMuse/master

sync colors from latest commons
This commit is contained in:
Tibor Kaputa 2023-10-06 13:05:22 +02:00 committed by GitHub
commit e6b25d3974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@ internal fun SettingsScreen(
value = displayLanguage,
doOnPreferenceClick = onSetupLanguagePress,
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
preferenceValueColor = SimpleTheme.colorScheme.onSurface.copy(alpha = 0.6f),
)
}
SettingsCheckBoxComponent(

View File

@ -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"