[fenix] For https://github.com/mozilla-mobile/fenix/issues/20154: Override AC fill colors for icons.

pull/600/head
mcarare 3 years ago committed by Mihai Adrian Carare
parent de5a06f99c
commit 3564817bfb

@ -112,4 +112,7 @@
<!-- Tab Counter colors -->
<color name="mozac_ui_tabcounter_default_tint">@color/primary_text_dark_theme</color>
<color name="mozac_ui_tabcounter_default_text">@color/primary_text_dark_theme</color>
<!-- Icon fill colors -->
<color name="mozac_ui_icons_fill">@color/primary_text_dark_theme</color>
</resources>

@ -423,4 +423,7 @@
<!-- Toolbar menu icon colors -->
<color name="toolbar_menu_transparent">@android:color/transparent</color>
<!-- Icon fill colors -->
<color name="mozac_ui_icons_fill">@color/primary_text_light_theme</color>
</resources>

Loading…
Cancel
Save