Fix invisible overflow icon in chapter filter sheet in light blue theme

(cherry picked from commit 7b66ece8959959a11a8ca4ece4d6411add15a788)
This commit is contained in:
arkon 2021-02-09 19:12:44 -05:00 committed by Jobobby04
parent e8e7f96be5
commit 04da26195e

View File

@ -39,7 +39,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_more_vert_24dp"
app:tint="?attr/colorOnPrimary"
app:tint="?attr/colorOnBackground"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>