[merge] Make unread indicator accent color as before

Change-Id: I511adcfd2be159f1ba392525af6e60196a774901
This commit is contained in:
SpiritCroc 2022-03-04 11:42:39 +01:00
parent 2f5df9133f
commit 161780899e
2 changed files with 2 additions and 2 deletions

View File

@ -695,7 +695,7 @@ class HomeDetailFragment @Inject constructor(
backgroundColor = if (highlight) { backgroundColor = if (highlight) {
ThemeUtils.getColor(requireContext(), R.attr.colorError) ThemeUtils.getColor(requireContext(), R.attr.colorError)
} else { } else {
ThemeUtils.getColor(requireContext(), R.attr.vctr_content_secondary) ThemeUtils.getColor(requireContext(), R.attr.colorAccent)
} }
} }

View File

@ -4,5 +4,5 @@
<corners android:radius="40dp" /> <corners android:radius="40dp" />
<solid android:color="?vctr_content_secondary" /> <solid android:color="?colorAccent" />
</shape> </shape>