tor-browser

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

commit 703157f328c5b800349a2b9b13a5150e556ae55e
parent 1e9a616c6b0c9c2902edf6b5c0ce755de68f639c
Author: t-p-white <towhite@mozilla.com>
Date:   Mon, 20 Oct 2025 10:33:40 +0000

Bug 1994985 - Update the bottom sheet background colour to the appropriate colour token. r=android-reviewers,gmalekpour

Without patch

| {F33711507} | {F33711522}

With patch
| {F33711738} | {F33711733}

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

Diffstat:
Mmobile/android/fenix/app/src/main/java/org/mozilla/fenix/termsofuse/ui/TermsOfUseBottomSheet.kt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/termsofuse/ui/TermsOfUseBottomSheet.kt b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/termsofuse/ui/TermsOfUseBottomSheet.kt @@ -90,6 +90,7 @@ private fun BottomSheet( ModalBottomSheet( onDismissRequest = { onDismissRequest() }, sheetState = sheetState, + containerColor = FirefoxTheme.colors.layer2, ) { BottomSheetContent( sheetState = sheetState,