Merge pull request #142 from FunkyMuse/fix/language_color
Fix/language color
This commit is contained in:
commit
0bfd1dd70d
|
@ -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(
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue