tor-browser

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

commit 4f1f0c9e05126bd15531b28bf99cae2946e9ae29
parent 3567e06b2e81e5b0acbb9015a2a94391ea0e79c6
Author: Gabriel Luong <gabriel.luong@gmail.com>
Date:   Thu, 20 Nov 2025 08:12:38 +0000

Bug 1998092 - Part 15: Migrate sign_in_preference_background background color to use M3 card color background r=android-reviewers,007

Card: https://www.figma.com/design/MjufE1X5fvkxZ0YneX4kRd/Android-Library--2025-?node-id=63874-6278&m=dev

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

Diffstat:
Mmobile/android/fenix/app/src/main/res/drawable/sign_in_preference_background.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/res/drawable/sign_in_preference_background.xml b/mobile/android/fenix/app/src/main/res/drawable/sign_in_preference_background.xml @@ -12,7 +12,7 @@ </item> <item> <shape> - <solid android:color="?attr/layer2" /> + <solid android:color="?attr/colorSurfaceContainerLowest" /> <corners android:radius="8dp" /> </shape> </item>