Update SettingsScreen.kt

This commit is contained in:
Tibor Kaputa 2023-10-06 12:35:06 +02:00 committed by GitHub
parent dd2cd0fdfe
commit 99402fe742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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