1
0
Fork 0

For #10848 - Fixes FAB color when in private mode

master
Jeff Boek 2020-05-29 18:32:50 -07:00
parent 19a709a04d
commit 917609aa36
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
android:layout_gravity="bottom|end"
android:layout_margin="16dp"
android:contentDescription="@string/add_tab"
app:backgroundTint="?accent"
app:backgroundTint="@color/accent_normal_theme"
app:srcCompat="@drawable/ic_new"
app:tint="@color/photonWhite" />