tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit ca4be57478b789a7e48c259cf8737077aca7d8c2
parent 56fc255e5729cd1d4244aa758ec9041f766b94a7
Author: mcarare <48995920+mcarare@users.noreply.github.com>
Date:   Wed,  5 Nov 2025 16:09:24 +0000

Bug 1998448 -  Override `mozac_ui_icons_fill` color for Focus. r=android-reviewers,avirvara

Differential Revision: https://phabricator.services.mozilla.com/D271414

Diffstat:
Mmobile/android/focus-android/app/src/main/res/values-night/colors.xml | 1+
Mmobile/android/focus-android/app/src/main/res/values/colors.xml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/mobile/android/focus-android/app/src/main/res/values-night/colors.xml b/mobile/android/focus-android/app/src/main/res/values-night/colors.xml @@ -123,6 +123,7 @@ <color name="modal_background">@color/colorSecondary</color> <!-- Override AC colors --> + <color name="mozac_ui_icons_fill">@color/primaryText</color> <color name="mozac_additional_note_background">@color/colorPrimary</color> <color name="mozac_additional_note_text_color">@color/secondaryText</color> diff --git a/mobile/android/focus-android/app/src/main/res/values/colors.xml b/mobile/android/focus-android/app/src/main/res/values/colors.xml @@ -121,6 +121,7 @@ <color name="modal_background">@color/colorSecondary</color> <!-- Override AC colors --> + <color name="mozac_ui_icons_fill">@color/primaryText</color> <color name="mozac_additional_note_background">@color/colorPrimary</color> <color name="mozac_additional_note_text_color">@color/secondaryText</color>