Use proper colors in settings sections

This commit is contained in:
Naveen Singh
2024-06-14 23:13:13 +05:30
parent 0b345e5578
commit e7313f98c2

View File

@@ -52,7 +52,12 @@ class SettingsActivity : SimpleActivity() {
binding.apply {
updateTextColors(settingsNestedScrollview)
arrayOf(settingsColorCustomizationSectionLabel, settingsGeneralSettingsLabel).forEach {
arrayOf(
settingsColorCustomizationSectionLabel,
settingsGeneralSettingsLabel,
settingsKeyboardSettingsLabel,
settingsClipboardSettingsLabel
).forEach {
it.setTextColor(getProperPrimaryColor())
}
}