diff --git a/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Alerts.svg b/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Alerts.svg
new file mode 100644
index 0000000000..98673b3f44
--- /dev/null
+++ b/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Alerts.svg
@@ -0,0 +1,57 @@
+
diff --git a/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Contents.json
new file mode 100644
index 0000000000..643d2effbe
--- /dev/null
+++ b/ElementX/Resources/Assets.xcassets/images/Alerts.imageset/Contents.json
@@ -0,0 +1,15 @@
+{
+ "images" : [
+ {
+ "filename" : "Alerts.svg",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
+ }
+}
diff --git a/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/Contents.json b/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/Contents.json
new file mode 100644
index 0000000000..92e209943a
--- /dev/null
+++ b/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/Contents.json
@@ -0,0 +1,12 @@
+{
+ "images" : [
+ {
+ "filename" : "background-bottom-light.png",
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/background-bottom-light.png b/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/background-bottom-light.png
new file mode 100644
index 0000000000..a5c1ba5464
Binary files /dev/null and b/ElementX/Resources/Assets.xcassets/images/background-bottom-light.imageset/background-bottom-light.png differ
diff --git a/ElementX/Resources/Localizations/en.lproj/Localizable.strings b/ElementX/Resources/Localizations/en.lproj/Localizable.strings
index a08118ab3e..b19aa1c283 100644
--- a/ElementX/Resources/Localizations/en.lproj/Localizable.strings
+++ b/ElementX/Resources/Localizations/en.lproj/Localizable.strings
@@ -398,6 +398,10 @@
"screen_edit_profile_error_title" = "Unable to update profile";
"screen_edit_profile_title" = "Edit profile";
"screen_edit_profile_updating_details" = "Updating profileā¦";
+"screen_identity_confirmation_subtitle" = "Verify this device to set up secure messaging.";
+"screen_identity_confirmation_title" = "Confirm that it's you";
+"screen_identity_confirmed_subtitle" = "Now you can read or send messages securely, and anyone you chat with can also trust this device.";
+"screen_identity_confirmed_title" = "Device verified";
"screen_invites_decline_chat_message" = "Are you sure you want to decline the invitation to join %1$@?";
"screen_invites_decline_chat_title" = "Decline invite";
"screen_invites_decline_direct_chat_message" = "Are you sure you want to decline this private chat with %1$@?";
@@ -499,7 +503,7 @@
"screen_room_attachment_text_formatting" = "Text Formatting";
"screen_room_change_permissions_administrators" = "Admins only";
"screen_room_change_permissions_ban_people" = "Ban people";
-"screen_room_change_permissions_delete_messages" = "Delete messages";
+"screen_room_change_permissions_delete_messages" = "Remove messages";
"screen_room_change_permissions_invite_people" = "Invite people";
"screen_room_change_permissions_moderators" = "Admins and moderators";
"screen_room_change_permissions_remove_people" = "Remove people";
diff --git a/ElementX/Sources/Generated/Assets.swift b/ElementX/Sources/Generated/Assets.swift
index aebca381e7..ff7b6b5627 100644
--- a/ElementX/Sources/Generated/Assets.swift
+++ b/ElementX/Sources/Generated/Assets.swift
@@ -31,8 +31,10 @@ internal enum Asset {
internal static let grabber = ColorAsset(name: "colors/grabber")
}
internal enum Images {
+ internal static let alerts = ImageAsset(name: "images/Alerts")
internal static let appLogo = ImageAsset(name: "images/app-logo")
internal static let serverSelectionIcon = ImageAsset(name: "images/server-selection-icon")
+ internal static let backgroundBottomLight = ImageAsset(name: "images/background-bottom-light")
internal static let closeRte = ImageAsset(name: "images/close-rte")
internal static let composerAttachment = ImageAsset(name: "images/composer-attachment")
internal static let stopRecording = ImageAsset(name: "images/stop-recording")
diff --git a/ElementX/Sources/Generated/Strings.swift b/ElementX/Sources/Generated/Strings.swift
index 4638d9ffd4..0ba214ac1a 100644
--- a/ElementX/Sources/Generated/Strings.swift
+++ b/ElementX/Sources/Generated/Strings.swift
@@ -991,6 +991,14 @@ internal enum L10n {
internal static var screenEditProfileTitle: String { return L10n.tr("Localizable", "screen_edit_profile_title") }
/// Updating profileā¦
internal static var screenEditProfileUpdatingDetails: String { return L10n.tr("Localizable", "screen_edit_profile_updating_details") }
+ /// Verify this device to set up secure messaging.
+ internal static var screenIdentityConfirmationSubtitle: String { return L10n.tr("Localizable", "screen_identity_confirmation_subtitle") }
+ /// Confirm that it's you
+ internal static var screenIdentityConfirmationTitle: String { return L10n.tr("Localizable", "screen_identity_confirmation_title") }
+ /// Now you can read or send messages securely, and anyone you chat with can also trust this device.
+ internal static var screenIdentityConfirmedSubtitle: String { return L10n.tr("Localizable", "screen_identity_confirmed_subtitle") }
+ /// Device verified
+ internal static var screenIdentityConfirmedTitle: String { return L10n.tr("Localizable", "screen_identity_confirmed_title") }
/// Are you sure you want to decline the invitation to join %1$@?
internal static func screenInvitesDeclineChatMessage(_ p1: Any) -> String {
return L10n.tr("Localizable", "screen_invites_decline_chat_message", String(describing: p1))
@@ -1215,7 +1223,7 @@ internal enum L10n {
internal static var screenRoomChangePermissionsAdministrators: String { return L10n.tr("Localizable", "screen_room_change_permissions_administrators") }
/// Ban people
internal static var screenRoomChangePermissionsBanPeople: String { return L10n.tr("Localizable", "screen_room_change_permissions_ban_people") }
- /// Delete messages
+ /// Remove messages
internal static var screenRoomChangePermissionsDeleteMessages: String { return L10n.tr("Localizable", "screen_room_change_permissions_delete_messages") }
/// Everyone
internal static var screenRoomChangePermissionsEveryone: String { return L10n.tr("Localizable", "screen_room_change_permissions_everyone") }
diff --git a/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift b/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift
index 86edb78ff3..d9d3491077 100644
--- a/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift
+++ b/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift
@@ -72,7 +72,6 @@ struct FullscreenDialog: View {
Spacer()
.frame(height: UIConstants.spacerHeight(in: geometry))
}
- .background()
}
}
}
diff --git a/ElementX/Sources/Other/SwiftUI/Views/HeroImage.swift b/ElementX/Sources/Other/SwiftUI/Views/HeroImage.swift
index 54154e453b..5208450ce3 100644
--- a/ElementX/Sources/Other/SwiftUI/Views/HeroImage.swift
+++ b/ElementX/Sources/Other/SwiftUI/Views/HeroImage.swift
@@ -21,35 +21,61 @@ import SwiftUI
/// takes a compound icon. If you would like to apply it to an SFSymbol, you can call
/// the `heroImage()` modifier directly on the Image.
struct HeroImage: View {
+ enum Style {
+ case normal
+ case positive
+
+ var foregroundColor: Color {
+ switch self {
+ case .normal:
+ return .compound.iconSecondaryAlpha
+ case .positive:
+ return .compound.iconSuccessPrimary
+ }
+ }
+
+ var backgroundFillColor: Color {
+ switch self {
+ case .normal:
+ return .compound.bgSubtleSecondary
+ case .positive:
+ return .compound.bgSuccessSubtle
+ }
+ }
+ }
+
/// The icon that is shown.
let icon: KeyPath
+ var style: Style = .normal
var body: some View {
CompoundIcon(icon, size: .custom(42), relativeTo: .title)
- .modifier(HeroImageModifier())
+ .modifier(HeroImageModifier(style: style))
}
}
extension Image {
/// Styles the image for use as the main/top/hero screen icon. You should prefer
/// the HeroImage component when possible, by using an icon from Compound.
- func heroImage(insets: CGFloat = 16) -> some View {
+ func heroImage(insets: CGFloat = 16, style: HeroImage.Style = .normal) -> some View {
resizable()
.renderingMode(.template)
.aspectRatio(contentMode: .fit)
.scaledPadding(insets, relativeTo: .title)
- .modifier(HeroImageModifier())
+ .modifier(HeroImageModifier(style: style))
}
}
private struct HeroImageModifier: ViewModifier {
+ let style: HeroImage.Style
+
func body(content: Content) -> some View {
content
- .foregroundColor(.compound.iconPrimary)
.scaledFrame(size: 70, relativeTo: .title)
+ .foregroundColor(style.foregroundColor)
.background {
RoundedRectangle(cornerRadius: 14)
- .fill(Color.compound.bgSubtleSecondary)
+ .fill(style.backgroundFillColor)
}
.accessibilityHidden(true)
}
diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift
index 785a97e6ec..cf46198ba4 100644
--- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift
+++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift
@@ -26,10 +26,11 @@ struct AnalyticsPromptScreen: View {
} bottomContent: {
buttons
}
- .background()
+ .background(Asset.Images.backgroundBottomLight.swiftUIImage.resizable().ignoresSafeArea())
.environment(\.backgroundStyle, AnyShapeStyle(Color.compound.bgCanvasDefault))
.navigationBarHidden(true)
.navigationBarBackButtonHidden(true)
+ .interactiveDismissDisabled()
}
/// The main content of the screen that is shown inside the scroll view.
diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift
index 4f73fd50af..f0c81ca1e0 100644
--- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift
+++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift
@@ -21,16 +21,16 @@ struct IdentityConfirmationScreen: View {
@ObservedObject var context: IdentityConfirmationScreenViewModel.Context
var body: some View {
- ScrollView {
- VStack(spacing: 32) {
- screenHeader
- }
- .padding(.horizontal, 16)
- .padding(.top, 24)
- .frame(maxWidth: .infinity)
+ FullscreenDialog(topPadding: UIConstants.startScreenBreakerScreenTopPadding) {
+ screenHeader
+ } bottomContent: {
+ actionButtons
}
- .safeAreaInset(edge: .bottom) { actionButtons.padding() }
- .background(Color.compound.bgCanvasDefault.ignoresSafeArea())
+ .background()
+ .environment(\.backgroundStyle, AnyShapeStyle(Color.compound.bgCanvasDefault))
+ .navigationBarHidden(true)
+ .navigationBarBackButtonHidden(true)
+ .interactiveDismissDisabled()
}
// MARK: - Private
@@ -41,15 +41,13 @@ struct IdentityConfirmationScreen: View {
HeroImage(icon: \.lockSolid)
.padding(.bottom, 16)
- #warning("FIXME")
- Text("Confirm that it's you")
+ Text(L10n.screenIdentityConfirmationTitle)
.font(.title2.bold())
.multilineTextAlignment(.center)
.foregroundColor(.compound.textPrimary)
.padding(.bottom, 8)
- #warning("FIXME")
- Text("Verify this device to set up secure messaging.")
+ Text(L10n.screenIdentityConfirmationSubtitle)
.font(.subheadline)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textSecondary)
diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift
index acd101bd14..eaf24907ad 100644
--- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift
+++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift
@@ -21,16 +21,16 @@ struct IdentityConfirmedScreen: View {
@ObservedObject var context: IdentityConfirmedScreenViewModel.Context
var body: some View {
- ScrollView {
- VStack(spacing: 32) {
- screenHeader
- }
- .padding(.horizontal, 16)
- .padding(.top, 24)
- .frame(maxWidth: .infinity)
+ FullscreenDialog(topPadding: UIConstants.startScreenBreakerScreenTopPadding) {
+ screenHeader
+ } bottomContent: {
+ actionButtons
}
- .safeAreaInset(edge: .bottom) { actionButtons.padding() }
- .background(Color.compound.bgCanvasDefault.ignoresSafeArea())
+ .background()
+ .environment(\.backgroundStyle, AnyShapeStyle(Color.compound.bgCanvasDefault))
+ .navigationBarHidden(true)
+ .navigationBarBackButtonHidden(true)
+ .interactiveDismissDisabled()
}
// MARK: - Private
@@ -38,18 +38,16 @@ struct IdentityConfirmedScreen: View {
@ViewBuilder
private var screenHeader: some View {
VStack(spacing: 0) {
- HeroImage(icon: \.checkCircle)
+ HeroImage(icon: \.checkCircle, style: .positive)
.padding(.bottom, 16)
- #warning("FIXME")
- Text("Device verified")
+ Text(L10n.screenIdentityConfirmedTitle)
.font(.title2.bold())
.multilineTextAlignment(.center)
.foregroundColor(.compound.textPrimary)
.padding(.bottom, 8)
- #warning("FIXME")
- Text("Now you can read or send messages securely, and anyone you chat with can also trust this device.")
+ Text(L10n.screenIdentityConfirmedSubtitle)
.font(.subheadline)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textSecondary)
diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift
index 335e1924db..c6b6f85726 100644
--- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift
+++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift
@@ -26,10 +26,11 @@ struct NotificationPermissionsScreen: View {
} bottomContent: {
buttons
}
- .background()
+ .background(Asset.Images.backgroundBottomLight.swiftUIImage.resizable().ignoresSafeArea())
.environment(\.backgroundStyle, AnyShapeStyle(Color.compound.bgCanvasDefault))
.navigationBarHidden(true)
.navigationBarBackButtonHidden(true)
+ .interactiveDismissDisabled()
}
/// The main content of the screen that is shown inside the scroll view.
@@ -38,17 +39,17 @@ struct NotificationPermissionsScreen: View {
HeroImage(icon: \.notificationsSolid)
.padding(.bottom, 8)
- #warning("FIXME")
- Text("Allow notifications and never miss a message")
+ Text(L10n.screenNotificationOptinTitle)
.font(.compound.headingMDBold)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textPrimary)
- #warning("FIXME")
- Text("You can change your settings later.")
+ Text(L10n.screenNotificationOptinSubtitle)
.font(.compound.bodyMD)
.multilineTextAlignment(.center)
.foregroundColor(.compound.textSecondary)
+
+ Asset.Images.alerts.swiftUIImage.resizable().aspectRatio(contentMode: .fit)
}
}
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-en-GB.1.png
index 0069e930e7..861e80beb7 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:70fcd44d149c0c7633fe2bee0ba85f3ae81d1fedd801a66239f0d1307909a430
-size 173623
+oid sha256:b54da68b43812faf5832a6c72c4a84a89856f851df8334642b0269baa4ffe2f0
+size 501526
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-pseudo.1.png
index 5dcf51263a..2436480ad6 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5eb23616fd2661ac5a2990e0dfef92c504da2726db2138222b88fba79fcd7500
-size 267411
+oid sha256:83df2d37566501eb0a9e9e95be7512362e0f618404632118beb3ade825d41a43
+size 595704
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-en-GB.1.png
index 2bfbab7558..399d42875a 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9be44c03d825f3650984e0cfd0540915913f896951acd0d39991f9843371c111
-size 122394
+oid sha256:0d65348d6d512ba6b9466ffebb918a6d281b71ae5b2ea16fcd10773f69554617
+size 294015
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-pseudo.1.png
index ec952675ef..7f614308ec 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_analyticsPromptScreen-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:28cffcec20c859af14d5e018c63da99c3014375d56ffd30751c15846f823f031
-size 200260
+oid sha256:94d09585304bd4b83af876ed03d2b292487978f5659cb2d75a3a5591e5fd6e0f
+size 333111
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Confirm.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Confirm.png
index 900dbb9dc2..85761f8b2f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Confirm.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Confirm.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:39a6378f7df6c01583babab0b71bac767f97fa37905f2d867d0a8904d7e9acdd
-size 122499
+oid sha256:162403cd32a6c79acd4786edfcc285a9d584170b44873d1437e5515b541847c3
+size 122476
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Create.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Create.png
index ee7ea18e9e..db7a62b76a 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Create.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Create.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:55e0c5e851d041da806f13a65b5d1b0c1161a3b71941db9cc6e9a8723bf4510f
-size 124974
+oid sha256:9880a7b5f78c5988203f4a774a30eca89668994f4afcb87781e22996c783b5a8
+size 124949
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock-Failed.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock-Failed.png
index 6ac162f7f8..5ba02a2885 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock-Failed.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock-Failed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:640a83ceb101623de31fd268475af5b9059c7a2ca7a8f7aa8199fb7daef5a939
-size 100288
+oid sha256:3a64df9cc08178a8531180e66c954d27146e9ebb0f1e5aac16d1a45ebab51689
+size 100275
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock.png
index d27769cfb9..3ac43ed00d 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-en-GB.Unlock.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a1bbe9c2e6a8fb461ea4aaa0624f5f73c4465072b598d5aafd053df719eb5610
-size 98946
+oid sha256:bd72f778b163ba1c82df97fd16070bd561e316c8c37d6405b28ded4d74868d10
+size 98926
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Confirm.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Confirm.png
index 5e1780ce4f..6b2d392471 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Confirm.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Confirm.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4ce96b100be97ab727d12dd40fa830e45c3273cde01109db36edb2948cb0f23b
-size 169765
+oid sha256:8f95ccf77417c7ed780bd8407a7998f9ef666d2e3f8b943d488b5b8d625575f4
+size 169754
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Create.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Create.png
index 67b17b6fd0..33aeb14929 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Create.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Create.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8674d2c5605782b44e429817a872f828465efa8fd0efed8da84fa6e1502a4c3b
-size 171910
+oid sha256:ff786d539d4331ea6121671665c2e2fb37e7c1e4961218995825047d1d152223
+size 171896
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock-Failed.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock-Failed.png
index 3dd6cd7eda..6fee0e92af 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock-Failed.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock-Failed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5de5005d6e79e1d8bbc85ec321df1978098c1caa08d951eb600e50348101f9b3
-size 114059
+oid sha256:1e8fba49e9b8215deedfaba38f6c49e4cecbee6b61209c4fbe213e0b42be6d8e
+size 114052
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock.png
index fcce47ff8f..b36a8f55a2 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPad-pseudo.Unlock.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:65ae23a0ac8ec3fe8ba1e8492c9347d0a0e57de0c2b1d1b84507ec9f0058a3e1
-size 113353
+oid sha256:685d2fede01ed8b63cfbc5ee589991f348bd42e861128989720f4990548f4686
+size 113343
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Confirm.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Confirm.png
index de95b56734..051de4c2a1 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Confirm.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Confirm.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:854578a7bf75adaad847dcf733ad364670d0b5c601f3c767c26a1f477f67e2a2
-size 80094
+oid sha256:43a4868593e39b3e3d15ba969b8253531fcc5f00a3ddf4ea4e6840ec68831e96
+size 80060
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Create.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Create.png
index 8adbce269d..5252a1bab8 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Create.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Create.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d09086b13a697b7ce3e112aebec1c8fcaa07143e7d24d6b6fcae8b12e4844899
-size 82078
+oid sha256:f45d39fb3d1fe05638841fd815df5878df5f4141519479565146f5b035958abd
+size 82051
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock-Failed.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock-Failed.png
index dbb72ef855..13f7e29c8e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock-Failed.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock-Failed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:77162b478466530aa5673acca394d3b34b36174a486abc2aa78802b63dcccc04
-size 57653
+oid sha256:7d4e28a94c979ac8de6329810d715004aef026231b9bc6ad0f2419d883f7cbfd
+size 57637
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock.png
index e40b4606e3..02eeb94925 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-en-GB.Unlock.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c5de6d19acc089cea0d13048ea24ad2bdfbf84474f99469c97ad46f7a2135b58
-size 56491
+oid sha256:f00c3448cbaefec953659ea95765b03e55dea21d334f9526c2d6120b46dee654
+size 56469
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Confirm.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Confirm.png
index a46ef38da0..d22afdae6c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Confirm.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Confirm.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:51f1498af1600bd16c2ff63d26a241e0eed0279576bf7f7d063d2d8752bd1b90
-size 124281
+oid sha256:d3f6473c96bb50f081a793304c17d67ac630bd88bfc632e1884986535aa505b9
+size 124266
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Create.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Create.png
index b2066b81fd..9139e9122a 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Create.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Create.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:332349a7e1b08546476638d82703d6658193ff36931f4eb105cac8df4d20f274
-size 126046
+oid sha256:059e13c56d548709b8c2f2e9f981006fc14e9d5cd98becd0ff63f5b04080817c
+size 126032
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock-Failed.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock-Failed.png
index c8008d66a6..ff09992c5c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock-Failed.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock-Failed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e79c31390ca36a329d1bebaa344a2aaaa16325d128c8c38275bc90a1b1da5047
-size 70183
+oid sha256:c80a8cc9e30301026e805f6494ea6fd32fe144a14055b9e416c844aef99b543a
+size 70165
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock.png b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock.png
index 3235106317..83c5f435d9 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_appLockSetupPINScreen-iPhone-15-pseudo.Unlock.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a338698467bdd325c3ac3e9ab714bcf3dd45f4f0cc1d4cb9cc7ace6a5c802237
-size 69005
+oid sha256:303658147470fad3bcedd5b8b9366aac6a6ccaabad38697a6dd135a163ed778a
+size 68986
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-en-GB.1.png
index 571222771e..168dbcff2b 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7a81814ebc67c3572e4807bce328f5b640fc4c808f87f20cef498136793bc74a
-size 76339
+oid sha256:deef58bc59212605f4fb503758d00f879dea836560a982d7c118191b369f12ee
+size 76561
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-pseudo.1.png
index 571222771e..168dbcff2b 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7a81814ebc67c3572e4807bce328f5b640fc4c808f87f20cef498136793bc74a
-size 76339
+oid sha256:deef58bc59212605f4fb503758d00f879dea836560a982d7c118191b369f12ee
+size 76561
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-en-GB.1.png
index b7be39b810..82fa427e5b 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:42eb624b57a2cfec4a9af214c183993e15ce79c96835f897ae276ed34183df32
-size 34985
+oid sha256:26a2b2acad930b6d01c5d9c0a648f753c880190e476e0c01621534477254908a
+size 34939
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-pseudo.1.png
index b7be39b810..82fa427e5b 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_heroImage-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:42eb624b57a2cfec4a9af214c183993e15ce79c96835f897ae276ed34183df32
-size 34985
+oid sha256:26a2b2acad930b6d01c5d9c0a648f753c880190e476e0c01621534477254908a
+size 34939
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-en-GB.1.png
index 2293090660..74fd9a52d7 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:04bd818e25443943c7c17e7515f1e4152ae7db19fee3582a8cee286724296aab
-size 115211
+oid sha256:2c3b9ae465ec1ced1ae377887bbc2874b883f68786c3c0902f45aa9646788e3a
+size 119557
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-pseudo.1.png
index 6bd5037d65..ab963ce769 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e9c6fe789e9dba12a3481b0d11f16370a5648b81c4d93d049b83f4f07c4b5a6a
-size 147343
+oid sha256:47fc77302dc1146e908e639f38df09b084ba558b15b6de02fdbccc0137f6385a
+size 153837
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-en-GB.1.png
index 77b7cb6e2d..989255233f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a792fdc919fd5551f7bf4852b49589734bde9560e135121314a3dfa6718a467d
-size 71648
+oid sha256:b4c1c36942cebf6feb3a643db9d01f74d43d38417de056b73334f0ebe1694bad
+size 71464
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-pseudo.1.png
index 601fdd7567..ffee60aeb8 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmationScreen-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6793bde70c09ae3a933dcef0dba6161b717cae0e46c10cbffb46219a07cbecba
-size 106792
+oid sha256:bf8244de3ddb79ee2d0a3f10f816cac054e291f8f09e167b49a6df7877b3bbb7
+size 106741
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-en-GB.1.png
index 1e6e7cc1a5..897fed7e7e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5ed4734663ba3be0254294aafd7954927c21f9d1a79c243a087ff4dee121ed4a
-size 115982
+oid sha256:8dfc9897f5cef15fa16a1e51ec869b6dfd3c05a1376300ffed7440ff4b490d0c
+size 120872
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-pseudo.1.png
index 37393f7b98..34d63ed504 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e2c6e21f87ff3d880c3725155cd86b0e9cae680c3ce99f0496247eb04833460c
-size 157244
+oid sha256:0dd9ce4a46cff45390876e7dfdbaeecce78c69a40a403f8563544e05e3efc379
+size 162211
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-en-GB.1.png
index 28b9fdcb0d..8bb83fea55 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7f4e1122af5b690c4acd98cbf313ea5818a0af6184da717471d654f6df5fbe2a
-size 74275
+oid sha256:6a9cd6d7a9970fa0a77aff7201990172dfdfb9c25c48b4197ab5c229f01bffce
+size 73653
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-pseudo.1.png
index 1e6e5b2e7b..09ff97a039 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_identityConfirmedScreen-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:221408232da9545d0b7a26e3a061c62aa0bd51f23d91f4983d33f1a3c94059a7
-size 115005
+oid sha256:be25dc7183d5821ffab59e57d022f69bc014aa7b51111ca57cba636f52934d18
+size 114490
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Credentials-Entered.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Credentials-Entered.png
index be9e026a34..85a47e70bc 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Credentials-Entered.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Credentials-Entered.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bf4526e6071e06c824a04dc12e93cac99e86bd546d8bfe297f976c1824e058d3
-size 113974
+oid sha256:610c447d2d7a198cea65d05a5ee804bcb9639dcc2d43ff4552013c5360675604
+size 113972
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.OIDC-Fallback.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.OIDC-Fallback.png
index a1f7851aaf..1f927a5e97 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.OIDC-Fallback.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.OIDC-Fallback.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9d91c005148ea502989e7683d686ac3dc54ae9cbe461ae06ca5d6c3b67e8f641
-size 118811
+oid sha256:c79f3b0e2984b1e1d7001738052b1ac4375ba3901d59f74735964ec91b080925
+size 118810
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Unsupported.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Unsupported.png
index a1f7851aaf..1f927a5e97 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Unsupported.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.Unsupported.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9d91c005148ea502989e7683d686ac3dc54ae9cbe461ae06ca5d6c3b67e8f641
-size 118811
+oid sha256:c79f3b0e2984b1e1d7001738052b1ac4375ba3901d59f74735964ec91b080925
+size 118810
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.matrix-org.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.matrix-org.png
index a1f7851aaf..1f927a5e97 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.matrix-org.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-en-GB.matrix-org.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9d91c005148ea502989e7683d686ac3dc54ae9cbe461ae06ca5d6c3b67e8f641
-size 118811
+oid sha256:c79f3b0e2984b1e1d7001738052b1ac4375ba3901d59f74735964ec91b080925
+size 118810
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Credentials-Entered.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Credentials-Entered.png
index ef8b32ae8b..01fee7a58a 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Credentials-Entered.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Credentials-Entered.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9b6cedf9a6d499c35924c8f1ec1829b90d567d9f9f22cb064d9d8516f12ef32e
-size 135554
+oid sha256:078bc451219b405e0c7c7088989853452201abd6d842d06b63614da213bdfeba
+size 135542
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.OIDC-Fallback.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.OIDC-Fallback.png
index e09f4fcba5..9accdf9cab 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.OIDC-Fallback.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.OIDC-Fallback.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5575322d1bf4fbf7c7611351ee0c1ef63c7da21182a4f6ec27c7a93b65e4eb72
-size 148031
+oid sha256:2473d563ef125fa0ff5877644687db6a4ec4616c6298ab13a7341009ce9d95a8
+size 148021
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Unsupported.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Unsupported.png
index e09f4fcba5..9accdf9cab 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Unsupported.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.Unsupported.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5575322d1bf4fbf7c7611351ee0c1ef63c7da21182a4f6ec27c7a93b65e4eb72
-size 148031
+oid sha256:2473d563ef125fa0ff5877644687db6a4ec4616c6298ab13a7341009ce9d95a8
+size 148021
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.matrix-org.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.matrix-org.png
index e09f4fcba5..9accdf9cab 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.matrix-org.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPad-pseudo.matrix-org.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5575322d1bf4fbf7c7611351ee0c1ef63c7da21182a4f6ec27c7a93b65e4eb72
-size 148031
+oid sha256:2473d563ef125fa0ff5877644687db6a4ec4616c6298ab13a7341009ce9d95a8
+size 148021
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Credentials-Entered.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Credentials-Entered.png
index 07d0adef9f..4738c51d49 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Credentials-Entered.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Credentials-Entered.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:868f5ad220d167378e466ce56812c6207886e8071cc05133ae960a7e72a4c0ca
-size 69140
+oid sha256:24e54885d2e015d6b18df41e9dd366ddb52dca36227b396fbc08ce2f3f8bd5a6
+size 69129
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.OIDC-Fallback.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.OIDC-Fallback.png
index 05d0680ad7..330cd4b9e0 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.OIDC-Fallback.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.OIDC-Fallback.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:212b5bfe37a12a9afd7c090d50fd523502dae0d20518146290d86be502a84699
-size 72987
+oid sha256:4a8b33c26ad18ded190ad9b359ce3a19f18960d06312b178a5cbbe368328ced1
+size 72978
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Unsupported.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Unsupported.png
index 05d0680ad7..330cd4b9e0 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Unsupported.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.Unsupported.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:212b5bfe37a12a9afd7c090d50fd523502dae0d20518146290d86be502a84699
-size 72987
+oid sha256:4a8b33c26ad18ded190ad9b359ce3a19f18960d06312b178a5cbbe368328ced1
+size 72978
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.matrix-org.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.matrix-org.png
index 05d0680ad7..330cd4b9e0 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.matrix-org.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-en-GB.matrix-org.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:212b5bfe37a12a9afd7c090d50fd523502dae0d20518146290d86be502a84699
-size 72987
+oid sha256:4a8b33c26ad18ded190ad9b359ce3a19f18960d06312b178a5cbbe368328ced1
+size 72978
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Credentials-Entered.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Credentials-Entered.png
index 2061ccf2ee..e471bc4ceb 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Credentials-Entered.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Credentials-Entered.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:072123f46a190bb08ef5ceb53a2ce6107da1e2aa1b41e980696e4678b45d8d9c
-size 91405
+oid sha256:867f1ed93df6966237d512e6b1f0c07c101a0a6c6c18a29ccd35342a117e4830
+size 91382
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.OIDC-Fallback.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.OIDC-Fallback.png
index 0b5f5ed263..e0e3e07147 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.OIDC-Fallback.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.OIDC-Fallback.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:26a5f2424c527164a46c8faf634dcd1972546905cc517fa04455bbe1c8fcebc1
-size 103112
+oid sha256:88bca7c74aafd1e828cfe64e6265e1dd60655e895e728ebaeaeca3032bdee787
+size 103094
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Unsupported.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Unsupported.png
index 0b5f5ed263..e0e3e07147 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Unsupported.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.Unsupported.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:26a5f2424c527164a46c8faf634dcd1972546905cc517fa04455bbe1c8fcebc1
-size 103112
+oid sha256:88bca7c74aafd1e828cfe64e6265e1dd60655e895e728ebaeaeca3032bdee787
+size 103094
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.matrix-org.png b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.matrix-org.png
index 0b5f5ed263..e0e3e07147 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.matrix-org.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_loginScreen-iPhone-15-pseudo.matrix-org.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:26a5f2424c527164a46c8faf634dcd1972546905cc517fa04455bbe1c8fcebc1
-size 103112
+oid sha256:88bca7c74aafd1e828cfe64e6265e1dd60655e895e728ebaeaeca3032bdee787
+size 103094
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-en-GB.1.png
index eb2a2ec292..ec771f1f51 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:cb87c3886425e3da5d5ca5f74e1f9724aeb70da50930eadbc4e31fa181d1e083
-size 119480
+oid sha256:f7122fad920bd76cbe3db48c24d9b668531de44fc7b76f85031444b394c4b9bf
+size 442541
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-pseudo.1.png
index 88ef7b9714..8baf1562ac 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4b3fbb0eb5f08fb4e0f85f093be1870702ba100ab9adb4b5b2e7416213943d82
-size 172321
+oid sha256:86acb5f409e7be8c9360d25b3a95d33641148f8fe162ff16383a51bfd8ca8061
+size 485330
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-en-GB.1.png
index 079e1d719c..34d53e60ca 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a9c7e275c694e779a48aea59d1c0b9f59606e77bba6a4a48a9d6ee872e9b11dd
-size 75525
+oid sha256:df045547c010d46ac1161ad9d53bb587f5649b9f75c6e394f15a90e824bc327b
+size 261174
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-pseudo.1.png
index af616bb5bd..a92dd63b40 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_notificationPermissionsScreen-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:191f33b03c8ded270278c7edb50c70ec9a3b64c0dd353c163668d4915708a152
-size 114913
+oid sha256:4fa6c1a88e8dd8ec9979977a9ac297982cfecf286f2fb0dbdd06e855b089cbb9
+size 300640
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-en-GB.Messages-and-Content.png b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-en-GB.Messages-and-Content.png
index f215553b22..d1a1d3ac2e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-en-GB.Messages-and-Content.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-en-GB.Messages-and-Content.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3a65b0ae7ecaf2479ca6615154b59c613bb7c0a0c457c0660a285285732b8f6d
-size 157299
+oid sha256:88fd16ff426bf0a0d611aac81f9f7a7b0e88051ca992a0ce0d6a268e53cdd10d
+size 158559
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-pseudo.Messages-and-Content.png b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-pseudo.Messages-and-Content.png
index b28e3e0ee7..b3124a07c0 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-pseudo.Messages-and-Content.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPad-pseudo.Messages-and-Content.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e6f9ff85795b3adf88a5aa68a1c3fc38f38e5520c7996f105d4616bddcf0799d
-size 213902
+oid sha256:b8503be3cd71675cc2b9014ca2aed33fac140fdeb14b060b86847e9ca7ed8b15
+size 215884
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-en-GB.Messages-and-Content.png b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-en-GB.Messages-and-Content.png
index 5441041d6f..9c41a5ac7e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-en-GB.Messages-and-Content.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-en-GB.Messages-and-Content.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:77a8e52fa0472c7526891562f29441e932ca9eb12a2a2929875c4cdeb9ccddac
-size 105619
+oid sha256:e30b22313140bc11e9bb17ce3c973f2f8a5056a55427efe6ac05fd2280a2e5b0
+size 106733
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-pseudo.Messages-and-Content.png b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-pseudo.Messages-and-Content.png
index f5f123bb9b..35f770e3f3 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-pseudo.Messages-and-Content.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_roomChangePermissionsScreen-iPhone-15-pseudo.Messages-and-Content.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5014e5e525409afbafeafd3e5a0cc9d87739a4124167a21f288bcd8a3d6d7673
-size 154115
+oid sha256:67338270442eb5c113765956d6c8522ab2ee7a1010edc9c9261061294090d060
+size 155977
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-en-GB.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-en-GB.Set-up.png
index 4f0918d3da..3aefedf2e4 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-en-GB.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-en-GB.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a961330081c52fb6d358ee458351c5a9e9b482e2dc129fc30bd4365877ff6bd5
-size 188454
+oid sha256:b1bcc8f3f68b83deac68763ee6ce8191fe7785c74b1649bde22be9d3fca85934
+size 188438
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-pseudo.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-pseudo.Set-up.png
index 10d69526f5..74c991b23e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-pseudo.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPad-pseudo.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6d7f02dcad9dd8ded74b8d3ae51b010085ea800143426d32eaa41084ba142e7f
-size 287728
+oid sha256:bdea7502ea6e66926df9e54d7856d2fb917c072a147a21abbe4ff1a019270cdd
+size 287712
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-en-GB.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-en-GB.Set-up.png
index 800ebb2850..4ddbdc108e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-en-GB.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-en-GB.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:92e84ea5a58fb3b0337e5221c91aae1c640c1d79ac3f5d1002fddb301cfe35e0
-size 146863
+oid sha256:47b7deaf354f2a52a937537cd642eca3749f479a61c9a520f2e81a4646fa72c9
+size 146849
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-pseudo.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-pseudo.Set-up.png
index ee6bfd7dce..e153603846 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-pseudo.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupKeyBackupScreen-iPhone-15-pseudo.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fb6d2272487d56ad6c91d206ebcae25734d1b2ddf41106cbe29ceb9a8c92c2e4
-size 228920
+oid sha256:54b8d45a86570fa8e75602f445e5540388153e2046aa8e388952af8775bb84dd
+size 228875
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-en-GB.1.png
index 649037ec2a..45501bdf77 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d0e94ed0775d91f4b05caebdac22c73f120a6861b621269108a35c30a8f478a5
-size 143570
+oid sha256:a9ded624fa08ec7954101b0d3e9f7f2402c99910132e4b121b2dad68b7b8d247
+size 143485
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-pseudo.1.png
index 2cefcd6c02..e5d68b8b16 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5805c22d5fd0e778eee4ab6f6e2065c4500abe121edb94c2a4a2e4d0f9eab4f8
-size 202973
+oid sha256:77dfa427eadb182ba3db699debc08c4a89b3e00dae636f475c4c0aaedea50d89
+size 202882
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-en-GB.1.png
index 61533439eb..d1d575a41f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d3b7ea1241f90e40c8677c0ee085b6c9a4e4df35b6492e61b7aaa7f20fa673a2
-size 94098
+oid sha256:1e9ff46f24994c059fbca2829a50bc9e9566ced8e119db54fe2b62d660f95c08
+size 94064
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-pseudo.1.png
index 0deac24878..028edeee1f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupLogoutConfirmationScreen-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1979f42f8b6e8c3a40d24af8731d5d843bab9452c007ea477dee7a299ee28273
-size 146888
+oid sha256:35e539dbe8bab5f122db8ba4af080af4e604a2dd3cb1bf34c4b3f6d3b0665fad
+size 146834
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Incomplete.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Incomplete.png
index 44fc2709ed..4a305c6865 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Incomplete.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Incomplete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:30240be156fa9702ab5a06af238f883c3729c4d67787c512c3afd8e4c5380201
-size 137295
+oid sha256:b1ff92b4e240052eb03be7fba16dbdcd09675d7735b092348b7f1fba44eb494e
+size 137362
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Not-set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Not-set-up.png
index d932844a13..349c1e4d0f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Not-set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Not-set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2ceb94c28825aee0aba729eb8c236488a5b8aa44fdb8f7721df6f4a4682e89e6
-size 172886
+oid sha256:05eae336b16db7cf79db11fbdc27fa788ef49e03c70117fb21211a9ce0eac302
+size 172953
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Set-up.png
index 7f6d022aa9..c80934e453 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-en-GB.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:72e2785a7cbd3449ad18851156c5ad20c4cf39f23e88f6cc2fd9f3664f52da5f
-size 171608
+oid sha256:6ee3f2efb2b503609ae3a852912c526afb2f2b4fd0ebf4a25b5ff8a9e2a3213b
+size 171680
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Incomplete.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Incomplete.png
index 1dacba460d..bd05075c70 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Incomplete.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Incomplete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a1b51a5fab01b184ade32cbc30e7dcd0cc7b9c41d8d9de97ae010890f0735adb
-size 182447
+oid sha256:b541833cc0e990ddd8bb2662e9fd7c49e9fdd73a34df774edddecb6e550c42a6
+size 182509
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Not-set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Not-set-up.png
index e5a57a4d1f..2f7cd83631 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Not-set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Not-set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ac04fbf081d504bbc9f048bdf69bfa1aaa274182a1398dbc4f4453cf69d37ab5
-size 259583
+oid sha256:842498bce3c74b039cad9ae3ee85929d565bb7b4d7cc6fe21dc2fcadfee7acdc
+size 259669
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Set-up.png
index e9d8e956f1..fbafdd87ee 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPad-pseudo.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:074bf361c6a7d4df4768ccdeb12bf2a13608fd307b6b2ce2539d9e69d3ab6cda
-size 251075
+oid sha256:601b26c33c75e1ce16a10dcae4ee94ee37ba89fd980812733c5825f88980386a
+size 251147
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Incomplete.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Incomplete.png
index 11096840b4..e58956bb20 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Incomplete.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Incomplete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ac47db578faa7c4744ad058955324090b20ce8e531c4f5d0bcdd4533f6830483
-size 89728
+oid sha256:84422396b8b77ab442d34be93050f94180219c991f1f52ee6f997bcaa73306bc
+size 89702
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Not-set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Not-set-up.png
index 1d10f35de9..468e020a6c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Not-set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Not-set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0fea447cd269455d6324e27ee2c24e702fa6f7d55929ab0d4367b31c18d9fa8e
-size 124048
+oid sha256:755b1ab5a27bb75a7d01aded623ebfaa41347eba9a9563a57f6fd6b3853a3064
+size 123967
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Set-up.png
index 1318c28adf..9b1c8ba4bd 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-en-GB.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3515b93222d228e5e2dcaec8e1de42cace4a520354423418d3c5b1bb1f212efe
-size 126061
+oid sha256:5ea1396f914269cdd619d034487d5c69fdcedf64804de19e82322782e168f567
+size 126005
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Incomplete.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Incomplete.png
index 77c35dcb50..b144fce9c9 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Incomplete.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Incomplete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c7a93826727cdd4f3cbfb2b04079b23f07efe2d43bf30eaaebd9124a6d14df2f
-size 131666
+oid sha256:3d8a239c3047eda0304b5629d4912eed1a30678ea84f82ec5b303e36bf441eb0
+size 131616
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Not-set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Not-set-up.png
index cef354b327..59def7b4a7 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Not-set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Not-set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:af863478b0d63e57d2c8e876ed7911bf98c65830748cea0fb582c3d29e285a8f
-size 212546
+oid sha256:a0a9286d9fddaaaf3db6a53e23d296d5ee503010bd8bd044083077644edcd627
+size 212497
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Set-up.png b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Set-up.png
index 1a27c71fd9..53f07c10fd 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Set-up.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_secureBackupRecoveryKeyScreen-iPhone-15-pseudo.Set-up.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8dba9aac09c608abf637c9527d2ab6f026f4443fe4671de7376582b089493a78
-size 202804
+oid sha256:bc5f75b93e8866240141723f11e7c45492910e46fe98ad05166707be4bda7308
+size 202758
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Login.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Login.png
index 0c905746f8..7a32e69abd 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Login.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Login.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d9e3fc9a58e924341dd9e816ef4204c1c7cfece9e0b2900365522804ac761e32
-size 141118
+oid sha256:7e806c825d34cfb57d2da06d1d81175c5371233b601f6a42fda68262a02a662d
+size 141302
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Register.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Register.png
index 8050b6769f..e1391ea425 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Register.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-en-GB.Register.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:879bc2642d6339b8a12d88b06abb9d0944759904897c1c5260013a2b1a53f63a
-size 153601
+oid sha256:13434651e8ff75cc5fd3de909b5e604e77503d24a8bb5347db8614feaa01b5f5
+size 153821
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Login.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Login.png
index 50618054fa..27e7178aa9 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Login.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Login.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ca29c16317095e7274a6eace38a30ad709e5aac3e2466d172d072f1aa8a5bff5
-size 190128
+oid sha256:1b2ec8248b45082a65e1bf205bb11237a7a2e0bf20035c3d51631861d2b5bbdb
+size 190342
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Register.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Register.png
index 432b64d7a6..7e0de75c2f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Register.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPad-pseudo.Register.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:94d5b17c1b17946bff0f031c4b465bfb1da6b3c9f8eb47ba7ebb81a03e564e53
-size 221102
+oid sha256:712e890dab819a694f907926d4688380db8e12373fc8be52a942f6dfc7919727
+size 221327
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Login.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Login.png
index 8e100c922b..10f0f5370b 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Login.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Login.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fbcd1610dd6f69313f2b8d7acd2c9d4c8142d889270b2ede5d5e509f6f25d1cc
-size 91133
+oid sha256:f0a0c93d9bf5388ea93f8e726c02ba3cb7773cd676894908e9e8d05cf5b8f55e
+size 91269
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Register.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Register.png
index c5e228c606..e87d3835ae 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Register.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-en-GB.Register.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2ee209dfafc319226a0dda8e5b7d94d5c059e9ac1f9287a95545816ae094f7b1
-size 108250
+oid sha256:2b46ad8371200ead5b57f4825aa5ca8008a77691596a59c5bbbda338bd7fa156
+size 108377
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Login.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Login.png
index 9d01b2c9b1..99d21a9c27 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Login.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Login.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e29306dc189c4ed19acbeb3f9b216b81d317c067ede9d1b5819deff64a1a63c8
-size 140220
+oid sha256:dea7eee9db0f93e05ba817c9b67476f756bf3657daf0c381a76cff3310133539
+size 140337
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Register.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Register.png
index b150ddd716..8b404638d2 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Register.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverConfirmationScreen-iPhone-15-pseudo.Register.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:38b1b47abb3b7d6f573cc2587420649223615f5271797e7b94800ff868cbb70d
-size 164485
+oid sha256:3fad2e2461dd662995242d686dcbf52dbd02b55a8060b5b75a21e2085ea0275f
+size 164599
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.1.png
index e71f60784c..1a8a6c5161 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:555f131062208efa1b3a6229aa7ceea316bc68d490a217b4ef2b460046dbb864
-size 155475
+oid sha256:9d3809b16d81a6aad9dd66de7f907bb662a37b66bd994e911261b1a1d8cda8fd
+size 155377
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.2.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.2.png
index a3ae5dc3fe..a21fe28a2c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.2.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.2.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d8fb0f1d2162e219b4a6fd27bac6e579e9f767ea585a7649da3ff89d2feb0186
-size 151963
+oid sha256:884ed1b589fb4822b3f0aa492ee892c49c9f412444d6183259c499a14aea80aa
+size 151859
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.3.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.3.png
index b2ccebdd1b..91f56fdced 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.3.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.3.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:648322a646b974f54e81064246354f5e3ef53f0d504354e3e03a7d4597cd4abc
-size 129819
+oid sha256:d86a4fd79b5c13c8f389eb659be4e0bee166cb62ac9855162246b83224cbc472
+size 129725
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.4.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.4.png
index e25158dea5..a6fdd0f864 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.4.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-en-GB.4.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a33e198c70258143be5075e9870cef7333ee47cd7d40de1954cf14031d1df2b2
-size 147450
+oid sha256:6a26d6e787998e0eecae34dfca928afd12d1bab3dc61fcd6ecbeb945119654d2
+size 147405
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.1.png
index 6e16f9ae7d..4d94e04b6c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9789f21421dc2806c5b500774f17a1f9ce1e2699a351e43ac45e91c311a2a9e1
-size 213874
+oid sha256:dfb370011ee48628fd895ca0b08a80d5990cb45f4b977acc9459d06bc4dd96ce
+size 213780
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.2.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.2.png
index 66dc7d1665..e584a965ed 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.2.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.2.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2ce325921a4ebe02589d500358c1cfb5711f9511e919d3ad8f7e2c5244b669be
-size 214293
+oid sha256:0f57215677358fae18bcb78d5a65c90ee6512aec56be4f5bfff31ba0929ae3b6
+size 214217
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.3.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.3.png
index f085ac104f..bfeb4880e8 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.3.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.3.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e9987c929ccd825ccf78967c6689671bb42010b9854523b3526d117ccd5955fe
-size 163530
+oid sha256:f58353f93451b23b1c923e26403d52de467109554342986fb3bb41d3cd10c624
+size 163449
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.4.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.4.png
index 903b83d502..29c5442d6e 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.4.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPad-pseudo.4.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fb7e51cacb0744a719691a0522ac0e8abcc6b7a514966ecc85ed4689a7a15068
-size 201979
+oid sha256:a370677b939e5b0303d3096318947d3a82a88fbd83acede99de39f9be38d9c26
+size 201914
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.1.png
index a4f4bc1525..56dd545688 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6d8d4c42bb123a9473100f07163512e7e10d62eb17a800d5ead00344f5ecf139
-size 108279
+oid sha256:21edce25c37d08cc3a21d3b0a87a6245ed460ce23a72fa4ccf5769a2a2cb85ac
+size 108267
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.2.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.2.png
index 5c46456e06..56d8388680 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.2.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.2.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6c1191c928148da4b20e1718e77134df56526c4d6a45dfa6d044d88a8bf8badf
-size 105592
+oid sha256:8550e3d2c939ee4802b8c7cec424a6d3ccf9d6e03b15beac6f7443aa4481fbf0
+size 105579
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.3.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.3.png
index ef2753a413..71d8b4eda6 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.3.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.3.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e0f1200b64dd875db563ae061797b43e5d34f0c0d6817f4f01ce9efa7931ee0e
-size 82906
+oid sha256:68fe21e7c0adf647ba6351dfa4ac4d1cb3af9f9fd47225e7936000fafa25468a
+size 82893
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.4.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.4.png
index caee17ef03..d4d9e6d4db 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.4.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-en-GB.4.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c8ea8a31e3c640ad21ae0d309bf0cc4f2a2532abfba608fa63857bbec9337d01
-size 101233
+oid sha256:218bbf3903be30e82b45fa595fd83132d0bc2f36437052966f9d19b4b7e64ada
+size 101201
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.1.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.1.png
index 2c34d6ccec..78321b4e7f 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.1.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1a1e85ea304c1584edc055a7872f4a8e16e399947b4d5f17b4b5cd0ecb6b6ff8
-size 169818
+oid sha256:6009506a213dcef8a97be2f1ccd9c9a9156743da41d791450a0bbe53bd6d5d61
+size 169819
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.2.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.2.png
index ed78a98b7b..618f471d4c 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.2.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.2.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2bb107431618d40a0e2875eea080b202bb4253554e7839042d4866203bc88d7e
-size 170247
+oid sha256:ff5996ca2b94e7589ea52f776ef33d5523430350668c8f10a256da9890f1f5b3
+size 170249
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.3.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.3.png
index 0c90256b6b..4fe132fd12 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.3.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.3.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:26c39d6bba15a1ba962ec8ee0831df097ba6550310ae3f58710147ee93222109
-size 122379
+oid sha256:7d55fd0dce1792087e0929fc6bc0cdf3e437b07f88010671e8438e307c3180c0
+size 122381
diff --git a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.4.png b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.4.png
index 5668e2673d..c676d6ecbe 100644
--- a/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.4.png
+++ b/PreviewTests/__Snapshots__/PreviewTests/test_serverSelection-iPhone-15-pseudo.4.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f5d7f08ce10cfad7959213250d0a260a32fa6d57ec985b17b22126d42b5a8b52
-size 160775
+oid sha256:eedbc113dee7e5fc7c77ad78370e2b1897f28f56d67384aea237f3d40f587372
+size 160767