Skip to content

Commit

Permalink
For mozilla-mobile#23207 - Update the tabs tray FAB color to @color/f…
Browse files Browse the repository at this point in the history
…x_mobile_layer_color_accent
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent 1be8aa5 commit 3126d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/component_tabstray_fab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:layout_gravity="bottom|end"
android:scrollbars="none"
android:layout_margin="16dp"
android:backgroundTint="@color/accent_normal_theme"
android:backgroundTint="@color/fx_mobile_action_color_primary"
android:contentDescription="@string/add_tab"
android:elevation="99dp"
android:text="@string/tab_drawer_fab_content"
Expand Down

0 comments on commit 3126d4f

Please sign in to comment.