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:
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…
Reference in New Issue
Block a user