From d0deceabbd0fc05f7c2f50cf6d090e4516cec848 Mon Sep 17 00:00:00 2001
From: arkon <eugcheung94@gmail.com>
Date: Sun, 3 Jan 2021 22:47:09 -0500
Subject: [PATCH] Tint downloaded icons with primary color

Makes them more easily distinguishable from other states.
---
 app/src/main/res/layout/chapter_download_view.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/res/layout/chapter_download_view.xml b/app/src/main/res/layout/chapter_download_view.xml
index 7b45326d22..ce1b0d1d76 100644
--- a/app/src/main/res/layout/chapter_download_view.xml
+++ b/app/src/main/res/layout/chapter_download_view.xml
@@ -46,7 +46,7 @@
         android:scaleType="fitXY"
         android:visibility="gone"
         app:srcCompat="@drawable/ic_check_circle_24dp"
-        app:tint="@color/material_on_surface_emphasis_medium"
+        app:tint="?android:attr/textColorPrimary"
         tools:ignore="ContentDescription" />
 
     <ImageView