From 3126d4f8c3b2f1ca033d3dff8c5a91485bef0439 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Fri, 24 Dec 2021 22:15:44 -0500 Subject: [PATCH] For #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 ce63c8aa6578..312fed0c91ab 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"