Unverified Commit b0729f65 authored by Abhijit Kiran Valluri's avatar Abhijit Kiran Valluri Committed by GitHub
Browse files

Fix #14950 - Make the "Add new tab" button visible in private mode on light theme (#14951)

parent 1a6bb95a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@
            app:layout_constraintBottom_toBottomOf="@id/tab_layout"
            app:layout_constraintEnd_toStartOf="@id/tab_tray_overflow"
            app:layout_constraintTop_toTopOf="@id/tab_layout"
            app:tint="@color/primary_text_normal_theme"
            app:srcCompat="@drawable/ic_new" />

        <ImageButton