From 7b66ece8959959a11a8ca4ece4d6411add15a788 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 9 Feb 2021 19:12:44 -0500 Subject: [PATCH] Fix invisible overflow icon in chapter filter sheet in light blue theme --- app/src/main/res/layout/common_tabbed_sheet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/common_tabbed_sheet.xml b/app/src/main/res/layout/common_tabbed_sheet.xml index 37e4d3284..b059f6c52 100644 --- a/app/src/main/res/layout/common_tabbed_sheet.xml +++ b/app/src/main/res/layout/common_tabbed_sheet.xml @@ -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" />