From 938992c39a868249b54baa235af12d579b40d85a Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 30 Aug 2021 14:48:28 -0400 Subject: [PATCH] [fenix] Add tint to settings icon on Tracking protection panel --- app/src/main/res/layout/component_tracking_protection_panel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/component_tracking_protection_panel.xml b/app/src/main/res/layout/component_tracking_protection_panel.xml index d208eb838b..7d91217157 100644 --- a/app/src/main/res/layout/component_tracking_protection_panel.xml +++ b/app/src/main/res/layout/component_tracking_protection_panel.xml @@ -192,6 +192,7 @@ android:layout_height="@dimen/tracking_protection_item_height" android:text="@string/etp_settings" app:drawableStartCompat="@drawable/mozac_ic_settings" + app:drawableTint="?primaryText" app:layout_constraintTop_toBottomOf="@id/line_divider" />