clairehurst pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
b562482b by clairehurst at 2025-10-08T00:04:45-06:00
fixup! TB 44027 [android]: Update PBM lockscreen
- - - - -
2 changed files:
-
mobile/android/android-components/components/compose/base/src/main/java/mozilla/components/compose/base/annotation/FlexibleWindowLightDarkPreview.kt
-
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/biometricauthentication/UnlockPrivateTabsScreen.kt
Changes:
=====================================
mobile/android/android-components/components/compose/base/src/main/java/mozilla/components/compose/base/annotation/FlexibleWindowLightDarkPreview.kt
=====================================
@@ -62,4 +62,8 @@ private const val MEDIUM_WINDOW_WIDTH = 700
device = Devices.PIXEL_TABLET,
uiMode = Configuration.UI_MODE_NIGHT_YES,
)
+@Preview(
+ name = "Large text",
+ fontScale = 2.5f,
+)
annotation class FlexibleWindowLightDarkPreview
=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/biometricauthentication/UnlockPrivateTabsScreen.kt
=====================================
@@ -94,9 +94,9 @@ private fun Header() {
text = stringResource(R.string.app_name),
color = FirefoxTheme.colors.textPrimary,
fontWeight = FontWeight.Bold,
- fontSize = 29.sp,
+ fontSize = 30.sp,
letterSpacing = 0.18.sp,
- lineHeight = 52.sp,
+ lineHeight = 30.sp,
)
}
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b562482b7fc4745d01457e444fa84a24d388319e
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b562482b7fc4745d01457e444fa84a24d388319e
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]