Merge pull request #142 from FunkyMuse/fix/language_color

Fix/language color
This commit is contained in:
Tibor Kaputa 2023-10-06 12:37:15 +02:00 committed by GitHub
commit 0bfd1dd70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -54,6 +54,7 @@ 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(

View File

@ -4,10 +4,10 @@ kotlin = "1.9.10"
#Simple tools #Simple tools
simple-commons = "543593cc03" simple-commons = "543593cc03"
#Compose #Compose
composeActivity = "1.8.0-rc01" composeActivity = "1.8.0"
compose = "1.6.0-alpha06" compose = "1.6.0-alpha07"
composeCompiler = "1.5.3" composeCompiler = "1.5.3"
composeMaterial3 = "1.2.0-alpha08" composeMaterial3 = "1.2.0-alpha09"
#Androidx #Androidx
androidx-customView = "1.2.0-alpha02" androidx-customView = "1.2.0-alpha02"
androidx-customViewPooling = "1.0.0" androidx-customViewPooling = "1.0.0"

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip