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,
|
||||
doOnPreferenceClick = onSetupLanguagePress,
|
||||
preferenceLabelColor = SimpleTheme.colorScheme.onSurface,
|
||||
preferenceValueColor = SimpleTheme.colorScheme.onSurface.copy(alpha = 0.6f),
|
||||
)
|
||||
}
|
||||
SettingsCheckBoxComponent(
|
||||
|
|
|
@ -4,10 +4,10 @@ kotlin = "1.9.10"
|
|||
#Simple tools
|
||||
simple-commons = "543593cc03"
|
||||
#Compose
|
||||
composeActivity = "1.8.0-rc01"
|
||||
compose = "1.6.0-alpha06"
|
||||
composeActivity = "1.8.0"
|
||||
compose = "1.6.0-alpha07"
|
||||
composeCompiler = "1.5.3"
|
||||
composeMaterial3 = "1.2.0-alpha08"
|
||||
composeMaterial3 = "1.2.0-alpha09"
|
||||
#Androidx
|
||||
androidx-customView = "1.2.0-alpha02"
|
||||
androidx-customViewPooling = "1.0.0"
|
||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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