commit 1bdeccc560af348950dbb9312c3a00acddf1d10a
parent a722ab1909ac72380dc5709fb2ac0b28c59ed247
Author: Gabriel Luong <gabriel.luong@gmail.com>
Date: Thu, 11 Dec 2025 17:00:24 +0000
Bug 2004703 - Provide `mozac_ui_icons_fill` fill color in colors.xml r=android-reviewers,devota
- Aside: removes `material_scrim_color` since this isn't used.
Differential Revision: https://phabricator.services.mozilla.com/D275900
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mobile/android/fenix/app/src/main/res/values/colors.xml b/mobile/android/fenix/app/src/main/res/values/colors.xml
@@ -299,8 +299,8 @@
<!-- App Spinners colors -->
<color name="spinner_selected_item">#1415141A</color>
- <!-- Material Design colors -->
- <color name="material_scrim_color" tools:ignore="UnusedResources">#52000000</color>
+ <!-- Icon colors -->
+ <color name="mozac_ui_icons_fill">@color/fx_mobile_on_surface</color>
<!-- Add-ons colors -->
<color name="mozac_feature_addons_messagebar_error_background_color" tools:ignore="UnusedResources">@color/fx_mobile_layer_color_critical</color>