2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/21935 - Use photonBlack in place of #FF000000

This commit is contained in:
Gabriel Luong 2021-10-14 14:09:15 -04:00 committed by mergify[bot]
parent d51e2df39a
commit 98c315c7e3

View File

@ -334,7 +334,7 @@
<!-- Search Widget -->
<color name="search_widget_background">@color/white_color</color>
<color name="search_widget_mic_fill_color">#FF000000</color>
<color name="search_widget_mic_fill_color">@color/photonBlack</color>
<color name="search_widget_text">@color/photonGrey50</color>
<!-- Private Browsing Mode Persistent Notification -->