Fix #1792 Change color of arrow to be grey

This commit is contained in:
Yash Khare 2020-02-24 17:04:39 +05:30
parent ad764733be
commit 14557b4d8e
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/expand"
android:tint="@color/icons"
android:tint="?colorOnSurface"
app:layout_constraintBottom_toBottomOf="@id/item_help_title"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/item_help_title"

View File

@ -3,7 +3,6 @@
<color name="black">#000000</color>
<color name="accent">#2196F3</color>
<color name="icons">#212121</color>
<color name="white">#fafafa</color>
<color name="black_regular_mat_design">#212121</color>
<color name="grey">#5a5a5a</color>