2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
mcarare 2021-06-29 14:39:44 +03:00 committed by Mihai Adrian Carare
parent de5a06f99c
commit 3564817bfb
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>