From 9b0841a352900a75787a071cbf773086e1d26bde Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Fri, 24 Dec 2021 22:15:44 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23207 - Update the tabs tray FAB color to @color/fx_mobile_layer_color_accent --- app/src/main/res/layout/component_tabstray_fab.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/component_tabstray_fab.xml b/app/src/main/res/layout/component_tabstray_fab.xml index ce63c8aa6..312fed0c9 100644 --- a/app/src/main/res/layout/component_tabstray_fab.xml +++ b/app/src/main/res/layout/component_tabstray_fab.xml @@ -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"