tor-browser

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

commit e6af034b6d639658a57d8f31cdeae6c0f168308b
parent aec3d65abbe8a0bea7f7bdd1f033e1148e87e6b0
Author: t-p-white <towhite@mozilla.com>
Date:   Mon, 20 Oct 2025 10:35:56 +0000

Bug 1994988 - Update the custom review prompt bottom sheet background colour to the appropriate colour token. r=android-reviewers,gmalekpour

Without patch

| {F33712697} | {F33712510}

With patch
| {F33712710} | {F33712517}

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

Diffstat:
Mmobile/android/fenix/app/src/main/java/org/mozilla/fenix/reviewprompt/ui/CustomReviewPrompt.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/reviewprompt/ui/CustomReviewPrompt.kt b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/reviewprompt/ui/CustomReviewPrompt.kt @@ -106,7 +106,7 @@ private fun BottomSheet( onDismissRequest = onDismissRequest, modifier = modifier, sheetState = sheetState, - containerColor = FirefoxTheme.colors.layer3, + containerColor = FirefoxTheme.colors.layer2, ) { Box( modifier = Modifier