浏览代码

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

arkon 4 年之前
父节点
当前提交
7b66ece895
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>