clairehurst pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

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
    62 62
         device = Devices.PIXEL_TABLET,
    
    63 63
         uiMode = Configuration.UI_MODE_NIGHT_YES,
    
    64 64
     )
    
    65
    +@Preview(
    
    66
    +    name = "Large text",
    
    67
    +    fontScale = 2.5f,
    
    68
    +)
    
    65 69
     annotation class FlexibleWindowLightDarkPreview

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/biometricauthentication/UnlockPrivateTabsScreen.kt
    ... ... @@ -94,9 +94,9 @@ private fun Header() {
    94 94
                     text = stringResource(R.string.app_name),
    
    95 95
                     color = FirefoxTheme.colors.textPrimary,
    
    96 96
                     fontWeight = FontWeight.Bold,
    
    97
    -                fontSize = 29.sp,
    
    97
    +                fontSize = 30.sp,
    
    98 98
                     letterSpacing = 0.18.sp,
    
    99
    -                lineHeight = 52.sp,
    
    99
    +                lineHeight = 30.sp,
    
    100 100
                 )
    
    101 101
             }
    
    102 102