From 35695ee6ecd55b9febdd36474c74a00d7d46f353 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Fri, 21 Jan 2022 13:12:53 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23355 - Tint mozac_ic_check to white in checkbox_item.xml --- app/src/main/res/layout/checkbox_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/checkbox_item.xml b/app/src/main/res/layout/checkbox_item.xml index 53225ef52b..1d57802906 100644 --- a/app/src/main/res/layout/checkbox_item.xml +++ b/app/src/main/res/layout/checkbox_item.xml @@ -21,5 +21,6 @@ android:backgroundTint="@color/fx_mobile_layer_color_accent" android:elevation="1dp" android:padding="8dp" - app:srcCompat="@drawable/mozac_ic_check" /> + app:srcCompat="@drawable/mozac_ic_check" + app:tint="@color/photonWhite" />