Explorar o código

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

arkon %!s(int64=4) %!d(string=hai) anos
pai
achega
7b66ece895
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/res/layout/common_tabbed_sheet.xml

+ 1 - 1
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" />
 
     </androidx.constraintlayout.widget.ConstraintLayout>