Remove `preferenceValueColor` override in `SettingsScreen`

This commit is contained in:
Ensar Sarajčić 2023-10-09 16:48:39 +02:00
parent efd6c71c63
commit 88792ccb8d
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ internal fun GeneralSettingsSection(
SettingsPreferenceComponent(
label = stringResource(id = com.simplemobiletools.commons.R.string.language),
value = displayLanguage,
doOnPreferenceClick = onSetupLanguagePress,
preferenceValueColor = SimpleTheme.colorScheme.onSurface,
doOnPreferenceClick = onSetupLanguagePress
)
}
SettingsCheckBoxComponent(