From a3bb30bc3de1cb1e01a66b3cfda1e8975694f768 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:33:20 +0100 Subject: [PATCH] Upgrade the project to use Xcode 26.4 (and the 26.4 simulator for tests). (#5375) * Upgrade the project to use Xcode 26.4 (and iOS 26.4 when running tests). * Update the test OS assertions. * updated preview tests # Conflicts: # PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png # PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png * update compound preview tests --------- Co-authored-by: Mauro Romito --- .github/workflows/compound-ios.yml | 4 ++-- PreviewTests/Sources/PreviewTests.swift | 2 +- .../PreviewTests/advancedSettingsScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/advancedSettingsScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/advancedSettingsScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/advancedSettingsScreen.iPhone-pseudo-0.png | 4 ++-- .../analyticsPromptScreen.Default-iPad-en-GB.png | 4 ++-- .../analyticsPromptScreen.Default-iPad-pseudo.png | 4 ++-- .../analyticsPromptScreen.Default-iPhone-en-GB.png | 4 ++-- .../analyticsPromptScreen.Default-iPhone-pseudo.png | 4 ++-- .../analyticsPromptScreen.No-terms-iPad-en-GB.png | 4 ++-- .../analyticsPromptScreen.No-terms-iPad-pseudo.png | 4 ++-- .../analyticsPromptScreen.No-terms-iPhone-en-GB.png | 4 ++-- .../analyticsPromptScreen.No-terms-iPhone-pseudo.png | 4 ++-- .../PreviewTests/analyticsSettingsScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/analyticsSettingsScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/analyticsSettingsScreen.iPhone-en-GB-0.png | 4 ++-- .../analyticsSettingsScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/appLockScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/appLockScreen.iPad-pseudo-0.png | 2 +- .../PreviewTests/appLockScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/appLockScreen.iPhone-pseudo-0.png | 4 ++-- .../appLockSetupBiometricsScreen.Face-ID-iPad-en-GB.png | 4 ++-- .../appLockSetupBiometricsScreen.Face-ID-iPad-pseudo.png | 4 ++-- .../appLockSetupBiometricsScreen.Face-ID-iPhone-en-GB.png | 4 ++-- .../appLockSetupBiometricsScreen.Face-ID-iPhone-pseudo.png | 4 ++-- .../appLockSetupBiometricsScreen.Touch-ID-iPad-en-GB.png | 4 ++-- .../appLockSetupBiometricsScreen.Touch-ID-iPad-pseudo.png | 4 ++-- .../appLockSetupBiometricsScreen.Touch-ID-iPhone-en-GB.png | 4 ++-- .../appLockSetupBiometricsScreen.Touch-ID-iPhone-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Confirm-iPad-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Confirm-iPad-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Confirm-iPhone-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Confirm-iPhone-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Create-iPad-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Create-iPad-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Create-iPhone-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Create-iPhone-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Unlock-Failed-iPad-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Unlock-Failed-iPad-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Unlock-Failed-iPhone-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Unlock-Failed-iPhone-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Unlock-iPad-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Unlock-iPad-pseudo.png | 4 ++-- .../appLockSetupPINScreen.Unlock-iPhone-en-GB.png | 4 ++-- .../appLockSetupPINScreen.Unlock-iPhone-pseudo.png | 4 ++-- .../appLockSetupSettingsScreen.Face-ID-iPad-en-GB.png | 4 ++-- .../appLockSetupSettingsScreen.Face-ID-iPad-pseudo.png | 4 ++-- .../appLockSetupSettingsScreen.Face-ID-iPhone-en-GB.png | 4 ++-- .../appLockSetupSettingsScreen.Face-ID-iPhone-pseudo.png | 4 ++-- .../appLockSetupSettingsScreen.PIN-only-iPad-en-GB.png | 4 ++-- .../appLockSetupSettingsScreen.PIN-only-iPad-pseudo.png | 4 ++-- .../appLockSetupSettingsScreen.PIN-only-iPhone-en-GB.png | 4 ++-- .../appLockSetupSettingsScreen.PIN-only-iPhone-pseudo.png | 4 ++-- ...ockSetupSettingsScreen.Touch-ID-Mandatory-iPad-en-GB.png | 4 ++-- ...ckSetupSettingsScreen.Touch-ID-Mandatory-iPad-pseudo.png | 4 ++-- ...kSetupSettingsScreen.Touch-ID-Mandatory-iPhone-en-GB.png | 4 ++-- ...SetupSettingsScreen.Touch-ID-Mandatory-iPhone-pseudo.png | 4 ++-- .../audioMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../audioMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../audioMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../audioMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/audioRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/audioRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/audioRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/audioRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- ...nClassicAppBackupInstructionsView.Initial-iPad-en-GB.png | 4 ++-- ...ClassicAppBackupInstructionsView.Initial-iPad-pseudo.png | 4 ++-- ...lassicAppBackupInstructionsView.Initial-iPhone-en-GB.png | 4 ++-- ...assicAppBackupInstructionsView.Initial-iPhone-pseudo.png | 4 ++-- ...assicAppBackupInstructionsView.Refreshing-iPad-en-GB.png | 4 ++-- ...ssicAppBackupInstructionsView.Refreshing-iPad-pseudo.png | 4 ++-- ...sicAppBackupInstructionsView.Refreshing-iPhone-en-GB.png | 4 ++-- ...icAppBackupInstructionsView.Refreshing-iPhone-pseudo.png | 4 ++-- .../authenticationStartScreen.Classic-App-iPad-en-GB.png | 4 ++-- .../authenticationStartScreen.Classic-App-iPad-pseudo.png | 4 ++-- .../authenticationStartScreen.Classic-App-iPhone-en-GB.png | 4 ++-- .../authenticationStartScreen.Classic-App-iPhone-pseudo.png | 4 ++-- .../authenticationStartScreen.Default-iPad-en-GB.png | 4 ++-- .../authenticationStartScreen.Default-iPad-pseudo.png | 4 ++-- .../authenticationStartScreen.Default-iPhone-en-GB.png | 4 ++-- .../authenticationStartScreen.Default-iPhone-pseudo.png | 4 ++-- .../authenticationStartScreen.Provisioned-iPad-en-GB.png | 4 ++-- .../authenticationStartScreen.Provisioned-iPad-pseudo.png | 4 ++-- .../authenticationStartScreen.Provisioned-iPhone-en-GB.png | 4 ++-- .../authenticationStartScreen.Provisioned-iPhone-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.DM-iPad-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.DM-iPad-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.DM-iPhone-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.DM-iPhone-pseudo.png | 4 ++-- .../avatarHeaderView.History-Sharing-Hidden-iPad-en-GB.png | 4 ++-- .../avatarHeaderView.History-Sharing-Hidden-iPad-pseudo.png | 4 ++-- ...avatarHeaderView.History-Sharing-Hidden-iPhone-en-GB.png | 4 ++-- ...vatarHeaderView.History-Sharing-Hidden-iPhone-pseudo.png | 4 ++-- .../avatarHeaderView.History-Sharing-Shared-iPad-en-GB.png | 4 ++-- .../avatarHeaderView.History-Sharing-Shared-iPad-pseudo.png | 4 ++-- ...avatarHeaderView.History-Sharing-Shared-iPhone-en-GB.png | 4 ++-- ...vatarHeaderView.History-Sharing-Shared-iPhone-pseudo.png | 4 ++-- ...HeaderView.History-Sharing-World-Readable-iPad-en-GB.png | 4 ++-- ...eaderView.History-Sharing-World-Readable-iPad-pseudo.png | 4 ++-- ...aderView.History-Sharing-World-Readable-iPhone-en-GB.png | 4 ++-- ...derView.History-Sharing-World-Readable-iPhone-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.Members-iPad-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.Members-iPad-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.Members-iPhone-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.Members-iPhone-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.Room-iPad-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.Room-iPad-pseudo.png | 4 ++-- .../PreviewTests/avatarHeaderView.Room-iPhone-en-GB.png | 4 ++-- .../PreviewTests/avatarHeaderView.Room-iPhone-pseudo.png | 4 ++-- .../__Snapshots__/PreviewTests/badgeLabel.iPad-en-GB-0.png | 4 ++-- .../__Snapshots__/PreviewTests/badgeLabel.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/badgeLabel.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/badgeLabel.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/blockedUsersScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/blockedUsersScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/blockedUsersScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/blockedUsersScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/bloomModifier.Chats-iPad-en-GB.png | 4 ++-- .../PreviewTests/bloomModifier.Chats-iPad-pseudo.png | 4 ++-- .../PreviewTests/bloomModifier.Chats-iPhone-en-GB.png | 4 ++-- .../PreviewTests/bloomModifier.Chats-iPhone-pseudo.png | 4 ++-- .../PreviewTests/bloomModifier.Spaces-iPad-en-GB.png | 4 ++-- .../PreviewTests/bloomModifier.Spaces-iPad-pseudo.png | 4 ++-- .../PreviewTests/bloomModifier.Spaces-iPhone-en-GB.png | 4 ++-- .../PreviewTests/bloomModifier.Spaces-iPhone-pseudo.png | 4 ++-- .../bugReportScreen.With-Screenshot-iPad-en-GB.png | 4 ++-- .../bugReportScreen.With-Screenshot-iPad-pseudo.png | 4 ++-- .../bugReportScreen.With-Screenshot-iPhone-en-GB.png | 4 ++-- .../bugReportScreen.With-Screenshot-iPhone-pseudo.png | 4 ++-- .../bugReportScreen.Without-Screenshot-iPad-en-GB.png | 4 ++-- .../bugReportScreen.Without-Screenshot-iPad-pseudo.png | 4 ++-- .../bugReportScreen.Without-Screenshot-iPhone-en-GB.png | 4 ++-- .../bugReportScreen.Without-Screenshot-iPhone-pseudo.png | 4 ++-- .../callInviteRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../callInviteRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../callInviteRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../callInviteRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../callNotificationRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../callNotificationRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../callNotificationRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../callNotificationRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/chatsSpaceFilterCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/chatsSpaceFilterCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/chatsSpaceFilterCell.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/chatsSpaceFilterCell.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/chatsSpaceFiltersScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/chatsSpaceFiltersScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/chatsSpaceFiltersScreen.iPhone-en-GB-0.png | 4 ++-- .../chatsSpaceFiltersScreen.iPhone-pseudo-0.png | 4 ++-- .../collapsibleRoomTimelineView.iPad-en-GB-0.png | 2 +- .../collapsibleRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../collapsibleRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../collapsibleRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/completionSuggestion.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/completionSuggestion.iPad-en-GB-1.png | 4 ++-- .../PreviewTests/completionSuggestion.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/completionSuggestion.iPad-pseudo-1.png | 4 ++-- .../PreviewTests/completionSuggestion.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/completionSuggestion.iPhone-en-GB-1.png | 4 ++-- .../PreviewTests/completionSuggestion.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/completionSuggestion.iPhone-pseudo-1.png | 4 ++-- .../PreviewTests/composerToolbar.Reply-iPad-en-GB.png | 4 ++-- .../PreviewTests/composerToolbar.Reply-iPad-pseudo.png | 4 ++-- .../PreviewTests/composerToolbar.Reply-iPhone-en-GB.png | 4 ++-- .../PreviewTests/composerToolbar.Reply-iPhone-pseudo.png | 4 ++-- .../composerToolbar.With-Suggestions-iPad-en-GB.png | 4 ++-- .../composerToolbar.With-Suggestions-iPad-pseudo.png | 4 ++-- .../composerToolbar.With-Suggestions-iPhone-en-GB.png | 4 ++-- .../composerToolbar.With-Suggestions-iPhone-pseudo.png | 4 ++-- .../PreviewTests/composerToolbar.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/composerToolbar.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/composerToolbar.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/composerToolbar.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/copyTextButton.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/copyTextButton.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/copyTextButton.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/copyTextButton.iPhone-pseudo-0.png | 4 ++-- .../createRoom.Create-Knockable-Room-iPad-en-GB.png | 4 ++-- .../createRoom.Create-Knockable-Room-iPad-pseudo.png | 4 ++-- .../createRoom.Create-Knockable-Room-iPhone-en-GB.png | 4 ++-- .../createRoom.Create-Knockable-Room-iPhone-pseudo.png | 4 ++-- ...nockable-Room-with-already-selected-Space-iPad-en-GB.png | 4 ++-- ...ockable-Room-with-already-selected-Space-iPad-pseudo.png | 4 ++-- ...ckable-Room-with-already-selected-Space-iPhone-en-GB.png | 2 +- ...kable-Room-with-already-selected-Space-iPhone-pseudo.png | 4 ++-- ...ateRoom.Create-Public-Room-existing-alias-iPad-en-GB.png | 4 ++-- ...teRoom.Create-Public-Room-existing-alias-iPad-pseudo.png | 4 ++-- ...eRoom.Create-Public-Room-existing-alias-iPhone-en-GB.png | 4 ++-- ...Room.Create-Public-Room-existing-alias-iPhone-pseudo.png | 4 ++-- .../createRoom.Create-Public-Room-iPad-en-GB.png | 4 ++-- .../createRoom.Create-Public-Room-iPad-pseudo.png | 4 ++-- .../createRoom.Create-Public-Room-iPhone-en-GB.png | 4 ++-- .../createRoom.Create-Public-Room-iPhone-pseudo.png | 4 ++-- ...eateRoom.Create-Public-Room-invalid-alias-iPad-en-GB.png | 4 ++-- ...ateRoom.Create-Public-Room-invalid-alias-iPad-pseudo.png | 4 ++-- ...teRoom.Create-Public-Room-invalid-alias-iPhone-en-GB.png | 4 ++-- ...eRoom.Create-Public-Room-invalid-alias-iPhone-pseudo.png | 4 ++-- .../PreviewTests/createRoom.Create-Room-iPad-en-GB.png | 4 ++-- .../PreviewTests/createRoom.Create-Room-iPad-pseudo.png | 4 ++-- .../PreviewTests/createRoom.Create-Room-iPhone-en-GB.png | 4 ++-- .../PreviewTests/createRoom.Create-Room-iPhone-pseudo.png | 4 ++-- ...-Room-with-a-selected-Space-from-the-list-iPad-en-GB.png | 4 ++-- ...Room-with-a-selected-Space-from-the-list-iPad-pseudo.png | 4 ++-- ...oom-with-a-selected-Space-from-the-list-iPhone-en-GB.png | 4 ++-- ...om-with-a-selected-Space-from-the-list-iPhone-pseudo.png | 4 ++-- ...m.Create-Room-with-already-selected-Space-iPad-en-GB.png | 4 ++-- ....Create-Room-with-already-selected-Space-iPad-pseudo.png | 4 ++-- ...Create-Room-with-already-selected-Space-iPhone-en-GB.png | 4 ++-- ...reate-Room-with-already-selected-Space-iPhone-pseudo.png | 4 ++-- .../createRoom.Create-Room-with-avatar-iPad-en-GB.png | 4 ++-- .../createRoom.Create-Room-with-avatar-iPad-pseudo.png | 4 ++-- .../createRoom.Create-Room-with-avatar-iPhone-en-GB.png | 4 ++-- .../createRoom.Create-Room-with-avatar-iPhone-pseudo.png | 4 ++-- .../PreviewTests/createRoom.Create-Space-iPad-en-GB.png | 4 ++-- .../PreviewTests/createRoom.Create-Space-iPad-pseudo.png | 4 ++-- .../PreviewTests/createRoom.Create-Space-iPhone-en-GB.png | 4 ++-- .../PreviewTests/createRoom.Create-Space-iPhone-pseudo.png | 4 ++-- .../createRoom.Create-Space-with-avatar-iPad-en-GB.png | 4 ++-- .../createRoom.Create-Space-with-avatar-iPad-pseudo.png | 4 ++-- .../createRoom.Create-Space-with-avatar-iPhone-en-GB.png | 4 ++-- .../createRoom.Create-Space-with-avatar-iPhone-pseudo.png | 4 ++-- .../createRoomSpaceSelectionSheet.iPad-en-GB-0.png | 4 ++-- .../createRoomSpaceSelectionSheet.iPad-pseudo-0.png | 4 ++-- .../createRoomSpaceSelectionSheet.iPhone-en-GB-0.png | 4 ++-- .../createRoomSpaceSelectionSheet.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/deactivateAccountScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/deactivateAccountScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/deactivateAccountScreen.iPhone-en-GB-0.png | 4 ++-- .../deactivateAccountScreen.iPhone-pseudo-0.png | 4 ++-- .../declineAndBlockScreen.Default-iPad-en-GB.png | 4 ++-- .../declineAndBlockScreen.Default-iPad-pseudo.png | 4 ++-- .../declineAndBlockScreen.Default-iPhone-en-GB.png | 4 ++-- .../declineAndBlockScreen.Default-iPhone-pseudo.png | 4 ++-- ...eclineAndBlockScreen.Report-room-selected-iPad-en-GB.png | 4 ++-- ...clineAndBlockScreen.Report-room-selected-iPad-pseudo.png | 4 ++-- ...lineAndBlockScreen.Report-room-selected-iPhone-en-GB.png | 4 ++-- ...ineAndBlockScreen.Report-room-selected-iPhone-pseudo.png | 4 ++-- .../editRoomAddressScreen.Already-existing-iPad-en-GB.png | 4 ++-- .../editRoomAddressScreen.Already-existing-iPad-pseudo.png | 4 ++-- .../editRoomAddressScreen.Already-existing-iPhone-en-GB.png | 4 ++-- ...editRoomAddressScreen.Already-existing-iPhone-pseudo.png | 4 ++-- .../editRoomAddressScreen.Invalid-symbols-iPad-en-GB.png | 4 ++-- .../editRoomAddressScreen.Invalid-symbols-iPad-pseudo.png | 4 ++-- .../editRoomAddressScreen.Invalid-symbols-iPhone-en-GB.png | 4 ++-- .../editRoomAddressScreen.Invalid-symbols-iPhone-pseudo.png | 4 ++-- .../editRoomAddressScreen.No-alias-iPad-en-GB.png | 2 +- .../editRoomAddressScreen.No-alias-iPad-pseudo.png | 4 ++-- .../editRoomAddressScreen.No-alias-iPhone-en-GB.png | 4 ++-- .../editRoomAddressScreen.No-alias-iPhone-pseudo.png | 4 ++-- .../editRoomAddressScreen.With-alias-iPad-en-GB.png | 4 ++-- .../editRoomAddressScreen.With-alias-iPad-pseudo.png | 4 ++-- .../editRoomAddressScreen.With-alias-iPhone-en-GB.png | 4 ++-- .../editRoomAddressScreen.With-alias-iPhone-pseudo.png | 4 ++-- .../PreviewTests/elementTextFieldStyle.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/elementTextFieldStyle.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/elementTextFieldStyle.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/elementTextFieldStyle.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/emojiPickerScreen.Screen-iPad-en-GB.png | 4 ++-- .../PreviewTests/emojiPickerScreen.Screen-iPad-pseudo.png | 4 ++-- .../PreviewTests/emojiPickerScreen.Screen-iPhone-en-GB.png | 4 ++-- .../PreviewTests/emojiPickerScreen.Screen-iPhone-pseudo.png | 4 ++-- .../emojiPickerScreenHeaderView.iPad-en-GB-0.png | 4 ++-- .../emojiPickerScreenHeaderView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/emoteRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/emoteRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/emoteRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/emoteRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/encryptedRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../encryptedRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../encryptedRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../encryptedRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../encryptionResetPasswordScreen.iPad-en-GB-0.png | 4 ++-- .../encryptionResetPasswordScreen.iPad-pseudo-0.png | 4 ++-- .../encryptionResetPasswordScreen.iPhone-en-GB-0.png | 4 ++-- .../encryptionResetPasswordScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/encryptionResetScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/encryptionResetScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/encryptionResetScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/encryptionResetScreen.iPhone-pseudo-0.png | 4 ++-- .../fileMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../fileMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../fileMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../fileMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/fileRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/fileRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/fileRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/fileRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/floatingDateBadge.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/floatingDateBadge.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/floatingDateBadge.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/floatingDateBadge.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/formButtonStyles.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/formButtonStyles.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/formButtonStyles.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/formButtonStyles.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/formattedBodyText.basicText-iPad-en-GB.png | 4 ++-- .../formattedBodyText.basicText-iPad-pseudo.png | 4 ++-- .../formattedBodyText.basicText-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.basicText-iPhone-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.code-iPad-en-GB.png | 4 ++-- .../PreviewTests/formattedBodyText.code-iPad-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.code-iPhone-en-GB.png | 4 ++-- .../PreviewTests/formattedBodyText.code-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.groupedBlockQuotes-iPad-en-GB.png | 4 ++-- .../formattedBodyText.groupedBlockQuotes-iPad-pseudo.png | 4 ++-- .../formattedBodyText.groupedBlockQuotes-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.groupedBlockQuotes-iPhone-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.headers-iPad-en-GB.png | 4 ++-- .../PreviewTests/formattedBodyText.headers-iPad-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.headers-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.headers-iPhone-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.links-iPad-en-GB.png | 4 ++-- .../PreviewTests/formattedBodyText.links-iPad-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.links-iPhone-en-GB.png | 4 ++-- .../PreviewTests/formattedBodyText.links-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.matrixIdentifiers-iPad-en-GB.png | 4 ++-- .../formattedBodyText.matrixIdentifiers-iPad-pseudo.png | 4 ++-- .../formattedBodyText.matrixIdentifiers-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.matrixIdentifiers-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.orderedList-iPad-en-GB.png | 4 ++-- .../formattedBodyText.orderedList-iPad-pseudo.png | 4 ++-- .../formattedBodyText.orderedList-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.orderedList-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.paragraphs-iPad-en-GB.png | 4 ++-- .../formattedBodyText.paragraphs-iPad-pseudo.png | 4 ++-- .../formattedBodyText.paragraphs-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.paragraphs-iPhone-pseudo.png | 4 ++-- .../PreviewTests/formattedBodyText.plainText-iPad-en-GB.png | 4 ++-- .../formattedBodyText.plainText-iPad-pseudo.png | 4 ++-- .../formattedBodyText.plainText-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.plainText-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.separatedBlockQuotes-iPad-en-GB.png | 4 ++-- .../formattedBodyText.separatedBlockQuotes-iPad-pseudo.png | 4 ++-- .../formattedBodyText.separatedBlockQuotes-iPhone-en-GB.png | 4 ++-- ...formattedBodyText.separatedBlockQuotes-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.singleColumnComponents-iPad-en-GB.png | 2 +- ...formattedBodyText.singleColumnComponents-iPad-pseudo.png | 2 +- ...ormattedBodyText.singleColumnComponents-iPhone-en-GB.png | 2 +- ...rmattedBodyText.singleColumnComponents-iPhone-pseudo.png | 2 +- .../formattedBodyText.textFormatting-iPad-en-GB.png | 4 ++-- .../formattedBodyText.textFormatting-iPad-pseudo.png | 4 ++-- .../formattedBodyText.textFormatting-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.textFormatting-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.unorderedList-iPad-en-GB.png | 4 ++-- .../formattedBodyText.unorderedList-iPad-pseudo.png | 4 ++-- .../formattedBodyText.unorderedList-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.unorderedList-iPhone-pseudo.png | 4 ++-- .../formattedBodyText.wideCodeBlock-iPad-en-GB.png | 4 ++-- .../formattedBodyText.wideCodeBlock-iPad-pseudo.png | 4 ++-- .../formattedBodyText.wideCodeBlock-iPhone-en-GB.png | 4 ++-- .../formattedBodyText.wideCodeBlock-iPhone-pseudo.png | 4 ++-- .../PreviewTests/fullscreenDialog.Gradient-iPad-en-GB.png | 4 ++-- .../PreviewTests/fullscreenDialog.Gradient-iPad-pseudo.png | 4 ++-- .../PreviewTests/fullscreenDialog.Gradient-iPhone-en-GB.png | 4 ++-- .../fullscreenDialog.Gradient-iPhone-pseudo.png | 4 ++-- .../PreviewTests/fullscreenDialog.Plain-iPad-en-GB.png | 4 ++-- .../PreviewTests/fullscreenDialog.Plain-iPad-pseudo.png | 4 ++-- .../PreviewTests/fullscreenDialog.Plain-iPhone-en-GB.png | 4 ++-- .../PreviewTests/fullscreenDialog.Plain-iPhone-pseudo.png | 4 ++-- .../PreviewTests/globalSearchScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/globalSearchScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/globalSearchScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/globalSearchScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/globalSearchScreenListRow.iPad-en-GB-0.png | 4 ++-- .../globalSearchScreenListRow.iPad-pseudo-0.png | 4 ++-- .../globalSearchScreenListRow.iPhone-en-GB-0.png | 4 ++-- .../globalSearchScreenListRow.iPhone-pseudo-0.png | 4 ++-- .../highlightedTimelineItemModifier.Layout-iPad-en-GB.png | 4 ++-- .../highlightedTimelineItemModifier.Layout-iPad-pseudo.png | 4 ++-- .../highlightedTimelineItemModifier.Layout-iPhone-en-GB.png | 4 ++-- ...highlightedTimelineItemModifier.Layout-iPhone-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Empty-iPad-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Empty-iPad-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Empty-iPhone-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Empty-iPhone-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Loaded-iPad-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Loaded-iPad-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Loaded-iPhone-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Loaded-iPhone-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Loading-iPad-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Loading-iPad-pseudo.png | 4 ++-- .../PreviewTests/homeScreen.Loading-iPhone-en-GB.png | 4 ++-- .../PreviewTests/homeScreen.Loading-iPhone-pseudo.png | 4 ++-- ...meScreenEmptyStateView.Constrained-layout-iPad-en-GB.png | 4 ++-- ...eScreenEmptyStateView.Constrained-layout-iPad-pseudo.png | 4 ++-- ...ScreenEmptyStateView.Constrained-layout-iPhone-en-GB.png | 4 ++-- ...creenEmptyStateView.Constrained-layout-iPhone-pseudo.png | 4 ++-- .../homeScreenEmptyStateView.Normal-Layout-iPad-en-GB.png | 4 ++-- .../homeScreenEmptyStateView.Normal-Layout-iPad-pseudo.png | 4 ++-- .../homeScreenEmptyStateView.Normal-Layout-iPhone-en-GB.png | 4 ++-- ...homeScreenEmptyStateView.Normal-Layout-iPhone-pseudo.png | 4 ++-- .../homeScreenEmptyStateView.View-iPad-en-GB.png | 4 ++-- .../homeScreenEmptyStateView.View-iPad-pseudo.png | 4 ++-- .../homeScreenEmptyStateView.View-iPhone-en-GB.png | 4 ++-- .../homeScreenEmptyStateView.View-iPhone-pseudo.png | 4 ++-- .../PreviewTests/homeScreenInviteCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/homeScreenInviteCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/homeScreenKnockedCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/homeScreenKnockedCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/homeScreenKnockedCell.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/homeScreenKnockedCell.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/homeScreenNewSoundBanner.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/homeScreenNewSoundBanner.iPad-pseudo-0.png | 4 ++-- .../homeScreenNewSoundBanner.iPhone-en-GB-0.png | 4 ++-- .../homeScreenNewSoundBanner.iPhone-pseudo-0.png | 4 ++-- ...RecoveryKeyConfirmationBanner.Out-of-sync-iPad-en-GB.png | 2 +- ...ecoveryKeyConfirmationBanner.Out-of-sync-iPad-pseudo.png | 4 ++-- ...coveryKeyConfirmationBanner.Out-of-sync-iPhone-en-GB.png | 4 ++-- ...overyKeyConfirmationBanner.Out-of-sync-iPhone-pseudo.png | 4 ++-- ...veryKeyConfirmationBanner.Set-up-recovery-iPad-en-GB.png | 4 ++-- ...eryKeyConfirmationBanner.Set-up-recovery-iPad-pseudo.png | 4 ++-- ...ryKeyConfirmationBanner.Set-up-recovery-iPhone-en-GB.png | 4 ++-- ...yKeyConfirmationBanner.Set-up-recovery-iPhone-pseudo.png | 4 ++-- .../PreviewTests/homeScreenRoomCell.Generic-iPad-en-GB.png | 4 ++-- .../PreviewTests/homeScreenRoomCell.Generic-iPad-pseudo.png | 4 ++-- .../homeScreenRoomCell.Generic-iPhone-en-GB.png | 4 ++-- .../homeScreenRoomCell.Generic-iPhone-pseudo.png | 4 ++-- .../homeScreenRoomCell.Last-Message-State-iPad-en-GB.png | 4 ++-- .../homeScreenRoomCell.Last-Message-State-iPad-pseudo.png | 4 ++-- .../homeScreenRoomCell.Last-Message-State-iPhone-en-GB.png | 4 ++-- .../homeScreenRoomCell.Last-Message-State-iPhone-pseudo.png | 4 ++-- .../homeScreenRoomCell.Notifications-State-iPad-en-GB.png | 4 ++-- .../homeScreenRoomCell.Notifications-State-iPad-pseudo.png | 4 ++-- .../homeScreenRoomCell.Notifications-State-iPhone-en-GB.png | 4 ++-- ...homeScreenRoomCell.Notifications-State-iPhone-pseudo.png | 4 ++-- .../identityConfirmationScreen.Actions-iPad-en-GB.png | 4 ++-- .../identityConfirmationScreen.Actions-iPad-pseudo.png | 4 ++-- .../identityConfirmationScreen.Actions-iPhone-en-GB.png | 4 ++-- .../identityConfirmationScreen.Actions-iPhone-pseudo.png | 4 ++-- .../identityConfirmationScreen.Loading-iPad-en-GB.png | 4 ++-- .../identityConfirmationScreen.Loading-iPad-pseudo.png | 4 ++-- .../identityConfirmationScreen.Loading-iPhone-en-GB.png | 2 +- .../identityConfirmationScreen.Loading-iPhone-pseudo.png | 4 ++-- .../PreviewTests/identityConfirmedScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/identityConfirmedScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/identityConfirmedScreen.iPhone-en-GB-0.png | 4 ++-- .../identityConfirmedScreen.iPhone-pseudo-0.png | 4 ++-- .../imageMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../imageMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../imageMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../imageMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/imageRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/imageRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/imageRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/imageRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../inviteUsersConfirmationSheetView.Default-iPad-en-GB.png | 4 ++-- ...inviteUsersConfirmationSheetView.Default-iPad-pseudo.png | 4 ++-- ...nviteUsersConfirmationSheetView.Default-iPhone-en-GB.png | 4 ++-- ...viteUsersConfirmationSheetView.Default-iPhone-pseudo.png | 4 ++-- .../inviteUsersScreen.Confirm-Selected-iPad-en-GB.png | 4 ++-- .../inviteUsersScreen.Confirm-Selected-iPad-pseudo.png | 4 ++-- .../inviteUsersScreen.Confirm-Selected-iPhone-en-GB.png | 4 ++-- .../inviteUsersScreen.Confirm-Selected-iPhone-pseudo.png | 4 ++-- .../PreviewTests/inviteUsersScreen.Searching-iPad-en-GB.png | 4 ++-- .../inviteUsersScreen.Searching-iPad-pseudo.png | 4 ++-- .../inviteUsersScreen.Searching-iPhone-en-GB.png | 4 ++-- .../inviteUsersScreen.Searching-iPhone-pseudo.png | 4 ++-- .../PreviewTests/inviteUsersScreen.Selected-iPad-en-GB.png | 4 ++-- .../PreviewTests/inviteUsersScreen.Selected-iPad-pseudo.png | 4 ++-- .../inviteUsersScreen.Selected-iPhone-en-GB.png | 4 ++-- .../inviteUsersScreen.Selected-iPhone-pseudo.png | 4 ++-- .../inviteUsersScreen.Suggestions-iPad-en-GB.png | 4 ++-- .../inviteUsersScreen.Suggestions-iPad-pseudo.png | 4 ++-- .../inviteUsersScreen.Suggestions-iPhone-en-GB.png | 4 ++-- .../inviteUsersScreen.Suggestions-iPhone-pseudo.png | 4 ++-- .../inviteUsersScreenSelectedItem.iPad-en-GB-0.png | 4 ++-- .../inviteUsersScreenSelectedItem.iPad-pseudo-0.png | 4 ++-- .../inviteUsersScreenSelectedItem.iPhone-en-GB-0.png | 2 +- .../inviteUsersScreenSelectedItem.iPhone-pseudo-0.png | 2 +- .../PreviewTests/joinRoomByAddressView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/joinRoomByAddressView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/joinRoomByAddressView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/joinRoomByAddressView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/joinRoomScreen.Banned-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Banned-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Banned-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Banned-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Forbidden-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Forbidden-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Forbidden-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Forbidden-iPhone-pseudo.png | 4 ++-- .../joinRoomScreen.InviteRequired-iPad-en-GB.png | 4 ++-- .../joinRoomScreen.InviteRequired-iPad-pseudo.png | 4 ++-- .../joinRoomScreen.InviteRequired-iPhone-en-GB.png | 4 ++-- .../joinRoomScreen.InviteRequired-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Invited-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Invited-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Invited-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Invited-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.InvitedDM-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.InvitedDM-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.InvitedDM-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.InvitedDM-iPhone-pseudo.png | 4 ++-- .../joinRoomScreen.InvitedWithHiddenAvatars-iPad-en-GB.png | 4 ++-- .../joinRoomScreen.InvitedWithHiddenAvatars-iPad-pseudo.png | 4 ++-- ...joinRoomScreen.InvitedWithHiddenAvatars-iPhone-en-GB.png | 4 ++-- ...oinRoomScreen.InvitedWithHiddenAvatars-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Joinable-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Joinable-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Joinable-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Joinable-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knockable-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knockable-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knockable-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knockable-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knocked-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knocked-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knocked-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Knocked-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Restricted-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Restricted-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Restricted-iPhone-en-GB.png | 4 ++-- .../joinRoomScreen.Restricted-iPhone-pseudo.png | 4 ++-- .../joinRoomScreen.RestrictedJoinable-iPad-en-GB.png | 4 ++-- .../joinRoomScreen.RestrictedJoinable-iPad-pseudo.png | 4 ++-- .../joinRoomScreen.RestrictedJoinable-iPhone-en-GB.png | 4 ++-- .../joinRoomScreen.RestrictedJoinable-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Unknown-iPad-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Unknown-iPad-pseudo.png | 4 ++-- .../PreviewTests/joinRoomScreen.Unknown-iPhone-en-GB.png | 4 ++-- .../PreviewTests/joinRoomScreen.Unknown-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Banned-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Banned-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Banned-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Banned-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Forbidden-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Forbidden-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Forbidden-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Forbidden-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.InviteRequired-Space-iPad-en-GB.png | 4 ++-- ...joinRoomScreenSpace.InviteRequired-Space-iPad-pseudo.png | 4 ++-- ...oinRoomScreenSpace.InviteRequired-Space-iPhone-en-GB.png | 4 ++-- ...inRoomScreenSpace.InviteRequired-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Invited-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Invited-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Invited-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Invited-Space-iPhone-pseudo.png | 4 ++-- ...creenSpace.InvitedWithHiddenAvatars-Space-iPad-en-GB.png | 4 ++-- ...reenSpace.InvitedWithHiddenAvatars-Space-iPad-pseudo.png | 4 ++-- ...eenSpace.InvitedWithHiddenAvatars-Space-iPhone-en-GB.png | 4 ++-- ...enSpace.InvitedWithHiddenAvatars-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Joinable-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Joinable-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Joinable-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Joinable-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Knockable-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Knockable-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Knockable-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Knockable-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Knocked-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Knocked-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Knocked-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Knocked-Space-iPhone-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Restricted-Space-iPad-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Restricted-Space-iPad-pseudo.png | 4 ++-- .../joinRoomScreenSpace.Restricted-Space-iPhone-en-GB.png | 4 ++-- .../joinRoomScreenSpace.Restricted-Space-iPhone-pseudo.png | 4 ++-- ...nRoomScreenSpace.RestrictedJoinable-Space-iPad-en-GB.png | 4 ++-- ...RoomScreenSpace.RestrictedJoinable-Space-iPad-pseudo.png | 4 ++-- ...oomScreenSpace.RestrictedJoinable-Space-iPhone-en-GB.png | 4 ++-- ...omScreenSpace.RestrictedJoinable-Space-iPhone-pseudo.png | 4 ++-- .../PreviewTests/joinedMembersBadgeView.iPad-en-GB-0.png | 2 +- .../PreviewTests/joinedMembersBadgeView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/joinedMembersBadgeView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/joinedMembersBadgeView.iPhone-pseudo-0.png | 4 ++-- .../knockRequestCell.Long-reason-iPad-en-GB.png | 4 ++-- .../knockRequestCell.Long-reason-iPad-pseudo.png | 4 ++-- .../knockRequestCell.Long-reason-iPhone-en-GB.png | 4 ++-- .../knockRequestCell.Long-reason-iPhone-pseudo.png | 4 ++-- .../PreviewTests/knockRequestCell.No-name-iPad-en-GB.png | 4 ++-- .../PreviewTests/knockRequestCell.No-name-iPad-pseudo.png | 4 ++-- .../PreviewTests/knockRequestCell.No-name-iPhone-en-GB.png | 4 ++-- .../PreviewTests/knockRequestCell.No-name-iPhone-pseudo.png | 4 ++-- .../PreviewTests/knockRequestCell.No-reason-iPad-en-GB.png | 4 ++-- .../PreviewTests/knockRequestCell.No-reason-iPad-pseudo.png | 4 ++-- .../knockRequestCell.No-reason-iPhone-en-GB.png | 4 ++-- .../knockRequestCell.No-reason-iPhone-pseudo.png | 4 ++-- .../knockRequestCell.Short-reason-iPad-en-GB.png | 4 ++-- .../knockRequestCell.Short-reason-iPad-pseudo.png | 4 ++-- .../knockRequestCell.Short-reason-iPhone-en-GB.png | 4 ++-- .../knockRequestCell.Short-reason-iPhone-pseudo.png | 4 ++-- ...knockRequestsBannerView.Multiple-Requests-iPad-en-GB.png | 4 ++-- ...nockRequestsBannerView.Multiple-Requests-iPad-pseudo.png | 4 ++-- ...ockRequestsBannerView.Multiple-Requests-iPhone-en-GB.png | 4 ++-- ...ckRequestsBannerView.Multiple-Requests-iPhone-pseudo.png | 4 ++-- ...BannerView.Single-Request-No-Display-Name-iPad-en-GB.png | 4 ++-- ...annerView.Single-Request-No-Display-Name-iPad-pseudo.png | 4 ++-- ...nnerView.Single-Request-No-Display-Name-iPhone-en-GB.png | 4 ++-- ...nerView.Single-Request-No-Display-Name-iPhone-pseudo.png | 4 ++-- .../knockRequestsBannerView.Single-Request-iPad-en-GB.png | 4 ++-- .../knockRequestsBannerView.Single-Request-iPad-pseudo.png | 4 ++-- .../knockRequestsBannerView.Single-Request-iPhone-en-GB.png | 4 ++-- ...knockRequestsBannerView.Single-Request-iPhone-pseudo.png | 4 ++-- ...annerView.Single-Request-no-accept-action-iPad-en-GB.png | 2 +- ...nnerView.Single-Request-no-accept-action-iPad-pseudo.png | 4 ++-- ...nerView.Single-Request-no-accept-action-iPhone-en-GB.png | 4 ++-- ...erView.Single-Request-no-accept-action-iPhone-pseudo.png | 4 ++-- ...estsBannerView.Single-Request-with-reason-iPad-en-GB.png | 4 ++-- ...stsBannerView.Single-Request-with-reason-iPad-pseudo.png | 4 ++-- ...tsBannerView.Single-Request-with-reason-iPhone-en-GB.png | 4 ++-- ...sBannerView.Single-Request-with-reason-iPhone-pseudo.png | 4 ++-- .../knockRequestsListEmptyStateView.iPad-en-GB-0.png | 4 ++-- .../knockRequestsListEmptyStateView.iPad-pseudo-0.png | 4 ++-- .../knockRequestsListEmptyStateView.iPhone-en-GB-0.png | 4 ++-- .../knockRequestsListEmptyStateView.iPhone-pseudo-0.png | 4 ++-- .../knockRequestsListScreen.Empty-state-iPad-en-GB.png | 4 ++-- .../knockRequestsListScreen.Empty-state-iPad-pseudo.png | 4 ++-- .../knockRequestsListScreen.Empty-state-iPhone-en-GB.png | 4 ++-- .../knockRequestsListScreen.Empty-state-iPhone-pseudo.png | 4 ++-- .../knockRequestsListScreen.Single-Request-iPad-en-GB.png | 4 ++-- .../knockRequestsListScreen.Single-Request-iPad-pseudo.png | 4 ++-- .../knockRequestsListScreen.Single-Request-iPhone-en-GB.png | 4 ++-- ...knockRequestsListScreen.Single-Request-iPhone-pseudo.png | 4 ++-- .../PreviewTests/knockRequestsListScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/knockRequestsListScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/knockRequestsListScreen.iPhone-en-GB-0.png | 4 ++-- .../knockRequestsListScreen.iPhone-pseudo-0.png | 4 ++-- .../__Snapshots__/PreviewTests/labsScreen.iPad-en-GB-0.png | 4 ++-- .../__Snapshots__/PreviewTests/labsScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/labsScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/labsScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/leaveSpaceRoomDetailsCell.iPad-en-GB-0.png | 4 ++-- .../leaveSpaceRoomDetailsCell.iPad-pseudo-0.png | 4 ++-- .../leaveSpaceRoomDetailsCell.iPhone-en-GB-0.png | 4 ++-- .../leaveSpaceRoomDetailsCell.iPhone-pseudo-0.png | 4 ++-- .../leaveSpaceView.Last-Space-Admin-iPad-en-GB.png | 4 ++-- .../leaveSpaceView.Last-Space-Admin-iPad-pseudo.png | 4 ++-- .../leaveSpaceView.Last-Space-Admin-iPhone-en-GB.png | 4 ++-- .../leaveSpaceView.Last-Space-Admin-iPhone-pseudo.png | 4 ++-- .../leaveSpaceView.Last-Space-Owner-iPad-en-GB.png | 4 ++-- .../leaveSpaceView.Last-Space-Owner-iPad-pseudo.png | 4 ++-- .../leaveSpaceView.Last-Space-Owner-iPhone-en-GB.png | 4 ++-- .../leaveSpaceView.Last-Space-Owner-iPhone-pseudo.png | 4 ++-- .../PreviewTests/leaveSpaceView.Many-Rooms-iPad-en-GB.png | 4 ++-- .../PreviewTests/leaveSpaceView.Many-Rooms-iPad-pseudo.png | 4 ++-- .../PreviewTests/leaveSpaceView.Many-Rooms-iPhone-en-GB.png | 2 +- .../leaveSpaceView.Many-Rooms-iPhone-pseudo.png | 4 ++-- .../PreviewTests/leaveSpaceView.No-Rooms-iPad-en-GB.png | 4 ++-- .../PreviewTests/leaveSpaceView.No-Rooms-iPad-pseudo.png | 4 ++-- .../PreviewTests/leaveSpaceView.No-Rooms-iPhone-en-GB.png | 4 ++-- .../PreviewTests/leaveSpaceView.No-Rooms-iPhone-pseudo.png | 4 ++-- .../leaveSpaceView.Only-Admin-Rooms-iPad-en-GB.png | 4 ++-- .../leaveSpaceView.Only-Admin-Rooms-iPad-pseudo.png | 4 ++-- .../leaveSpaceView.Only-Admin-Rooms-iPhone-en-GB.png | 4 ++-- .../leaveSpaceView.Only-Admin-Rooms-iPhone-pseudo.png | 4 ++-- .../PreviewTests/legalInformationScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/legalInformationScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/legalInformationScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/legalInformationScreen.iPhone-pseudo-0.png | 4 ++-- .../linkNewDeviceScreen.Generating-iPad-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Generating-iPad-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Generating-iPhone-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Generating-iPhone-pseudo.png | 4 ++-- .../PreviewTests/linkNewDeviceScreen.Loading-iPad-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Loading-iPad-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Loading-iPhone-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Loading-iPhone-pseudo.png | 4 ++-- .../PreviewTests/linkNewDeviceScreen.Ready-iPad-en-GB.png | 4 ++-- .../PreviewTests/linkNewDeviceScreen.Ready-iPad-pseudo.png | 4 ++-- .../PreviewTests/linkNewDeviceScreen.Ready-iPhone-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Ready-iPhone-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Unknown-error-iPad-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Unknown-error-iPad-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Unknown-error-iPhone-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Unknown-error-iPhone-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Unsupported-iPad-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Unsupported-iPad-pseudo.png | 4 ++-- .../linkNewDeviceScreen.Unsupported-iPhone-en-GB.png | 4 ++-- .../linkNewDeviceScreen.Unsupported-iPhone-pseudo.png | 4 ++-- .../liveLocationRoomTimelineView.Bubbles-iPad-en-GB.png | 4 ++-- .../liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png | 4 ++-- .../liveLocationRoomTimelineView.Bubbles-iPhone-en-GB.png | 4 ++-- .../liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png | 4 ++-- .../liveLocationSharingBannerView.iPad-en-GB-0.png | 4 ++-- .../liveLocationSharingBannerView.iPad-pseudo-0.png | 4 ++-- .../liveLocationSharingBannerView.iPhone-en-GB-0.png | 4 ++-- .../liveLocationSharingBannerView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/loadableImage.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/loadableImage.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/loadableImage.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/loadableImage.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/locationMarkerView.iPad-en-GB-0.png | 2 +- .../PreviewTests/locationMarkerView.iPad-pseudo-0.png | 2 +- .../PreviewTests/locationMarkerView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/locationMarkerView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/locationPickerSheet.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/locationPickerSheet.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/locationPickerSheet.iPhone-en-GB-0.png | 2 +- .../PreviewTests/locationPickerSheet.iPhone-pseudo-0.png | 4 ++-- .../locationRoomTimelineView.Bubbles-iPad-en-GB.png | 4 ++-- .../locationRoomTimelineView.Bubbles-iPad-pseudo.png | 4 ++-- .../locationRoomTimelineView.Bubbles-iPhone-en-GB.png | 4 ++-- .../locationRoomTimelineView.Bubbles-iPhone-pseudo.png | 4 ++-- .../loginScreen.Credentials-Entered-iPad-en-GB.png | 4 ++-- .../loginScreen.Credentials-Entered-iPad-pseudo.png | 4 ++-- .../loginScreen.Credentials-Entered-iPhone-en-GB.png | 4 ++-- .../loginScreen.Credentials-Entered-iPhone-pseudo.png | 4 ++-- .../PreviewTests/loginScreen.Initial-State-iPad-en-GB.png | 4 ++-- .../PreviewTests/loginScreen.Initial-State-iPad-pseudo.png | 4 ++-- .../PreviewTests/loginScreen.Initial-State-iPhone-en-GB.png | 4 ++-- .../loginScreen.Initial-State-iPhone-pseudo.png | 4 ++-- .../PreviewTests/loginScreen.Unsupported-iPad-en-GB.png | 4 ++-- .../PreviewTests/loginScreen.Unsupported-iPad-pseudo.png | 4 ++-- .../PreviewTests/loginScreen.Unsupported-iPhone-en-GB.png | 4 ++-- .../PreviewTests/loginScreen.Unsupported-iPhone-pseudo.png | 4 ++-- .../PreviewTests/longPressWithFeedback.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/longPressWithFeedback.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/longPressWithFeedback.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/longPressWithFeedback.iPhone-pseudo-0.png | 4 ++-- .../manageAuthorizedSpacesScreen.iPad-en-GB-0.png | 4 ++-- .../manageAuthorizedSpacesScreen.iPad-pseudo-0.png | 4 ++-- .../manageAuthorizedSpacesScreen.iPhone-en-GB-0.png | 4 ++-- .../manageAuthorizedSpacesScreen.iPhone-pseudo-0.png | 4 ++-- ...eRoomMemberSheetView.All-Actions-Disabled-iPad-en-GB.png | 4 ++-- ...RoomMemberSheetView.All-Actions-Disabled-iPad-pseudo.png | 4 ++-- ...oomMemberSheetView.All-Actions-Disabled-iPhone-en-GB.png | 4 ++-- ...omMemberSheetView.All-Actions-Disabled-iPhone-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.All-Actions-iPad-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.All-Actions-iPad-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.All-Actions-iPhone-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.All-Actions-iPhone-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Ban-Only-iPad-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Ban-Only-iPad-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Ban-Only-iPhone-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Ban-Only-iPhone-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Kick-Only-iPad-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Kick-Only-iPad-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Kick-Only-iPhone-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Kick-Only-iPhone-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Unban-Only-iPad-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Unban-Only-iPad-pseudo.png | 4 ++-- .../manageRoomMemberSheetView.Unban-Only-iPhone-en-GB.png | 4 ++-- .../manageRoomMemberSheetView.Unban-Only-iPhone-pseudo.png | 4 ++-- .../PreviewTests/matrixUserPermalink.iPad-en-GB-0.png | 2 +- .../PreviewTests/matrixUserPermalink.iPad-pseudo-0.png | 2 +- .../PreviewTests/matrixUserPermalink.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/matrixUserPermalink.iPhone-pseudo-0.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Files-iPad-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Files-iPad-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Files-iPhone-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Files-iPhone-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Media-iPad-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Media-iPad-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Media-iPhone-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Empty-Media-iPhone-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Files-iPad-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Files-iPad-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Files-iPhone-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Files-iPhone-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Media-iPad-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Media-iPad-pseudo.png | 4 ++-- .../mediaEventsTimelineScreen.Media-iPhone-en-GB.png | 4 ++-- .../mediaEventsTimelineScreen.Media-iPhone-pseudo.png | 4 ++-- .../mediaUploadPreviewScreen.Caption-warning-iPad-en-GB.png | 4 ++-- ...mediaUploadPreviewScreen.Caption-warning-iPad-pseudo.png | 4 ++-- ...ediaUploadPreviewScreen.Caption-warning-iPhone-en-GB.png | 2 +- ...diaUploadPreviewScreen.Caption-warning-iPhone-pseudo.png | 4 ++-- .../PreviewTests/mediaUploadPreviewScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/mediaUploadPreviewScreen.iPad-pseudo-0.png | 4 ++-- .../mediaUploadPreviewScreen.iPhone-en-GB-0.png | 4 ++-- .../mediaUploadPreviewScreen.iPhone-pseudo-0.png | 4 ++-- .../mentionSuggestionItemView.All-users-iPad-en-GB.png | 4 ++-- .../mentionSuggestionItemView.All-users-iPad-pseudo.png | 4 ++-- .../mentionSuggestionItemView.All-users-iPhone-en-GB.png | 4 ++-- .../mentionSuggestionItemView.All-users-iPhone-pseudo.png | 4 ++-- .../mentionSuggestionItemView.Room-iPad-en-GB.png | 4 ++-- .../mentionSuggestionItemView.Room-iPad-pseudo.png | 4 ++-- .../mentionSuggestionItemView.Room-iPhone-en-GB.png | 4 ++-- .../mentionSuggestionItemView.Room-iPhone-pseudo.png | 4 ++-- .../mentionSuggestionItemView.User-iPad-en-GB.png | 4 ++-- .../mentionSuggestionItemView.User-iPad-pseudo.png | 4 ++-- .../mentionSuggestionItemView.User-iPhone-en-GB.png | 4 ++-- .../mentionSuggestionItemView.User-iPhone-pseudo.png | 4 ++-- ...onSuggestionItemView.User-no-display-name-iPad-en-GB.png | 2 +- ...nSuggestionItemView.User-no-display-name-iPad-pseudo.png | 2 +- ...SuggestionItemView.User-no-display-name-iPhone-en-GB.png | 4 ++-- ...uggestionItemView.User-no-display-name-iPhone-pseudo.png | 4 ++-- .../PreviewTests/messageComposer.Replying-iPad-en-GB.png | 4 ++-- .../PreviewTests/messageComposer.Replying-iPad-pseudo.png | 4 ++-- .../PreviewTests/messageComposer.Replying-iPhone-en-GB.png | 4 ++-- .../PreviewTests/messageComposer.Replying-iPhone-pseudo.png | 4 ++-- .../messageComposer.Replying-in-thread-iPad-en-GB.png | 4 ++-- .../messageComposer.Replying-in-thread-iPad-pseudo.png | 4 ++-- .../messageComposer.Replying-in-thread-iPhone-en-GB.png | 4 ++-- .../messageComposer.Replying-in-thread-iPhone-pseudo.png | 4 ++-- .../PreviewTests/messageComposer.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/messageComposer.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/messageComposer.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/messageComposer.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/messageComposerTextField.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/messageComposerTextField.iPad-pseudo-0.png | 4 ++-- .../messageComposerTextField.iPhone-en-GB-0.png | 4 ++-- .../messageComposerTextField.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/messageForwardingScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/messageForwardingScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/messageForwardingScreen.iPhone-en-GB-0.png | 4 ++-- .../messageForwardingScreen.iPhone-pseudo-0.png | 4 ++-- .../messageText.Custom-Attachment-iPad-en-GB.png | 4 ++-- .../messageText.Custom-Attachment-iPad-pseudo.png | 4 ++-- .../messageText.Custom-Attachment-iPhone-en-GB.png | 4 ++-- .../messageText.Custom-Attachment-iPhone-pseudo.png | 4 ++-- .../PreviewTests/messageText.Custom-Text-iPad-en-GB.png | 4 ++-- .../PreviewTests/messageText.Custom-Text-iPad-pseudo.png | 4 ++-- .../PreviewTests/messageText.Custom-Text-iPhone-en-GB.png | 4 ++-- .../PreviewTests/messageText.Custom-Text-iPhone-pseudo.png | 4 ++-- .../messageText.SwiftUI-Default-Text-iPad-en-GB.png | 4 ++-- .../messageText.SwiftUI-Default-Text-iPad-pseudo.png | 4 ++-- .../messageText.SwiftUI-Default-Text-iPhone-en-GB.png | 4 ++-- .../messageText.SwiftUI-Default-Text-iPhone-pseudo.png | 4 ++-- .../messageText.With-block-quote-iPad-en-GB.png | 4 ++-- .../messageText.With-block-quote-iPad-pseudo.png | 4 ++-- .../messageText.With-block-quote-iPhone-en-GB.png | 4 ++-- .../messageText.With-block-quote-iPhone-pseudo.png | 4 ++-- .../PreviewTests/messageText.With-list-iPad-en-GB.png | 4 ++-- .../PreviewTests/messageText.With-list-iPad-pseudo.png | 4 ++-- .../PreviewTests/messageText.With-list-iPhone-en-GB.png | 4 ++-- .../PreviewTests/messageText.With-list-iPhone-pseudo.png | 4 ++-- .../PreviewTests/noticeRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/noticeRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/noticeRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/noticeRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../notificationPermissionsScreen.iPad-en-GB-0.png | 4 ++-- .../notificationPermissionsScreen.iPad-pseudo-0.png | 4 ++-- .../notificationPermissionsScreen.iPhone-en-GB-0.png | 4 ++-- .../notificationPermissionsScreen.iPhone-pseudo-0.png | 4 ++-- ...icationSettingsEditScreen.Applying-change-iPad-en-GB.png | 4 ++-- ...cationSettingsEditScreen.Applying-change-iPad-pseudo.png | 4 ++-- ...ationSettingsEditScreen.Applying-change-iPhone-en-GB.png | 4 ++-- ...tionSettingsEditScreen.Applying-change-iPhone-pseudo.png | 4 ++-- ...tificationSettingsEditScreen.Direct-Chats-iPad-en-GB.png | 4 ++-- ...ificationSettingsEditScreen.Direct-Chats-iPad-pseudo.png | 4 ++-- ...ficationSettingsEditScreen.Direct-Chats-iPhone-en-GB.png | 4 ++-- ...icationSettingsEditScreen.Direct-Chats-iPhone-pseudo.png | 4 ++-- ...EditScreen.Group-Chats-Without-Disclaimer-iPad-en-GB.png | 4 ++-- ...ditScreen.Group-Chats-Without-Disclaimer-iPad-pseudo.png | 4 ++-- ...itScreen.Group-Chats-Without-Disclaimer-iPhone-en-GB.png | 4 ++-- ...tScreen.Group-Chats-Without-Disclaimer-iPhone-pseudo.png | 4 ++-- ...otificationSettingsEditScreen.Group-Chats-iPad-en-GB.png | 4 ++-- ...tificationSettingsEditScreen.Group-Chats-iPad-pseudo.png | 4 ++-- ...ificationSettingsEditScreen.Group-Chats-iPhone-en-GB.png | 4 ++-- ...ficationSettingsEditScreen.Group-Chats-iPhone-pseudo.png | 4 ++-- .../notificationSettingsEditScreenRoomCell.iPad-en-GB-0.png | 4 ++-- ...notificationSettingsEditScreenRoomCell.iPad-pseudo-0.png | 4 ++-- ...otificationSettingsEditScreenRoomCell.iPhone-en-GB-0.png | 4 ++-- ...tificationSettingsEditScreenRoomCell.iPhone-pseudo-0.png | 4 ++-- ...tionSettingsScreen.Configuration-mismatch-iPad-en-GB.png | 4 ++-- ...ionSettingsScreen.Configuration-mismatch-iPad-pseudo.png | 4 ++-- ...onSettingsScreen.Configuration-mismatch-iPhone-en-GB.png | 4 ++-- ...nSettingsScreen.Configuration-mismatch-iPhone-pseudo.png | 4 ++-- .../notificationSettingsScreen.iPad-en-GB-0.png | 4 ++-- .../notificationSettingsScreen.iPad-pseudo-0.png | 4 ++-- .../notificationSettingsScreen.iPhone-en-GB-0.png | 4 ++-- .../notificationSettingsScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/pINTextField.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/pINTextField.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/pINTextField.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/pINTextField.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/pillView.Message-link-iPad-en-GB.png | 4 ++-- .../PreviewTests/pillView.Message-link-iPad-pseudo.png | 4 ++-- .../PreviewTests/pillView.Message-link-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pillView.Message-link-iPhone-pseudo.png | 4 ++-- .../pillView.Message-link-without-room-name-iPad-en-GB.png | 4 ++-- .../pillView.Message-link-without-room-name-iPad-pseudo.png | 4 ++-- ...pillView.Message-link-without-room-name-iPhone-en-GB.png | 4 ++-- ...illView.Message-link-without-room-name-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pillView.Own-user-iPad-en-GB.png | 4 ++-- .../PreviewTests/pillView.Own-user-iPad-pseudo.png | 4 ++-- .../PreviewTests/pillView.Own-user-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pillView.Own-user-iPhone-pseudo.png | 4 ++-- .../__Snapshots__/PreviewTests/pillView.Room-iPad-en-GB.png | 4 ++-- .../PreviewTests/pillView.Room-iPad-pseudo.png | 4 ++-- .../PreviewTests/pillView.Room-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pillView.Room-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pillView.Room-without-name-iPad-en-GB.png | 2 +- .../PreviewTests/pillView.Room-without-name-iPad-pseudo.png | 2 +- .../pillView.Room-without-name-iPhone-en-GB.png | 4 ++-- .../pillView.Room-without-name-iPhone-pseudo.png | 4 ++-- .../__Snapshots__/PreviewTests/pillView.User-iPad-en-GB.png | 4 ++-- .../PreviewTests/pillView.User-iPad-pseudo.png | 4 ++-- .../PreviewTests/pillView.User-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pillView.User-iPhone-pseudo.png | 4 ++-- .../pillView.User-with-a-long-name-iPad-en-GB.png | 4 ++-- .../pillView.User-with-a-long-name-iPad-pseudo.png | 4 ++-- .../pillView.User-with-a-long-name-iPhone-en-GB.png | 4 ++-- .../pillView.User-with-a-long-name-iPhone-pseudo.png | 4 ++-- .../pillView.User-with-missing-name-iPad-en-GB.png | 4 ++-- .../pillView.User-with-missing-name-iPad-pseudo.png | 4 ++-- .../pillView.User-with-missing-name-iPhone-en-GB.png | 4 ++-- .../pillView.User-with-missing-name-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pillViewOnBubble.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/pillViewOnBubble.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/pillViewOnBubble.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/pillViewOnBubble.iPhone-pseudo-0.png | 4 ++-- .../pinnedEventsTimelineScreen.Empty-iPad-en-GB.png | 4 ++-- .../pinnedEventsTimelineScreen.Empty-iPad-pseudo.png | 4 ++-- .../pinnedEventsTimelineScreen.Empty-iPhone-en-GB.png | 4 ++-- .../pinnedEventsTimelineScreen.Empty-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pinnedItemsBannerView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/pinnedItemsBannerView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/pinnedItemsBannerView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/pinnedItemsBannerView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/pinnedItemsIndicatorView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/pinnedItemsIndicatorView.iPad-pseudo-0.png | 4 ++-- .../pinnedItemsIndicatorView.iPhone-en-GB-0.png | 4 ++-- .../pinnedItemsIndicatorView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/placeholderAvatarImage.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/placeholderAvatarImage.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/placeholderAvatarImage.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/placeholderAvatarImage.iPhone-pseudo-0.png | 4 ++-- .../placeholderScreen.Split-View-iPad-en-GB.png | 4 ++-- .../placeholderScreen.Split-View-iPad-pseudo.png | 4 ++-- .../PreviewTests/playbackSpeedButton.iPad-en-GB-0.png | 2 +- .../PreviewTests/playbackSpeedButton.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/playbackSpeedButton.iPhone-en-GB-0.png | 2 +- .../PreviewTests/playbackSpeedButton.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/pollFormScreen.Edit-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollFormScreen.Edit-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollFormScreen.Edit-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollFormScreen.Edit-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollFormScreen.New-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollFormScreen.New-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollFormScreen.New-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollFormScreen.New-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollOptionView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/pollOptionView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/pollOptionView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/pollOptionView.iPhone-pseudo-0.png | 4 ++-- ...RoomTimelineView.Creator-disclosed-Bubble-iPad-en-GB.png | 4 ++-- ...oomTimelineView.Creator-disclosed-Bubble-iPad-pseudo.png | 4 ++-- ...omTimelineView.Creator-disclosed-Bubble-iPhone-en-GB.png | 4 ++-- ...mTimelineView.Creator-disclosed-Bubble-iPhone-pseudo.png | 4 ++-- ...lRoomTimelineView.Creator-no-votes-Bubble-iPad-en-GB.png | 4 ++-- ...RoomTimelineView.Creator-no-votes-Bubble-iPad-pseudo.png | 4 ++-- ...oomTimelineView.Creator-no-votes-Bubble-iPhone-en-GB.png | 4 ++-- ...omTimelineView.Creator-no-votes-Bubble-iPhone-pseudo.png | 4 ++-- .../pollRoomTimelineView.Disclosed-Bubble-iPad-en-GB.png | 4 ++-- .../pollRoomTimelineView.Disclosed-Bubble-iPad-pseudo.png | 4 ++-- .../pollRoomTimelineView.Disclosed-Bubble-iPhone-en-GB.png | 4 ++-- .../pollRoomTimelineView.Disclosed-Bubble-iPhone-pseudo.png | 4 ++-- ...llRoomTimelineView.Ended-Disclosed-Bubble-iPad-en-GB.png | 4 ++-- ...lRoomTimelineView.Ended-Disclosed-Bubble-iPad-pseudo.png | 4 ++-- ...RoomTimelineView.Ended-Disclosed-Bubble-iPhone-en-GB.png | 4 ++-- ...oomTimelineView.Ended-Disclosed-Bubble-iPhone-pseudo.png | 4 ++-- ...RoomTimelineView.Ended-Undisclosed-Bubble-iPad-en-GB.png | 4 ++-- ...oomTimelineView.Ended-Undisclosed-Bubble-iPad-pseudo.png | 4 ++-- ...omTimelineView.Ended-Undisclosed-Bubble-iPhone-en-GB.png | 4 ++-- ...mTimelineView.Ended-Undisclosed-Bubble-iPhone-pseudo.png | 4 ++-- .../pollRoomTimelineView.Preview-iPad-en-GB.png | 4 ++-- .../pollRoomTimelineView.Preview-iPad-pseudo.png | 4 ++-- .../pollRoomTimelineView.Preview-iPhone-en-GB.png | 4 ++-- .../pollRoomTimelineView.Preview-iPhone-pseudo.png | 4 ++-- .../pollRoomTimelineView.Undisclosed-Bubble-iPad-en-GB.png | 4 ++-- .../pollRoomTimelineView.Undisclosed-Bubble-iPad-pseudo.png | 4 ++-- ...pollRoomTimelineView.Undisclosed-Bubble-iPhone-en-GB.png | 4 ++-- ...ollRoomTimelineView.Undisclosed-Bubble-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Creator-disclosed-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Creator-disclosed-iPad-pseudo.png | 4 ++-- .../pollView.Creator-disclosed-iPhone-en-GB.png | 4 ++-- .../pollView.Creator-disclosed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Creator-no-votes-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Creator-no-votes-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollView.Creator-no-votes-iPhone-en-GB.png | 4 ++-- .../pollView.Creator-no-votes-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Disclosed-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Disclosed-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollView.Disclosed-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollView.Disclosed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Ended-Disclosed-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Ended-Disclosed-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollView.Ended-Disclosed-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollView.Ended-Disclosed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Ended-Undisclosed-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Ended-Undisclosed-iPad-pseudo.png | 4 ++-- .../pollView.Ended-Undisclosed-iPhone-en-GB.png | 4 ++-- .../pollView.Ended-Undisclosed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Preview-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Preview-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollView.Preview-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollView.Preview-iPhone-pseudo.png | 4 ++-- .../PreviewTests/pollView.Undisclosed-iPad-en-GB.png | 4 ++-- .../PreviewTests/pollView.Undisclosed-iPad-pseudo.png | 4 ++-- .../PreviewTests/pollView.Undisclosed-iPhone-en-GB.png | 4 ++-- .../PreviewTests/pollView.Undisclosed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Cancelled-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Cancelled-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Cancelled-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.Cancelled-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.Connection-not-secure-iPad-en-GB.png | 4 ++-- .../qRCodeErrorView.Connection-not-secure-iPad-pseudo.png | 4 ++-- .../qRCodeErrorView.Connection-not-secure-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.Connection-not-secure-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Declined-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Declined-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Declined-iPhone-en-GB.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Declined-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.Device-already-signed-in-iPad-en-GB.png | 4 ++-- ...qRCodeErrorView.Device-already-signed-in-iPad-pseudo.png | 4 ++-- ...RCodeErrorView.Device-already-signed-in-iPhone-en-GB.png | 4 ++-- ...CodeErrorView.Device-already-signed-in-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Expired-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Expired-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Expired-iPhone-en-GB.png | 4 ++-- .../PreviewTests/qRCodeErrorView.Expired-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.Linking-unsupported-iPad-en-GB.png | 4 ++-- .../qRCodeErrorView.Linking-unsupported-iPad-pseudo.png | 4 ++-- .../qRCodeErrorView.Linking-unsupported-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.Linking-unsupported-iPhone-pseudo.png | 4 ++-- ...rView.Linking-unsupported-restricted-flow-iPad-en-GB.png | 4 ++-- ...View.Linking-unsupported-restricted-flow-iPad-pseudo.png | 4 ++-- ...iew.Linking-unsupported-restricted-flow-iPhone-en-GB.png | 4 ++-- ...ew.Linking-unsupported-restricted-flow-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.No-Camera-Permission-iPad-en-GB.png | 4 ++-- .../qRCodeErrorView.No-Camera-Permission-iPad-pseudo.png | 4 ++-- .../qRCodeErrorView.No-Camera-Permission-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.No-Camera-Permission-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.Not-supported-iPad-en-GB.png | 4 ++-- .../qRCodeErrorView.Not-supported-iPad-pseudo.png | 4 ++-- .../qRCodeErrorView.Not-supported-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.Not-supported-iPhone-pseudo.png | 4 ++-- ...RCodeErrorView.Sliding-sync-not-available-iPad-en-GB.png | 4 ++-- ...CodeErrorView.Sliding-sync-not-available-iPad-pseudo.png | 4 ++-- ...odeErrorView.Sliding-sync-not-available-iPhone-en-GB.png | 4 ++-- ...deErrorView.Sliding-sync-not-available-iPhone-pseudo.png | 4 ++-- .../qRCodeErrorView.Unknown-error-iPad-en-GB.png | 4 ++-- .../qRCodeErrorView.Unknown-error-iPad-pseudo.png | 4 ++-- .../qRCodeErrorView.Unknown-error-iPhone-en-GB.png | 4 ++-- .../qRCodeErrorView.Unknown-error-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-entered-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-entered-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-entered-iPhone-en-GB.png | 4 ++-- ...qRCodeLoginScreen.Confirm-code-entered-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-iPhone-en-GB.png | 2 +- .../qRCodeLoginScreen.Confirm-code-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-invalid-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-invalid-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Confirm-code-invalid-iPhone-en-GB.png | 4 ++-- ...qRCodeLoginScreen.Confirm-code-invalid-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Connecting-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Connecting-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Connecting-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Connecting-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Device-code-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Device-code-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Device-code-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Device-code-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Device-not-signed-in-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Device-not-signed-in-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Device-not-signed-in-iPhone-en-GB.png | 4 ++-- ...qRCodeLoginScreen.Device-not-signed-in-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Error-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Error-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Error-iPhone-en-GB.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Error-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Invalid-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Invalid-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Invalid-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Invalid-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Link-instructions-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Link-instructions-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Link-instructions-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Link-instructions-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Login-instructions-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Login-instructions-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Login-instructions-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Login-instructions-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Not-allowed-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Not-allowed-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Not-allowed-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Not-allowed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Scanning-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Scanning-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Scanning-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Scanning-iPhone-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Showing-iPad-en-GB.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Showing-iPad-pseudo.png | 4 ++-- .../PreviewTests/qRCodeLoginScreen.Showing-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Showing-iPhone-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Verification-code-iPad-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Verification-code-iPad-pseudo.png | 4 ++-- .../qRCodeLoginScreen.Verification-code-iPhone-en-GB.png | 4 ++-- .../qRCodeLoginScreen.Verification-code-iPhone-pseudo.png | 4 ++-- .../PreviewTests/reactionsSummaryView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/reactionsSummaryView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/reactionsSummaryView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/reactionsSummaryView.iPhone-pseudo-0.png | 4 ++-- .../readMarkerRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../readMarkerRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../readMarkerRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../readMarkerRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../readReceiptCell.Loading-Member-iPad-en-GB.png | 2 +- .../readReceiptCell.Loading-Member-iPad-pseudo.png | 2 +- .../readReceiptCell.Loading-Member-iPhone-en-GB.png | 4 ++-- .../readReceiptCell.Loading-Member-iPhone-pseudo.png | 4 ++-- .../PreviewTests/readReceiptCell.No-Image-iPhone-en-GB.png | 4 ++-- .../PreviewTests/readReceiptCell.No-Image-iPhone-pseudo.png | 4 ++-- .../PreviewTests/readReceiptCell.With-Image-iPad-en-GB.png | 4 ++-- .../PreviewTests/readReceiptCell.With-Image-iPad-pseudo.png | 4 ++-- .../readReceiptCell.With-Image-iPhone-en-GB.png | 4 ++-- .../readReceiptCell.With-Image-iPhone-pseudo.png | 4 ++-- .../PreviewTests/readReceiptsSummaryView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/readReceiptsSummaryView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/readReceiptsSummaryView.iPhone-en-GB-0.png | 4 ++-- .../readReceiptsSummaryView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/redactedRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/redactedRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../redactedRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../redactedRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/reportContentScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/reportContentScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/reportContentScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/reportContentScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/reportRoomScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/reportRoomScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/reportRoomScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/reportRoomScreen.iPhone-pseudo-0.png | 4 ++-- ...iedUserSendFailureScreen.Identity-Changed-iPad-en-GB.png | 4 ++-- ...edUserSendFailureScreen.Identity-Changed-iPad-pseudo.png | 4 ++-- ...dUserSendFailureScreen.Identity-Changed-iPhone-en-GB.png | 4 ++-- ...UserSendFailureScreen.Identity-Changed-iPhone-pseudo.png | 4 ++-- ...UserSendFailureScreen.Own-Unsigned-Device-iPad-en-GB.png | 4 ++-- ...serSendFailureScreen.Own-Unsigned-Device-iPad-pseudo.png | 4 ++-- ...erSendFailureScreen.Own-Unsigned-Device-iPhone-en-GB.png | 4 ++-- ...rSendFailureScreen.Own-Unsigned-Device-iPhone-pseudo.png | 4 ++-- ...fiedUserSendFailureScreen.Unsigned-Device-iPad-en-GB.png | 4 ++-- ...iedUserSendFailureScreen.Unsigned-Device-iPad-pseudo.png | 4 ++-- ...edUserSendFailureScreen.Unsigned-Device-iPhone-en-GB.png | 4 ++-- ...dUserSendFailureScreen.Unsigned-Device-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomAvatarImage.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomAvatarImage.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomAvatarImage.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomAvatarImage.iPhone-pseudo-0.png | 4 ++-- .../roomChangePermissionsScreen.Room-as-User-iPad-en-GB.png | 4 ++-- ...roomChangePermissionsScreen.Room-as-User-iPad-pseudo.png | 4 ++-- ...oomChangePermissionsScreen.Room-as-User-iPhone-en-GB.png | 4 ++-- ...omChangePermissionsScreen.Room-as-User-iPhone-pseudo.png | 4 ++-- .../roomChangePermissionsScreen.Room-iPad-en-GB.png | 4 ++-- .../roomChangePermissionsScreen.Room-iPad-pseudo.png | 4 ++-- .../roomChangePermissionsScreen.Room-iPhone-en-GB.png | 4 ++-- .../roomChangePermissionsScreen.Room-iPhone-pseudo.png | 4 ++-- .../roomChangePermissionsScreen.Space-iPad-en-GB.png | 4 ++-- .../roomChangePermissionsScreen.Space-iPad-pseudo.png | 4 ++-- .../roomChangePermissionsScreen.Space-iPhone-en-GB.png | 4 ++-- .../roomChangePermissionsScreen.Space-iPhone-pseudo.png | 4 ++-- ...ChangeRolesScreen.Administrator-or-Owners-iPad-en-GB.png | 4 ++-- ...hangeRolesScreen.Administrator-or-Owners-iPad-pseudo.png | 4 ++-- ...angeRolesScreen.Administrator-or-Owners-iPhone-en-GB.png | 4 ++-- ...ngeRolesScreen.Administrator-or-Owners-iPhone-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Administrators-iPad-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Administrators-iPad-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Administrators-iPhone-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Administrators-iPhone-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Moderators-iPad-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Moderators-iPad-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Moderators-iPhone-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Moderators-iPhone-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Owners-iPad-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Owners-iPad-pseudo.png | 4 ++-- .../roomChangeRolesScreen.Owners-iPhone-en-GB.png | 4 ++-- .../roomChangeRolesScreen.Owners-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomChangeRolesScreenRow.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomChangeRolesScreenRow.iPad-pseudo-0.png | 4 ++-- .../roomChangeRolesScreenRow.iPhone-en-GB-0.png | 4 ++-- .../roomChangeRolesScreenRow.iPhone-pseudo-0.png | 4 ++-- .../roomChangeRolesScreenSelectedItem.iPad-en-GB-0.png | 4 ++-- .../roomChangeRolesScreenSelectedItem.iPad-pseudo-0.png | 4 ++-- .../roomChangeRolesScreenSelectedItem.iPhone-en-GB-0.png | 4 ++-- .../roomChangeRolesScreenSelectedItem.iPhone-pseudo-0.png | 4 ++-- .../roomDetailsEditScreen.Editable-iPad-en-GB.png | 4 ++-- .../roomDetailsEditScreen.Editable-iPad-pseudo.png | 4 ++-- .../roomDetailsEditScreen.Editable-iPhone-en-GB.png | 4 ++-- .../roomDetailsEditScreen.Editable-iPhone-pseudo.png | 4 ++-- .../roomDetailsEditScreen.Read-only-iPad-en-GB.png | 4 ++-- .../roomDetailsEditScreen.Read-only-iPad-pseudo.png | 4 ++-- .../roomDetailsEditScreen.Read-only-iPhone-en-GB.png | 4 ++-- .../roomDetailsEditScreen.Read-only-iPhone-pseudo.png | 4 ++-- ...ailsScreen.DM-Room-Verification-Violation-iPad-en-GB.png | 4 ++-- ...ilsScreen.DM-Room-Verification-Violation-iPad-pseudo.png | 4 ++-- ...lsScreen.DM-Room-Verification-Violation-iPhone-en-GB.png | 4 ++-- ...sScreen.DM-Room-Verification-Violation-iPhone-pseudo.png | 4 ++-- .../roomDetailsScreen.DM-Room-Verified-iPad-en-GB.png | 4 ++-- .../roomDetailsScreen.DM-Room-Verified-iPad-pseudo.png | 4 ++-- .../roomDetailsScreen.DM-Room-Verified-iPhone-en-GB.png | 4 ++-- .../roomDetailsScreen.DM-Room-Verified-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomDetailsScreen.DM-Room-iPad-en-GB.png | 4 ++-- .../PreviewTests/roomDetailsScreen.DM-Room-iPad-pseudo.png | 4 ++-- .../PreviewTests/roomDetailsScreen.DM-Room-iPhone-en-GB.png | 4 ++-- .../roomDetailsScreen.DM-Room-iPhone-pseudo.png | 4 ++-- ...en.Generic-Room-Joined-History-Visibility-iPad-en-GB.png | 4 ++-- ...n.Generic-Room-Joined-History-Visibility-iPad-pseudo.png | 4 ++-- ....Generic-Room-Joined-History-Visibility-iPhone-en-GB.png | 4 ++-- ...Generic-Room-Joined-History-Visibility-iPhone-pseudo.png | 4 ++-- ...ic-Room-World-Readable-History-Visibility-iPad-en-GB.png | 4 ++-- ...c-Room-World-Readable-History-Visibility-iPad-pseudo.png | 4 ++-- ...-Room-World-Readable-History-Visibility-iPhone-en-GB.png | 4 ++-- ...Room-World-Readable-History-Visibility-iPhone-pseudo.png | 4 ++-- .../roomDetailsScreen.Simple-Room-iPad-en-GB.png | 4 ++-- .../roomDetailsScreen.Simple-Room-iPad-pseudo.png | 4 ++-- .../roomDetailsScreen.Simple-Room-iPhone-en-GB.png | 4 ++-- .../roomDetailsScreen.Simple-Room-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomDirectorySearchCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomDirectorySearchCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomDirectorySearchCell.iPhone-en-GB-0.png | 4 ++-- .../roomDirectorySearchCell.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomDirectorySearchScreen.iPad-en-GB-0.png | 4 ++-- .../roomDirectorySearchScreen.iPad-pseudo-0.png | 4 ++-- .../roomDirectorySearchScreen.iPhone-en-GB-0.png | 4 ++-- .../roomDirectorySearchScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomHeaderView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomHeaderView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomHeaderView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomHeaderView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomInviterLabel.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomInviterLabel.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomInviterLabel.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomInviterLabel.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFilterView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomListFilterView.iPad-en-GB-1.png | 4 ++-- .../PreviewTests/roomListFilterView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFilterView.iPad-pseudo-1.png | 4 ++-- .../PreviewTests/roomListFilterView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomListFilterView.iPhone-en-GB-1.png | 2 +- .../PreviewTests/roomListFilterView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFilterView.iPhone-pseudo-1.png | 4 ++-- .../roomListFiltersEmptyStateView.iPad-en-GB-0.png | 4 ++-- .../roomListFiltersEmptyStateView.iPad-pseudo-0.png | 4 ++-- .../roomListFiltersEmptyStateView.iPhone-en-GB-0.png | 4 ++-- .../roomListFiltersEmptyStateView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-en-GB-1.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-en-GB-2.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-pseudo-1.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPad-pseudo-2.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPhone-en-GB-0.png | 2 +- .../PreviewTests/roomListFiltersView.iPhone-en-GB-1.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPhone-en-GB-2.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPhone-pseudo-1.png | 4 ++-- .../PreviewTests/roomListFiltersView.iPhone-pseudo-2.png | 4 ++-- .../roomMemberDetailsScreen.Account-Owner-iPad-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Account-Owner-iPad-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Account-Owner-iPhone-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Account-Owner-iPhone-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Ignored-User-iPad-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Ignored-User-iPad-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Ignored-User-iPhone-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Ignored-User-iPhone-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Other-User-iPad-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Other-User-iPad-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Other-User-iPhone-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Other-User-iPhone-pseudo.png | 4 ++-- ...DetailsScreen.Verification-Violation-User-iPad-en-GB.png | 4 ++-- ...etailsScreen.Verification-Violation-User-iPad-pseudo.png | 4 ++-- ...tailsScreen.Verification-Violation-User-iPhone-en-GB.png | 4 ++-- ...ailsScreen.Verification-Violation-User-iPhone-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Verified-User-iPad-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Verified-User-iPad-pseudo.png | 4 ++-- .../roomMemberDetailsScreen.Verified-User-iPhone-en-GB.png | 4 ++-- .../roomMemberDetailsScreen.Verified-User-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomMembersListMemberCell.iPad-en-GB-0.png | 4 ++-- .../roomMembersListMemberCell.iPad-pseudo-0.png | 4 ++-- .../roomMembersListMemberCell.iPhone-en-GB-0.png | 4 ++-- .../roomMembersListMemberCell.iPhone-pseudo-0.png | 4 ++-- .../roomMembersListScreen.Admin-Banned-iPad-en-GB.png | 4 ++-- .../roomMembersListScreen.Admin-Banned-iPad-pseudo.png | 4 ++-- .../roomMembersListScreen.Admin-Banned-iPhone-en-GB.png | 4 ++-- .../roomMembersListScreen.Admin-Banned-iPhone-pseudo.png | 4 ++-- .../roomMembersListScreen.Admin-Members-iPad-en-GB.png | 4 ++-- .../roomMembersListScreen.Admin-Members-iPad-pseudo.png | 4 ++-- .../roomMembersListScreen.Admin-Members-iPhone-en-GB.png | 4 ++-- .../roomMembersListScreen.Admin-Members-iPhone-pseudo.png | 4 ++-- .../roomMembersListScreen.Empty-Search-iPad-en-GB.png | 4 ++-- .../roomMembersListScreen.Empty-Search-iPad-pseudo.png | 4 ++-- .../roomMembersListScreen.Empty-Search-iPhone-en-GB.png | 4 ++-- .../roomMembersListScreen.Empty-Search-iPhone-pseudo.png | 4 ++-- .../roomMembersListScreen.Invites-iPad-en-GB.png | 4 ++-- .../roomMembersListScreen.Invites-iPad-pseudo.png | 4 ++-- .../roomMembersListScreen.Invites-iPhone-en-GB.png | 4 ++-- .../roomMembersListScreen.Invites-iPhone-pseudo.png | 4 ++-- .../roomMembersListScreen.Member-iPad-en-GB.png | 4 ++-- .../roomMembersListScreen.Member-iPad-pseudo.png | 4 ++-- .../roomMembersListScreen.Member-iPhone-en-GB.png | 4 ++-- .../roomMembersListScreen.Member-iPhone-pseudo.png | 4 ++-- ...cationSettingsCustomSectionView.Encrypted-iPad-en-GB.png | 4 ++-- ...ationSettingsCustomSectionView.Encrypted-iPad-pseudo.png | 4 ++-- ...tionSettingsCustomSectionView.Encrypted-iPhone-en-GB.png | 4 ++-- ...ionSettingsCustomSectionView.Encrypted-iPhone-pseudo.png | 4 ++-- ...tionSettingsCustomSectionView.Unencrypted-iPad-en-GB.png | 4 ++-- ...ionSettingsCustomSectionView.Unencrypted-iPad-pseudo.png | 4 ++-- ...onSettingsCustomSectionView.Unencrypted-iPhone-en-GB.png | 4 ++-- ...nSettingsCustomSectionView.Unencrypted-iPhone-pseudo.png | 4 ++-- .../roomNotificationSettingsScreen.Custom-iPad-en-GB.png | 4 ++-- .../roomNotificationSettingsScreen.Custom-iPad-pseudo.png | 4 ++-- .../roomNotificationSettingsScreen.Custom-iPhone-en-GB.png | 4 ++-- .../roomNotificationSettingsScreen.Custom-iPhone-pseudo.png | 4 ++-- .../roomNotificationSettingsScreen.Default-iPad-en-GB.png | 4 ++-- .../roomNotificationSettingsScreen.Default-iPad-pseudo.png | 4 ++-- .../roomNotificationSettingsScreen.Default-iPhone-en-GB.png | 4 ++-- ...roomNotificationSettingsScreen.Default-iPhone-pseudo.png | 4 ++-- ...cationSettingsUserDefinedScreen.Encrypted-iPad-en-GB.png | 4 ++-- ...ationSettingsUserDefinedScreen.Encrypted-iPad-pseudo.png | 4 ++-- ...tionSettingsUserDefinedScreen.Encrypted-iPhone-en-GB.png | 4 ++-- ...ionSettingsUserDefinedScreen.Encrypted-iPhone-pseudo.png | 4 ++-- ...tionSettingsUserDefinedScreen.Unencrypted-iPad-en-GB.png | 4 ++-- ...ionSettingsUserDefinedScreen.Unencrypted-iPad-pseudo.png | 4 ++-- ...onSettingsUserDefinedScreen.Unencrypted-iPhone-en-GB.png | 4 ++-- ...nSettingsUserDefinedScreen.Unencrypted-iPhone-pseudo.png | 4 ++-- .../roomPollsHistoryScreen.No-polls-iPad-en-GB.png | 4 ++-- .../roomPollsHistoryScreen.No-polls-iPad-pseudo.png | 4 ++-- .../roomPollsHistoryScreen.No-polls-iPhone-en-GB.png | 4 ++-- .../roomPollsHistoryScreen.No-polls-iPhone-pseudo.png | 4 ++-- .../roomPollsHistoryScreen.polls-iPad-en-GB.png | 4 ++-- .../roomPollsHistoryScreen.polls-iPad-pseudo.png | 4 ++-- .../roomPollsHistoryScreen.polls-iPhone-en-GB.png | 4 ++-- .../roomPollsHistoryScreen.polls-iPhone-pseudo.png | 4 ++-- .../roomRolesAndPermissionsScreen.Admin-iPad-en-GB.png | 4 ++-- .../roomRolesAndPermissionsScreen.Admin-iPad-pseudo.png | 4 ++-- .../roomRolesAndPermissionsScreen.Admin-iPhone-en-GB.png | 4 ++-- .../roomRolesAndPermissionsScreen.Admin-iPhone-pseudo.png | 4 ++-- .../roomRolesAndPermissionsScreen.Creator-iPad-en-GB.png | 4 ++-- .../roomRolesAndPermissionsScreen.Creator-iPad-pseudo.png | 4 ++-- .../roomRolesAndPermissionsScreen.Creator-iPhone-en-GB.png | 4 ++-- .../roomRolesAndPermissionsScreen.Creator-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Normal-iPad-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Normal-iPad-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Normal-iPhone-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Normal-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Read-only-iPad-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Read-only-iPad-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Read-only-iPhone-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Read-only-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Tombstoned-iPad-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Tombstoned-iPad-pseudo.png | 4 ++-- .../PreviewTests/roomScreen.Tombstoned-iPhone-en-GB.png | 4 ++-- .../PreviewTests/roomScreen.Tombstoned-iPhone-pseudo.png | 4 ++-- ...omScreenFooterView.Verification-Violation-iPad-en-GB.png | 4 ++-- ...mScreenFooterView.Verification-Violation-iPad-pseudo.png | 4 ++-- ...ScreenFooterView.Verification-Violation-iPhone-en-GB.png | 4 ++-- ...creenFooterView.Verification-Violation-iPhone-pseudo.png | 4 ++-- .../roomScreenFooterView.With-displayname-iPad-en-GB.png | 2 +- .../roomScreenFooterView.With-displayname-iPad-pseudo.png | 2 +- .../roomScreenFooterView.With-displayname-iPhone-en-GB.png | 2 +- .../roomScreenFooterView.With-displayname-iPhone-pseudo.png | 4 ++-- .../roomScreenFooterView.Without-displayname-iPad-en-GB.png | 4 ++-- ...roomScreenFooterView.Without-displayname-iPad-pseudo.png | 4 ++-- ...oomScreenFooterView.Without-displayname-iPhone-en-GB.png | 4 ++-- ...omScreenFooterView.Without-displayname-iPhone-pseudo.png | 4 ++-- .../PreviewTests/roomSelectionScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomSelectionScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomSelectionScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomSelectionScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/roomThreadListScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/roomThreadListScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/roomThreadListScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/roomThreadListScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/sFNumberedListView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/sFNumberedListView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/sFNumberedListView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/sFNumberedListView.iPhone-pseudo-0.png | 4 ++-- .../secureBackupKeyBackupScreen.Set-up-iPad-en-GB.png | 4 ++-- .../secureBackupKeyBackupScreen.Set-up-iPad-pseudo.png | 4 ++-- .../secureBackupKeyBackupScreen.Set-up-iPhone-en-GB.png | 4 ++-- .../secureBackupKeyBackupScreen.Set-up-iPhone-pseudo.png | 4 ++-- ...ckupLogoutConfirmationScreen.Confirmation-iPad-en-GB.png | 4 ++-- ...kupLogoutConfirmationScreen.Confirmation-iPad-pseudo.png | 4 ++-- ...upLogoutConfirmationScreen.Confirmation-iPhone-en-GB.png | 4 ++-- ...pLogoutConfirmationScreen.Confirmation-iPhone-pseudo.png | 4 ++-- ...ureBackupLogoutConfirmationScreen.Offline-iPad-en-GB.png | 4 ++-- ...reBackupLogoutConfirmationScreen.Offline-iPad-pseudo.png | 4 ++-- ...eBackupLogoutConfirmationScreen.Offline-iPhone-en-GB.png | 4 ++-- ...BackupLogoutConfirmationScreen.Offline-iPhone-pseudo.png | 4 ++-- ...ureBackupLogoutConfirmationScreen.Ongoing-iPad-en-GB.png | 4 ++-- ...reBackupLogoutConfirmationScreen.Ongoing-iPad-pseudo.png | 4 ++-- ...eBackupLogoutConfirmationScreen.Ongoing-iPhone-en-GB.png | 4 ++-- ...BackupLogoutConfirmationScreen.Ongoing-iPhone-pseudo.png | 4 ++-- ...ureBackupLogoutConfirmationScreen.Stalled-iPad-en-GB.png | 4 ++-- ...reBackupLogoutConfirmationScreen.Stalled-iPad-pseudo.png | 4 ++-- ...eBackupLogoutConfirmationScreen.Stalled-iPhone-en-GB.png | 4 ++-- ...BackupLogoutConfirmationScreen.Stalled-iPhone-pseudo.png | 4 ++-- ...ureBackupLogoutConfirmationScreen.Waiting-iPad-en-GB.png | 4 ++-- ...reBackupLogoutConfirmationScreen.Waiting-iPad-pseudo.png | 4 ++-- ...eBackupLogoutConfirmationScreen.Waiting-iPhone-en-GB.png | 4 ++-- ...BackupLogoutConfirmationScreen.Waiting-iPhone-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Generating-iPad-en-GB.png | 4 ++-- ...secureBackupRecoveryKeyScreen.Generating-iPad-pseudo.png | 4 ++-- ...ecureBackupRecoveryKeyScreen.Generating-iPhone-en-GB.png | 4 ++-- ...cureBackupRecoveryKeyScreen.Generating-iPhone-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Incomplete-iPad-en-GB.png | 4 ++-- ...secureBackupRecoveryKeyScreen.Incomplete-iPad-pseudo.png | 4 ++-- ...ecureBackupRecoveryKeyScreen.Incomplete-iPhone-en-GB.png | 4 ++-- ...cureBackupRecoveryKeyScreen.Incomplete-iPhone-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Not-set-up-iPad-en-GB.png | 2 +- ...secureBackupRecoveryKeyScreen.Not-set-up-iPad-pseudo.png | 4 ++-- ...ecureBackupRecoveryKeyScreen.Not-set-up-iPhone-en-GB.png | 4 ++-- ...cureBackupRecoveryKeyScreen.Not-set-up-iPhone-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Set-up-iPad-en-GB.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Set-up-iPad-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Set-up-iPhone-en-GB.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Set-up-iPhone-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Unknown-iPad-en-GB.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Unknown-iPad-pseudo.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Unknown-iPhone-en-GB.png | 4 ++-- .../secureBackupRecoveryKeyScreen.Unknown-iPhone-pseudo.png | 4 ++-- .../secureBackupScreen.Both-setup-iPad-en-GB.png | 4 ++-- .../secureBackupScreen.Both-setup-iPad-pseudo.png | 4 ++-- .../secureBackupScreen.Both-setup-iPhone-en-GB.png | 4 ++-- .../secureBackupScreen.Both-setup-iPhone-pseudo.png | 4 ++-- .../secureBackupScreen.Key-backup-disabled-iPad-en-GB.png | 4 ++-- .../secureBackupScreen.Key-backup-disabled-iPad-pseudo.png | 4 ++-- .../secureBackupScreen.Key-backup-disabled-iPhone-en-GB.png | 4 ++-- ...secureBackupScreen.Key-backup-disabled-iPhone-pseudo.png | 4 ++-- .../secureBackupScreen.Only-key-backup-setup-iPad-en-GB.png | 4 ++-- ...secureBackupScreen.Only-key-backup-setup-iPad-pseudo.png | 4 ++-- ...ecureBackupScreen.Only-key-backup-setup-iPhone-en-GB.png | 4 ++-- ...cureBackupScreen.Only-key-backup-setup-iPhone-pseudo.png | 4 ++-- .../secureBackupScreen.Recovery-incomplete-iPad-en-GB.png | 4 ++-- .../secureBackupScreen.Recovery-incomplete-iPad-pseudo.png | 4 ++-- .../secureBackupScreen.Recovery-incomplete-iPhone-en-GB.png | 4 ++-- ...secureBackupScreen.Recovery-incomplete-iPhone-pseudo.png | 4 ++-- ...securityAndPrivacyScreen.Ask-to-join-room-iPad-en-GB.png | 4 ++-- ...ecurityAndPrivacyScreen.Ask-to-join-room-iPad-pseudo.png | 4 ++-- ...curityAndPrivacyScreen.Ask-to-join-room-iPhone-en-GB.png | 4 ++-- ...urityAndPrivacyScreen.Ask-to-join-room-iPhone-pseudo.png | 4 ++-- ...to-join-with-multiple-spaces-members-room-iPad-en-GB.png | 4 ++-- ...o-join-with-multiple-spaces-members-room-iPad-pseudo.png | 4 ++-- ...-join-with-multiple-spaces-members-room-iPhone-en-GB.png | 4 ++-- ...join-with-multiple-spaces-members-room-iPhone-pseudo.png | 4 ++-- ...sk-to-join-with-single-space-members-room-iPad-en-GB.png | 4 ++-- ...k-to-join-with-single-space-members-room-iPad-pseudo.png | 4 ++-- ...-to-join-with-single-space-members-room-iPhone-en-GB.png | 4 ++-- ...to-join-with-single-space-members-room-iPhone-pseudo.png | 4 ++-- ...yAndPrivacyScreen.Multiple-Spaces-members-iPad-en-GB.png | 4 ++-- ...AndPrivacyScreen.Multiple-Spaces-members-iPad-pseudo.png | 4 ++-- ...ndPrivacyScreen.Multiple-Spaces-members-iPhone-en-GB.png | 4 ++-- ...dPrivacyScreen.Multiple-Spaces-members-iPhone-pseudo.png | 4 ++-- ...AndPrivacyScreen.Private-invite-only-room-iPad-en-GB.png | 4 ++-- ...ndPrivacyScreen.Private-invite-only-room-iPad-pseudo.png | 4 ++-- ...dPrivacyScreen.Private-invite-only-room-iPhone-en-GB.png | 4 ++-- ...PrivacyScreen.Private-invite-only-room-iPhone-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Public-room-iPad-en-GB.png | 4 ++-- .../securityAndPrivacyScreen.Public-room-iPad-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Public-room-iPhone-en-GB.png | 4 ++-- .../securityAndPrivacyScreen.Public-room-iPhone-pseudo.png | 4 ++-- ...PrivacyScreen.Public-room-without-address-iPad-en-GB.png | 4 ++-- ...rivacyScreen.Public-room-without-address-iPad-pseudo.png | 4 ++-- ...ivacyScreen.Public-room-without-address-iPhone-en-GB.png | 4 ++-- ...vacyScreen.Public-room-without-address-iPhone-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Public-space-iPad-en-GB.png | 4 ++-- .../securityAndPrivacyScreen.Public-space-iPad-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Public-space-iPhone-en-GB.png | 4 ++-- .../securityAndPrivacyScreen.Public-space-iPhone-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Space-members-iPad-en-GB.png | 4 ++-- .../securityAndPrivacyScreen.Space-members-iPad-pseudo.png | 4 ++-- .../securityAndPrivacyScreen.Space-members-iPhone-en-GB.png | 4 ++-- ...securityAndPrivacyScreen.Space-members-iPhone-pseudo.png | 4 ++-- ...nviteConfirmationView.With-Known-Identity-iPad-en-GB.png | 4 ++-- ...viteConfirmationView.With-Known-Identity-iPad-pseudo.png | 4 ++-- ...iteConfirmationView.With-Known-Identity-iPhone-en-GB.png | 4 ++-- ...teConfirmationView.With-Known-Identity-iPhone-pseudo.png | 4 ++-- ...iteConfirmationView.With-Unknown-Identity-iPad-en-GB.png | 4 ++-- ...teConfirmationView.With-Unknown-Identity-iPad-pseudo.png | 4 ++-- ...eConfirmationView.With-Unknown-Identity-iPhone-en-GB.png | 4 ++-- ...ConfirmationView.With-Unknown-Identity-iPhone-pseudo.png | 4 ++-- .../separatorMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../separatorMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../separatorMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../separatorMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/separatorRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../separatorRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../separatorRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../separatorRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../serverConfirmationScreen.Login-iPad-en-GB.png | 4 ++-- .../serverConfirmationScreen.Login-iPad-pseudo.png | 4 ++-- .../serverConfirmationScreen.Login-iPhone-en-GB.png | 4 ++-- .../serverConfirmationScreen.Login-iPhone-pseudo.png | 4 ++-- .../serverConfirmationScreen.Picker-iPad-en-GB.png | 4 ++-- .../serverConfirmationScreen.Picker-iPad-pseudo.png | 4 ++-- .../serverConfirmationScreen.Picker-iPhone-en-GB.png | 4 ++-- .../serverConfirmationScreen.Picker-iPhone-pseudo.png | 4 ++-- .../serverConfirmationScreen.Register-iPad-en-GB.png | 4 ++-- .../serverConfirmationScreen.Register-iPad-pseudo.png | 4 ++-- .../serverConfirmationScreen.Register-iPhone-en-GB.png | 4 ++-- .../serverConfirmationScreen.Register-iPhone-pseudo.png | 4 ++-- .../PreviewTests/serverSelection.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/serverSelection.iPad-en-GB-1.png | 4 ++-- .../PreviewTests/serverSelection.iPad-en-GB-2.png | 4 ++-- .../PreviewTests/serverSelection.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/serverSelection.iPad-pseudo-1.png | 4 ++-- .../PreviewTests/serverSelection.iPad-pseudo-2.png | 4 ++-- .../PreviewTests/serverSelection.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/serverSelection.iPhone-en-GB-1.png | 4 ++-- .../PreviewTests/serverSelection.iPhone-en-GB-2.png | 2 +- .../PreviewTests/serverSelection.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/serverSelection.iPhone-pseudo-1.png | 4 ++-- .../PreviewTests/serverSelection.iPhone-pseudo-2.png | 4 ++-- .../sessionVerification.Accepting-Challenge-iPad-en-GB.png | 4 ++-- .../sessionVerification.Accepting-Challenge-iPad-pseudo.png | 4 ++-- ...sessionVerification.Accepting-Challenge-iPhone-en-GB.png | 4 ++-- ...essionVerification.Accepting-Challenge-iPhone-pseudo.png | 4 ++-- ...ing-Verification-Request-Device-Responder-iPad-en-GB.png | 4 ++-- ...ng-Verification-Request-Device-Responder-iPad-pseudo.png | 4 ++-- ...g-Verification-Request-Device-Responder-iPhone-en-GB.png | 4 ++-- ...-Verification-Request-Device-Responder-iPhone-pseudo.png | 4 ++-- .../sessionVerification.Cancelled-iPad-en-GB.png | 4 ++-- .../sessionVerification.Cancelled-iPad-pseudo.png | 4 ++-- .../sessionVerification.Cancelled-iPhone-en-GB.png | 4 ++-- .../sessionVerification.Cancelled-iPhone-pseudo.png | 4 ++-- ...nVerification.Cancelling-Device-Initiator-iPad-en-GB.png | 4 ++-- ...Verification.Cancelling-Device-Initiator-iPad-pseudo.png | 4 ++-- ...erification.Cancelling-Device-Initiator-iPhone-en-GB.png | 4 ++-- ...rification.Cancelling-Device-Initiator-iPhone-pseudo.png | 2 +- .../sessionVerification.Declining-Challenge-iPad-en-GB.png | 4 ++-- .../sessionVerification.Declining-Challenge-iPad-pseudo.png | 4 ++-- ...sessionVerification.Declining-Challenge-iPhone-en-GB.png | 4 ++-- ...essionVerification.Declining-Challenge-iPhone-pseudo.png | 4 ++-- ...sionVerification.Initial-Device-Initiator-iPad-en-GB.png | 4 ++-- ...ionVerification.Initial-Device-Initiator-iPad-pseudo.png | 4 ++-- ...onVerification.Initial-Device-Initiator-iPhone-en-GB.png | 4 ++-- ...nVerification.Initial-Device-Initiator-iPhone-pseudo.png | 4 ++-- ...sionVerification.Initial-Device-Responder-iPad-en-GB.png | 4 ++-- ...ionVerification.Initial-Device-Responder-iPad-pseudo.png | 4 ++-- ...onVerification.Initial-Device-Responder-iPhone-en-GB.png | 4 ++-- ...nVerification.Initial-Device-Responder-iPhone-pseudo.png | 4 ++-- ...essionVerification.Initial-User-Initiator-iPad-en-GB.png | 4 ++-- ...ssionVerification.Initial-User-Initiator-iPad-pseudo.png | 4 ++-- ...sionVerification.Initial-User-Initiator-iPhone-en-GB.png | 4 ++-- ...ionVerification.Initial-User-Initiator-iPhone-pseudo.png | 4 ++-- ...essionVerification.Initial-User-Responder-iPad-en-GB.png | 4 ++-- ...ssionVerification.Initial-User-Responder-iPad-pseudo.png | 4 ++-- ...sionVerification.Initial-User-Responder-iPhone-en-GB.png | 4 ++-- ...ionVerification.Initial-User-Responder-iPhone-pseudo.png | 4 ++-- ...ification.Request-Accepted-User-Initiator-iPad-en-GB.png | 4 ++-- ...fication.Request-Accepted-User-Initiator-iPad-pseudo.png | 4 ++-- ...ication.Request-Accepted-User-Initiator-iPhone-en-GB.png | 4 ++-- ...cation.Request-Accepted-User-Initiator-iPhone-pseudo.png | 4 ++-- ....Requesting-Verification-Device-Initiator-iPad-en-GB.png | 4 ++-- ...Requesting-Verification-Device-Initiator-iPad-pseudo.png | 4 ++-- ...equesting-Verification-Device-Initiator-iPhone-en-GB.png | 4 ++-- ...questing-Verification-Device-Initiator-iPhone-pseudo.png | 2 +- ...SAS-Verification-started-Device-Responder-iPad-en-GB.png | 4 ++-- ...AS-Verification-started-Device-Responder-iPad-pseudo.png | 4 ++-- ...S-Verification-started-Device-Responder-iPhone-en-GB.png | 4 ++-- ...-Verification-started-Device-Responder-iPhone-pseudo.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPad-en-GB.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPad-pseudo.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPhone-en-GB.png | 4 ++-- .../sessionVerification.Showing-Challenge-iPhone-pseudo.png | 4 ++-- ....Starting-SAS-Verification-User-Responder-iPad-en-GB.png | 4 ++-- ...Starting-SAS-Verification-User-Responder-iPad-pseudo.png | 4 ++-- ...tarting-SAS-Verification-User-Responder-iPhone-en-GB.png | 4 ++-- ...arting-SAS-Verification-User-Responder-iPhone-pseudo.png | 4 ++-- .../sessionVerification.Verified-iPad-en-GB.png | 4 ++-- .../sessionVerification.Verified-iPad-pseudo.png | 4 ++-- .../sessionVerification.Verified-iPhone-en-GB.png | 4 ++-- .../sessionVerification.Verified-iPhone-pseudo.png | 4 ++-- ...sionVerificationRequestDetailsView.Device-iPad-en-GB.png | 4 ++-- ...ionVerificationRequestDetailsView.Device-iPad-pseudo.png | 4 ++-- ...onVerificationRequestDetailsView.Device-iPhone-en-GB.png | 4 ++-- ...nVerificationRequestDetailsView.Device-iPhone-pseudo.png | 4 ++-- ...essionVerificationRequestDetailsView.User-iPad-en-GB.png | 4 ++-- ...ssionVerificationRequestDetailsView.User-iPad-pseudo.png | 4 ++-- ...sionVerificationRequestDetailsView.User-iPhone-en-GB.png | 4 ++-- ...ionVerificationRequestDetailsView.User-iPhone-pseudo.png | 4 ++-- .../settingsScreen.Bug-report-disabled-iPad-en-GB.png | 4 ++-- .../settingsScreen.Bug-report-disabled-iPad-pseudo.png | 4 ++-- .../settingsScreen.Bug-report-disabled-iPhone-en-GB.png | 4 ++-- .../settingsScreen.Bug-report-disabled-iPhone-pseudo.png | 4 ++-- .../PreviewTests/settingsScreen.Default-iPad-en-GB.png | 4 ++-- .../PreviewTests/settingsScreen.Default-iPad-pseudo.png | 4 ++-- .../PreviewTests/settingsScreen.Default-iPhone-en-GB.png | 4 ++-- .../PreviewTests/settingsScreen.Default-iPhone-pseudo.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-en-GB-1.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-en-GB-2.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-en-GB-3.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-en-GB-4.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-pseudo-1.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-pseudo-2.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-pseudo-3.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPad-pseudo-4.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-en-GB-1.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-en-GB-2.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-en-GB-3.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-en-GB-4.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-pseudo-1.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-pseudo-2.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-pseudo-3.png | 4 ++-- .../PreviewTests/softLogoutScreen.iPhone-pseudo-4.png | 4 ++-- .../spaceAddRoomsScreen.Searching-iPad-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Searching-iPad-pseudo.png | 4 ++-- .../spaceAddRoomsScreen.Searching-iPhone-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Searching-iPhone-pseudo.png | 4 ++-- .../spaceAddRoomsScreen.Selected-iPad-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Selected-iPad-pseudo.png | 4 ++-- .../spaceAddRoomsScreen.Selected-iPhone-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Selected-iPhone-pseudo.png | 4 ++-- .../spaceAddRoomsScreen.Suggested-iPad-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Suggested-iPad-pseudo.png | 4 ++-- .../spaceAddRoomsScreen.Suggested-iPhone-en-GB.png | 4 ++-- .../spaceAddRoomsScreen.Suggested-iPhone-pseudo.png | 4 ++-- .../spaceAddRoomsScreenSelectedItem.iPad-en-GB-0.png | 4 ++-- .../spaceAddRoomsScreenSelectedItem.iPad-pseudo-0.png | 4 ++-- .../spaceAddRoomsScreenSelectedItem.iPhone-en-GB-0.png | 4 ++-- .../spaceAddRoomsScreenSelectedItem.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/spaceHeaderTopicSheetView.iPad-en-GB-0.png | 4 ++-- .../spaceHeaderTopicSheetView.iPad-pseudo-0.png | 4 ++-- .../spaceHeaderTopicSheetView.iPhone-en-GB-0.png | 4 ++-- .../spaceHeaderTopicSheetView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/spaceHeaderView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/spaceHeaderView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/spaceHeaderView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/spaceHeaderView.iPhone-pseudo-0.png | 4 ++-- .../spaceRemoveChildrenConfirmationView.iPad-en-GB-0.png | 4 ++-- .../spaceRemoveChildrenConfirmationView.iPad-pseudo-0.png | 4 ++-- .../spaceRemoveChildrenConfirmationView.iPhone-en-GB-0.png | 4 ++-- .../spaceRemoveChildrenConfirmationView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/spaceRoomCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/spaceRoomCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/spaceRoomCell.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/spaceRoomCell.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/spaceScreen.Managing-iPad-en-GB.png | 4 ++-- .../PreviewTests/spaceScreen.Managing-iPad-pseudo.png | 4 ++-- .../PreviewTests/spaceScreen.Managing-iPhone-en-GB.png | 2 +- .../PreviewTests/spaceScreen.Managing-iPhone-pseudo.png | 4 ++-- .../PreviewTests/spaceScreen.New-Space-iPad-en-GB.png | 4 ++-- .../PreviewTests/spaceScreen.New-Space-iPad-pseudo.png | 4 ++-- .../PreviewTests/spaceScreen.New-Space-iPhone-en-GB.png | 4 ++-- .../PreviewTests/spaceScreen.New-Space-iPhone-pseudo.png | 4 ++-- .../__Snapshots__/PreviewTests/spaceScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/spaceScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/spaceScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/spaceScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.Owner-iPad-en-GB.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.Owner-iPad-pseudo.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.Owner-iPhone-en-GB.png | 4 ++-- .../spaceSettingsScreen.Owner-iPhone-pseudo.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.User-iPad-en-GB.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.User-iPad-pseudo.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.User-iPhone-en-GB.png | 4 ++-- .../PreviewTests/spaceSettingsScreen.User-iPhone-pseudo.png | 4 ++-- .../PreviewTests/spacesScreen.Empty-iPad-en-GB.png | 4 ++-- .../PreviewTests/spacesScreen.Empty-iPad-pseudo.png | 4 ++-- .../PreviewTests/spacesScreen.Empty-iPhone-en-GB.png | 4 ++-- .../PreviewTests/spacesScreen.Empty-iPhone-pseudo.png | 4 ++-- .../PreviewTests/spacesScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/spacesScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/spacesScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/spacesScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/stackedAvatarsView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/stackedAvatarsView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/stackedAvatarsView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/stackedAvatarsView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/startChatScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/startChatScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/startChatScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/startChatScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/stateRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/stateRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/stateRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/stateRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../staticLocationSheet.Static-own-location-iPad-en-GB.png | 4 ++-- .../staticLocationSheet.Static-own-location-iPad-pseudo.png | 4 ++-- ...staticLocationSheet.Static-own-location-iPhone-en-GB.png | 4 ++-- ...taticLocationSheet.Static-own-location-iPhone-pseudo.png | 4 ++-- .../staticLocationSheet.Static-pin-location-iPad-en-GB.png | 4 ++-- .../staticLocationSheet.Static-pin-location-iPad-pseudo.png | 4 ++-- ...staticLocationSheet.Static-pin-location-iPhone-en-GB.png | 4 ++-- ...taticLocationSheet.Static-pin-location-iPhone-pseudo.png | 4 ++-- .../PreviewTests/stickerRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/stickerRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/stickerRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../stickerRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/swipeRightAction.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/swipeRightAction.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/swipeRightAction.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/swipeRightAction.iPhone-pseudo-0.png | 4 ++-- .../textRoomTimelineView.Bubble-RTL-iPad-en-GB.png | 4 ++-- .../textRoomTimelineView.Bubble-RTL-iPad-pseudo.png | 4 ++-- .../textRoomTimelineView.Bubble-RTL-iPhone-en-GB.png | 4 ++-- .../textRoomTimelineView.Bubble-RTL-iPhone-pseudo.png | 4 ++-- .../PreviewTests/textRoomTimelineView.Bubble-iPad-en-GB.png | 4 ++-- .../textRoomTimelineView.Bubble-iPad-pseudo.png | 4 ++-- .../textRoomTimelineView.Bubble-iPhone-en-GB.png | 4 ++-- .../textRoomTimelineView.Bubble-iPhone-pseudo.png | 4 ++-- .../PreviewTests/threadDecorator.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/threadDecorator.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/threadDecorator.iPhone-pseudo-0.png | 4 ++-- ...bbledStylerView.Encryption-Forwarder-Info-iPad-en-GB.png | 4 ++-- ...bledStylerView.Encryption-Forwarder-Info-iPad-pseudo.png | 4 ++-- ...ledStylerView.Encryption-Forwarder-Info-iPhone-en-GB.png | 4 ++-- ...edStylerView.Encryption-Forwarder-Info-iPhone-pseudo.png | 4 ++-- ...emBubbledStylerView.Encryption-Indicators-iPad-en-GB.png | 4 ++-- ...mBubbledStylerView.Encryption-Indicators-iPad-pseudo.png | 4 ++-- ...BubbledStylerView.Encryption-Indicators-iPhone-en-GB.png | 4 ++-- ...ubbledStylerView.Encryption-Indicators-iPhone-pseudo.png | 4 ++-- ...neItemBubbledStylerView.Mock-Timeline-RTL-iPad-en-GB.png | 4 ++-- ...eItemBubbledStylerView.Mock-Timeline-RTL-iPad-pseudo.png | 4 ++-- ...ItemBubbledStylerView.Mock-Timeline-RTL-iPhone-en-GB.png | 4 ++-- ...temBubbledStylerView.Mock-Timeline-RTL-iPhone-pseudo.png | 4 ++-- ...melineItemBubbledStylerView.Mock-Timeline-iPad-en-GB.png | 4 ++-- ...elineItemBubbledStylerView.Mock-Timeline-iPad-pseudo.png | 4 ++-- ...lineItemBubbledStylerView.Mock-Timeline-iPhone-en-GB.png | 4 ++-- ...ineItemBubbledStylerView.Mock-Timeline-iPhone-pseudo.png | 4 ++-- ...lineItemBubbledStylerView.Pinned-messages-iPad-en-GB.png | 4 ++-- ...ineItemBubbledStylerView.Pinned-messages-iPad-pseudo.png | 4 ++-- ...neItemBubbledStylerView.Pinned-messages-iPhone-en-GB.png | 4 ++-- ...eItemBubbledStylerView.Pinned-messages-iPhone-pseudo.png | 4 ++-- .../timelineItemBubbledStylerView.Replies-iPad-en-GB.png | 4 ++-- .../timelineItemBubbledStylerView.Replies-iPad-pseudo.png | 4 ++-- .../timelineItemBubbledStylerView.Replies-iPhone-en-GB.png | 4 ++-- .../timelineItemBubbledStylerView.Replies-iPhone-pseudo.png | 4 ++-- ...ineItemBubbledStylerView.Thread-decorator-iPad-en-GB.png | 4 ++-- ...neItemBubbledStylerView.Thread-decorator-iPad-pseudo.png | 4 ++-- ...eItemBubbledStylerView.Thread-decorator-iPhone-en-GB.png | 4 ++-- ...ItemBubbledStylerView.Thread-decorator-iPhone-pseudo.png | 4 ++-- ...elineItemBubbledStylerView.Thread-summary-iPad-en-GB.png | 4 ++-- ...lineItemBubbledStylerView.Thread-summary-iPad-pseudo.png | 4 ++-- ...ineItemBubbledStylerView.Thread-summary-iPhone-en-GB.png | 4 ++-- ...neItemBubbledStylerView.Thread-summary-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemDebugView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/timelineItemDebugView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/timelineItemDebugView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/timelineItemDebugView.iPhone-pseudo-0.png | 4 ++-- .../timelineItemMenu.Authenticity-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Authenticity-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Authenticity-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Authenticity-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Button-shapes-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Button-shapes-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Button-shapes-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Button-shapes-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Identity-Changed-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Identity-Changed-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Identity-Changed-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Identity-Changed-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Media-iPad-en-GB.png | 4 ++-- .../PreviewTests/timelineItemMenu.Media-iPad-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Media-iPhone-en-GB.png | 4 ++-- .../PreviewTests/timelineItemMenu.Media-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Media-with-Caption-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Media-with-Caption-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Media-with-Caption-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Media-with-Caption-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Normal-iPad-en-GB.png | 4 ++-- .../PreviewTests/timelineItemMenu.Normal-iPad-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Normal-iPhone-en-GB.png | 4 ++-- .../PreviewTests/timelineItemMenu.Normal-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Own-Unsigned-Devices-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Own-Unsigned-Devices-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Own-Unsigned-Devices-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Own-Unsigned-Devices-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Unencrypted-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Unencrypted-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Unencrypted-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Unencrypted-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Unknown-failure-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Unknown-failure-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Unknown-failure-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Unknown-failure-iPhone-pseudo.png | 4 ++-- .../timelineItemMenu.Unsigned-Devices-iPad-en-GB.png | 4 ++-- .../timelineItemMenu.Unsigned-Devices-iPad-pseudo.png | 4 ++-- .../timelineItemMenu.Unsigned-Devices-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Unsigned-Devices-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Unsigned-iPad-en-GB.png | 4 ++-- .../PreviewTests/timelineItemMenu.Unsigned-iPad-pseudo.png | 4 ++-- .../PreviewTests/timelineItemMenu.Unsigned-iPhone-en-GB.png | 4 ++-- .../timelineItemMenu.Unsigned-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemSendInfoLabel.iPad-en-GB-0.png | 4 ++-- .../timelineItemSendInfoLabel.iPad-pseudo-0.png | 4 ++-- .../timelineItemSendInfoLabel.iPhone-en-GB-0.png | 4 ++-- .../timelineItemSendInfoLabel.iPhone-pseudo-0.png | 4 ++-- ...bbles-LTR-with-different-layout-languages-iPad-en-GB.png | 4 ++-- ...bles-LTR-with-different-layout-languages-iPad-pseudo.png | 4 ++-- ...les-LTR-with-different-layout-languages-iPhone-en-GB.png | 4 ++-- ...es-LTR-with-different-layout-languages-iPhone-pseudo.png | 4 ++-- ...bbles-RTL-with-different-layout-languages-iPad-en-GB.png | 4 ++-- ...bles-RTL-with-different-layout-languages-iPad-pseudo.png | 4 ++-- ...les-RTL-with-different-layout-languages-iPhone-en-GB.png | 4 ++-- ...es-RTL-with-different-layout-languages-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineItemStyler.Bubbles-iPad-en-GB.png | 4 ++-- .../PreviewTests/timelineItemStyler.Bubbles-iPad-pseudo.png | 4 ++-- .../timelineItemStyler.Bubbles-iPhone-en-GB.png | 4 ++-- .../timelineItemStyler.Bubbles-iPhone-pseudo.png | 4 ++-- .../timelineMediaPreviewDetailsView.Image-iPad-en-GB.png | 4 ++-- .../timelineMediaPreviewDetailsView.Image-iPad-pseudo.png | 4 ++-- .../timelineMediaPreviewDetailsView.Image-iPhone-en-GB.png | 4 ++-- .../timelineMediaPreviewDetailsView.Image-iPhone-pseudo.png | 4 ++-- ...eMediaPreviewDetailsView.Incoming-on-Room-iPad-en-GB.png | 4 ++-- ...MediaPreviewDetailsView.Incoming-on-Room-iPad-pseudo.png | 4 ++-- ...ediaPreviewDetailsView.Incoming-on-Room-iPhone-en-GB.png | 4 ++-- ...diaPreviewDetailsView.Incoming-on-Room-iPhone-pseudo.png | 4 ++-- .../timelineMediaPreviewDetailsView.Loading-iPad-en-GB.png | 4 ++-- .../timelineMediaPreviewDetailsView.Loading-iPad-pseudo.png | 4 ++-- ...timelineMediaPreviewDetailsView.Loading-iPhone-en-GB.png | 4 ++-- ...imelineMediaPreviewDetailsView.Loading-iPhone-pseudo.png | 4 ++-- ...elineMediaPreviewDetailsView.Unknown-type-iPad-en-GB.png | 4 ++-- ...lineMediaPreviewDetailsView.Unknown-type-iPad-pseudo.png | 4 ++-- ...ineMediaPreviewDetailsView.Unknown-type-iPhone-en-GB.png | 4 ++-- ...neMediaPreviewDetailsView.Unknown-type-iPhone-pseudo.png | 4 ++-- ...elineMediaPreviewRedactConfirmationView.iPad-en-GB-0.png | 4 ++-- ...lineMediaPreviewRedactConfirmationView.iPad-pseudo-0.png | 4 ++-- ...ineMediaPreviewRedactConfirmationView.iPhone-en-GB-0.png | 4 ++-- ...neMediaPreviewRedactConfirmationView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/timelineReactionView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/timelineReactionView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/timelineReactionView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/timelineReactionView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/timelineReadReceiptsView.iPad-pseudo-0.png | 4 ++-- .../timelineReadReceiptsView.iPhone-en-GB-0.png | 4 ++-- .../timelineReadReceiptsView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/timelineReplyView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/timelineReplyView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/timelineReplyView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/timelineReplyView.iPhone-pseudo-0.png | 4 ++-- .../timelineStartRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../timelineStartRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../timelineStartRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../timelineStartRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- ...ineStartRoomTimelineView.with-predecessor-iPad-en-GB.png | 4 ++-- ...neStartRoomTimelineView.with-predecessor-iPad-pseudo.png | 4 ++-- ...eStartRoomTimelineView.with-predecessor-iPhone-en-GB.png | 4 ++-- ...StartRoomTimelineView.with-predecessor-iPhone-pseudo.png | 4 ++-- .../PreviewTests/timelineThreadSummaryView.iPad-en-GB-0.png | 4 ++-- .../timelineThreadSummaryView.iPad-pseudo-0.png | 4 ++-- .../timelineThreadSummaryView.iPhone-en-GB-0.png | 4 ++-- .../timelineThreadSummaryView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/typingIndicatorView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/typingIndicatorView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/typingIndicatorView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/typingIndicatorView.iPhone-pseudo-0.png | 4 ++-- .../unsupportedRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../unsupportedRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../unsupportedRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../unsupportedRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/userDetailsEditScreen.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/userDetailsEditScreen.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/userDetailsEditScreen.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/userDetailsEditScreen.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/userIndicatorModalView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/userIndicatorModalView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/userIndicatorModalView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/userIndicatorModalView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/userIndicatorToastView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/userIndicatorToastView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/userIndicatorToastView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/userIndicatorToastView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/userProfileCell.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/userProfileCell.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/userProfileCell.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/userProfileCell.iPhone-pseudo-0.png | 4 ++-- .../userProfileScreen.Account-Owner-iPad-en-GB.png | 4 ++-- .../userProfileScreen.Account-Owner-iPad-pseudo.png | 4 ++-- .../userProfileScreen.Account-Owner-iPhone-en-GB.png | 4 ++-- .../userProfileScreen.Account-Owner-iPhone-pseudo.png | 4 ++-- .../userProfileScreen.Other-User-iPad-en-GB.png | 4 ++-- .../userProfileScreen.Other-User-iPad-pseudo.png | 4 ++-- .../userProfileScreen.Other-User-iPhone-en-GB.png | 4 ++-- .../userProfileScreen.Other-User-iPhone-pseudo.png | 4 ++-- .../userProfileScreen.Verified-User-iPad-en-GB.png | 4 ++-- .../userProfileScreen.Verified-User-iPad-pseudo.png | 4 ++-- .../userProfileScreen.Verified-User-iPhone-en-GB.png | 4 ++-- .../userProfileScreen.Verified-User-iPhone-pseudo.png | 4 ++-- .../videoMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../videoMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../videoMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../videoMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/videoRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/videoRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/videoRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/videoRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- .../PreviewTests/visualListItem.iPad-en-GB-0.png | 4 ++-- .../PreviewTests/visualListItem.iPad-pseudo-0.png | 4 ++-- .../PreviewTests/visualListItem.iPhone-en-GB-0.png | 4 ++-- .../PreviewTests/visualListItem.iPhone-pseudo-0.png | 4 ++-- .../voiceMessageMediaEventsTimelineView.iPad-en-GB-0.png | 4 ++-- .../voiceMessageMediaEventsTimelineView.iPad-pseudo-0.png | 4 ++-- .../voiceMessageMediaEventsTimelineView.iPhone-en-GB-0.png | 4 ++-- .../voiceMessageMediaEventsTimelineView.iPhone-pseudo-0.png | 4 ++-- .../voiceMessagePreviewComposer.iPhone-en-GB-0.png | 4 ++-- .../voiceMessagePreviewComposer.iPhone-pseudo-0.png | 4 ++-- .../voiceMessageRecordingComposer.iPhone-en-GB-0.png | 4 ++-- .../voiceMessageRecordingComposer.iPhone-pseudo-0.png | 4 ++-- .../voiceMessageRecordingView.iPhone-en-GB-0.png | 4 ++-- .../voiceMessageRecordingView.iPhone-pseudo-0.png | 4 ++-- .../voiceMessageRoomPlaybackView.iPad-en-GB-0.png | 4 ++-- .../voiceMessageRoomPlaybackView.iPad-pseudo-0.png | 4 ++-- .../voiceMessageRoomPlaybackView.iPhone-en-GB-0.png | 4 ++-- .../voiceMessageRoomPlaybackView.iPhone-pseudo-0.png | 4 ++-- .../voiceMessageRoomTimelineView.iPad-en-GB-0.png | 4 ++-- .../voiceMessageRoomTimelineView.iPad-pseudo-0.png | 4 ++-- .../voiceMessageRoomTimelineView.iPhone-en-GB-0.png | 4 ++-- .../voiceMessageRoomTimelineView.iPhone-pseudo-0.png | 4 ++-- Tools/Sources/Commands/CI/AccessibilityTests.swift | 2 +- Tools/Sources/Commands/CI/IntegrationTests.swift | 2 +- Tools/Sources/Commands/CI/RunTests.swift | 6 +++--- Tools/Sources/Commands/CI/UITests.swift | 2 +- Tools/Sources/Commands/CI/UnitTests.swift | 2 +- UITests/Sources/Application.swift | 2 +- ci_scripts/ci_common.sh | 2 +- compound-ios/Tests/CompoundTests/PreviewTests.swift | 2 +- .../PreviewTests/compoundButtonStyle.iPad-en-US-0.png | 4 ++-- .../PreviewTests/compoundButtonStyle.iPhone-en-US-0.png | 4 ++-- .../compoundIcon.Accessibility-Labels-iPad-en-US.png | 4 ++-- .../compoundIcon.Accessibility-Labels-iPhone-en-US.png | 4 ++-- .../PreviewTests/compoundIcon.Buttons-iPad-en-US.png | 4 ++-- .../PreviewTests/compoundIcon.Buttons-iPhone-en-US.png | 4 ++-- .../PreviewTests/compoundIcon.Form-iPad-en-US.png | 4 ++-- .../PreviewTests/compoundIcon.Form-iPhone-en-US.png | 4 ++-- .../PreviewTests/listInlinePicker.iPad-en-US-0.png | 4 ++-- .../PreviewTests/listInlinePicker.iPhone-en-US-0.png | 4 ++-- .../__Snapshots__/PreviewTests/listRow.iPad-en-US-0.png | 4 ++-- .../__Snapshots__/PreviewTests/listRow.iPhone-en-US-0.png | 4 ++-- .../listRowAccessory.Accessories-iPad-en-US.png | 4 ++-- .../listRowAccessory.Accessories-iPhone-en-US.png | 4 ++-- .../PreviewTests/listRowButtonStyle.iPad-en-US-0.png | 4 ++-- .../PreviewTests/listRowButtonStyle.iPhone-en-US-0.png | 4 ++-- .../PreviewTests/listRowLabel.iPad-en-US-0.png | 4 ++-- .../PreviewTests/listRowLabel.iPhone-en-US-0.png | 4 ++-- .../PreviewTests/listRowLoadingSelection.iPad-en-US-0.png | 4 ++-- .../PreviewTests/listRowLoadingSelection.iPhone-en-US-0.png | 4 ++-- .../PreviewTests/listRowTrailingSection.iPhone-en-US-0.png | 4 ++-- .../PreviewTests/listTextStyles.Form-iPad-en-US.png | 4 ++-- .../PreviewTests/listTextStyles.Form-iPhone-en-US.png | 4 ++-- .../PreviewTests/listTextStyles.List-iPad-en-US.png | 4 ++-- .../PreviewTests/listTextStyles.List-iPhone-en-US.png | 4 ++-- .../PreviewTests/searchStyle.Form-iPad-en-US.png | 4 ++-- .../PreviewTests/searchStyle.Form-iPhone-en-US.png | 4 ++-- .../PreviewTests/searchStyle.List-iPad-en-US.png | 4 ++-- .../PreviewTests/searchStyle.List-iPhone-en-US.png | 4 ++-- .../PreviewTests/titleAndIcon.iPad-en-US-0.png | 4 ++-- .../PreviewTests/titleAndIcon.iPhone-en-US-0.png | 4 ++-- 1939 files changed, 3831 insertions(+), 3831 deletions(-) diff --git a/.github/workflows/compound-ios.yml b/.github/workflows/compound-ios.yml index 7791f953d..9e1d1bde5 100644 --- a/.github/workflows/compound-ios.yml +++ b/.github/workflows/compound-ios.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Configure Xcode 26 - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app + run: sudo xcode-select -s /Applications/Xcode_26.4.app - name: Install sourcery run: brew install sourcery @@ -50,7 +50,7 @@ jobs: - name: Run tests working-directory: compound-ios - run: set -o pipefail && xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=Snapshots,OS=26.1' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult | xcbeautify --renderer github-actions + run: set -o pipefail && xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=Snapshots,OS=26.4' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult | xcbeautify --renderer github-actions - name: Zip artifacts if: failure() # We only care about artefacts if the tests fail diff --git a/PreviewTests/Sources/PreviewTests.swift b/PreviewTests/Sources/PreviewTests.swift index 6817cbff5..d2007caed 100644 --- a/PreviewTests/Sources/PreviewTests.swift +++ b/PreviewTests/Sources/PreviewTests.swift @@ -21,7 +21,7 @@ struct PreviewTests { private let deviceConfig: ViewImageConfig = .iPhoneX private let simulatorDevice: String? = "iPhone14,6" // iPhone SE 3rd Generation - private let requiredOSVersion = (major: 26, minor: 1) + private let requiredOSVersion = (major: 26, minor: 4) /// The key is the name we will give to the snapshot /// The value is the actual device that will be used to render the preview private let snapshotDevices: [SnapshotDevice] = [.init(name: "iPhone", device: "iPhone 17"), diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-en-GB-0.png index 741b923a1..1eeef47ce 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e38458ea462f6e85571b4941ebf0150290a964a943feaeff5aeb9f8fbfa751a -size 171788 +oid sha256:c30282bd1093590cb60fda722552305473fd3cacad999bed81044c2eccc9d57c +size 171794 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-pseudo-0.png index 181179978..23eaa7214 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8b96bed9c29ec70fdeae4cd649e097d95394d878740a102f00ee20896d7985f -size 211938 +oid sha256:3d02782eb9595efd43c2fff296316cae7b350ef8bb9d14aefabefcbef29f0da7 +size 211907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-en-GB-0.png index 51c87763b..6cb504ec1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c22c61ca728bed70a749a301bd0d96044539f810e9760881362499a762f0293c -size 125412 +oid sha256:497c7f492ee43082bb72ec58ff20353e72d33be936b66ff9478eda5b653332a0 +size 125423 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-pseudo-0.png index fd3b788fe..7d89def52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/advancedSettingsScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72c7bdd0d620b197150a0eff4c0f7e29a69e228aade75003e67e954bcba8721d -size 162451 +oid sha256:6c07e4d01f73e0fd802e1fccffefe5c306404804a0e0263c81908979942c4fc9 +size 162433 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-en-GB.png index 7f6f6cd5b..bfe606464 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a51d730ca5c14c29361e35fab63a84bf4e7bc0e84d87adca9f933cd3ebef34a -size 516277 +oid sha256:57f9ffbc41c5ee11df4a2618536734c25049779e3fca86c8f99d049c36a8474c +size 516298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-pseudo.png index a86696d0d..f2e07f8a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bfc7f3518ac4e826072e22a7ed1c7b9c4dec26c3c73ea0052a20122deb3cb10 -size 542524 +oid sha256:a6a9a686f43264ec3e845c3782a506ffc06da9236612872d9bb195bda9b77ade +size 542511 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-en-GB.png index 1d7bad916..777b32b7d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71228784275be62ccd150489b91e5dc43a7b5ded83acd290671963b9baea09aa -size 320351 +oid sha256:81bb926727a62f7024856c1e3ff9c3eac5729f3707c3e1602485c52d860417eb +size 320348 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-pseudo.png index 7d1a58715..056627cb4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26dd5e649a98ef3aae73ed2cd76a5d9abc4e01fa5978edf4c5ed5e5af2dde820 -size 331299 +oid sha256:23b357076fb10e70420c6c7c926f05a6cf611a0470fbf1eb99d116d80fbe4040 +size 331311 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-en-GB.png index dd6ced877..ad1b5886f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0686cf181bdd5acbb663b0c553ab72063f60310be45ef271bdb3649ce84a5a6c -size 509247 +oid sha256:b49d4024578cec27ea128542980aee7476f15a65dfb791f3cbde86bd226c4718 +size 509263 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-pseudo.png index 7b2177d79..e92b77788 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1f993b1a261637a5631fa9db73a2bb21cd0f99cf51094e1eca99eeeea3d89b9 -size 529757 +oid sha256:10fddf5aa36306ff2d8457d3328f352beced32ddc5cc2d1a78f0005baed95977 +size 529727 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-en-GB.png index 77f5c72fd..f445fc02e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75848061f8aaf6e4eb54b115e45cbc75d5f1313f14d9a173b7367989baf524ff -size 316356 +oid sha256:f5a797526c962e555ff5d9dd6962956c41d871dd79ed6f5f361aef1d92cec0f4 +size 316360 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-pseudo.png index a49c09c59..4e5c6fa79 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsPromptScreen.No-terms-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b480f313b4d4c98ad318400cf12da6fada6811fe60340ebb92efb4e8bf96a9c -size 332538 +oid sha256:e86d49f9d39106c258e917831e3b09fa454d02f961bd36f5375fc3b1f54bd172 +size 332533 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-en-GB-0.png index 7a31257e0..5d0d804f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:027f19017d6e73165b7958014bda67c749728617850b256adbbe26dd472216ed -size 97471 +oid sha256:07bb58a75410b0c6e4d84cd65d3192c370c49102708a61534d04d6e9d4e0f03b +size 97463 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-pseudo-0.png index 2c6538dd1..7eaea9c5b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a0ff4f825b61f8f533bf67181d9df5272e9c3f47140b3dd052f355a8ad41b0 -size 103992 +oid sha256:3b6cd5413e3e8c46d9f2d092ac24e0a25dd17422194b6edff76de1707981a720 +size 103993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-en-GB-0.png index e52268607..7327dfaca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:912912a150cfc690b392c4862d948e39bc926c909133a9b8e9ae7f7ddfff3dfe -size 50861 +oid sha256:52fb798303b223db2d198e9291ab79f4862c360cc5a70931dce029bd50d6dfbc +size 50857 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-pseudo-0.png index 928a18522..3bf932a19 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/analyticsSettingsScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df269f0a8768ed5c711e906ccf1dfd3fc196e2f75ebe05bd0a8b5833bb6f20fb -size 65565 +oid sha256:acdd9fc6cd336da6b4e3a95eb58479128e7838f658127bace38914efd715ddba +size 65560 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-en-GB-0.png index 1a37f0a55..b38d8b927 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e53ba51653246ee942f9aada8c77107bcd46c70c45ce5fb8f027f61fede083b -size 114642 +oid sha256:d6563fb06a56c6a1dc0b21ab03e9b4673652fbe5f937e1491820684081c09646 +size 114640 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-pseudo-0.png index 3ca5e83d5..563e7d6d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e5c81d7fdd23c78b7946b9de21ea69aaefa9870f7374eaa20bc3c9f7a13c002 +oid sha256:ea485204458022538fd5022aa041b058e3d3ce508cf1e0085d0feda0bc9feb97 size 123128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-en-GB-0.png index e0b3b4d7e..5ce5e915e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9772de73742ba261d6fd7d3584db635e7800ccac54c33353e60d06cc0f3c2f2 -size 70293 +oid sha256:9d1f81da13faa600035bccb951adf1d81ed9e2dc5e21cdc782a4fc623243e0dc +size 70283 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-pseudo-0.png index c0049a29d..a3fc7d368 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d35751d4fef603a49c2d4e274e8f67597532138ebb29ffa2f2a516dd450a3527 -size 77097 +oid sha256:9333374fd5b3affc6bdff106669b66b468b22b6705c157fe0569c308bb850c04 +size 77149 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-en-GB.png index 8f0ee1f9c..64057d934 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:671bb5af0e3712afd8eb8fb2da94f89fa2f2459d6f4760038561db5f678a8f15 -size 99105 +oid sha256:a48b4a79b308b4311811a6c2db08336c39b39cca28a4a777b286acfa903f4564 +size 99115 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-pseudo.png index 63c343fae..fd7160801 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17c8a08488517a7f9c2c7908778816f691f57394b81edae0b438e3c765a579c1 -size 112129 +oid sha256:d32e5b5824b7aecba339562faaf270e0aa5045b22c69340196f82809f6c919f0 +size 112113 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-en-GB.png index 1776a5d27..f4758299a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:025360236b3bb2367100153ef5f8ad4d1d99abb22f5ff244bb405fedcec99381 -size 57357 +oid sha256:52aeb701e2e2f41cb72bdc22b192fefd47a29a9ac7eb9992a6b552eac9026836 +size 57359 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-pseudo.png index 3696c1fce..f4dada554 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Face-ID-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1401d961a5a2615274fdc29991bd6bc1042b958bd89244f3827dfa0e073bb5a -size 73188 +oid sha256:a87d77ef9453c18412441ac6d5f40bd3d6d8d472ec59bbb15c27ad3529e7ebc0 +size 73192 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-en-GB.png index a437cec65..0651d4dfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:066c0ceb59efafd736a3d5d22a9d3dd3bee310fb2c45fa3d238af2c21e8266ec -size 107076 +oid sha256:26576f487909d88a3e88e2ba223a6d482b312ceba82ad06bde7d2e78adacf238 +size 107086 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-pseudo.png index 064ec6966..acee2ceac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7247b93a2b487e7d5a7be6e058c0fff331b9e9af619b8fa43b99ed402dd6099 -size 121990 +oid sha256:75169fa608f0b4c7c485896e82d5747a520367e446b55caefed4b2130fed1683 +size 121979 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-en-GB.png index 4892c4b4e..42193a411 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d19e1bdbc3c90ff3381fb3506a430d9979550dfdfc5647f74446d2a0e0e61dc9 -size 64581 +oid sha256:96c1c392937e44579156674382ce385fcdf1a82f635318d0a039d7013b032982 +size 64601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-pseudo.png index 7321814c5..08a54b105 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupBiometricsScreen.Touch-ID-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c37bd03fb812f6a9582bb6a61a8f985a8be2078c4b8a2a9dd294e4253abfab7 -size 80965 +oid sha256:288dcbb4b734703b48ac937fce19da64af0173bf9e986126f2df9b5c469fe238 +size 80967 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-en-GB.png index 97fd23866..cbe3d509b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae56ad6aba5b48f223fe9ab25814ba5ffc3d1eee3637e393d747a02c4cb0fb06 -size 100680 +oid sha256:d95bdca9a6ab64f4c369b0bef060f7e75bfdd67836006e5610755f28cda1ffa5 +size 100681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-pseudo.png index 80c28f716..75df29ac0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f7f5b241e5dfce38a430769774bd54ad2db76cb5076518ed252fffde68749d4 -size 120840 +oid sha256:18f9e46a8875e7ec8b1ec4e32dec074aadd40e19e6e3f656a9d99c9fe3871051 +size 120830 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-en-GB.png index 99de5b186..067ca7e81 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:156b5e987ca70a85255ac6889d1015fd9ab81d7064e520f5ecbdf06c89d70fec -size 56928 +oid sha256:0ffbfa4ea83444c58471168c4841f2b941713bcf00ce45cbff0435c390f25ac6 +size 56915 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-pseudo.png index 852879c41..786841eca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Confirm-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d9dd1f20ce5405d3b09aae789ca75e16b6359dd41206f8bbe7259cff26f7878 -size 78565 +oid sha256:7dc96cfc8bc5344810b6446ee240b98027ac9332b2f0ef30beb1726cecec12bc +size 78544 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-en-GB.png index 902c80788..384f89e0d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e49e4ce50d3e5f7353117300afc642a033ff948a8f4b28131b208097905265c -size 101035 +oid sha256:6101594d263238d8f0c4de48c84d5a108e46adf822a7cd01714aaf5aa871ee64 +size 101030 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-pseudo.png index 78b83906c..d3cb9a3b4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ae38c52927b4a5f840bfdd4297fcec80f2e9ba5cb21bdc048bf3800a550e93 -size 121160 +oid sha256:2ca7aa0befd49db4758f4f6b1ee32547029c5d9161f9c492ede90a2fe1689261 +size 121145 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-en-GB.png index cf901b5e3..83c012ebe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3582a645bd9771bd696d977b7dcc48032baa9ff3d4395636c0d894275bb334e -size 57258 +oid sha256:7b811d1857349674a5c60162cd460944b9ac7b81f847a8b715868d37fd8f8edb +size 57244 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-pseudo.png index f5bbda64e..25fc786ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Create-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cf7b676efd2b6c647e7304d1d165910b352e60e74496497be08d180b9588dcf -size 78845 +oid sha256:38b64b56c18db8dcaeb09e31d22f6631b2f86c5337a7b67741ff9010281609b6 +size 78818 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-en-GB.png index 712f0ce9e..4d5a666e4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f303ee0ac0e9ef7f9b74e7908a72f52f2f4734628683e26e1657c91db9d3cdc -size 92021 +oid sha256:bb3672a143e3f0201d12b74b8ec4701e6b4f20d37ba5c88e94577e6c80b54064 +size 92018 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-pseudo.png index 707234182..a685eb99f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:946c6a70b5127661b15c5fda226ab7d377c3b4cecc486d78ed612e0e3d95a9b6 -size 96024 +oid sha256:28b43a83ddef02cc64071fb8f6b79388034a9bc82b4d0606d886d8d3f8587286 +size 96034 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-en-GB.png index 1aad10d06..e8de00ffa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d24b836093ae6905d06237716b8320bd304c9540816afbc655e097911db5853 -size 47771 +oid sha256:7e24f459f20fc9bffb06c3b17bac6ae780d39831e135efe8f23875d6af337f05 +size 47760 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-pseudo.png index 2db1f535d..de1060b3f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-Failed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba6d576d9f37eb190ee6c9b291c42770c8b7353a244f2bb5452166baad461854 -size 50867 +oid sha256:f7882b84da9c8355c98bf3dd17cb92343cdcfcd53502c50ac43efea0f85daa02 +size 50893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-en-GB.png index 6d219fe64..0fbacd40a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d11a044df84a0dc8ef562f64777c0567e193fb5a85634eecbb4e8ca3a43e92c1 -size 90581 +oid sha256:387d1abe490ca63cfdd88e56448416f249187a4698a6b804fab4e73a93875ef8 +size 90578 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-pseudo.png index a9113e9e2..36f166948 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc53b8feb8bb1162e22bd788f6f77c01e39c9489d73aa20ae8f5c72b38253a0c -size 95822 +oid sha256:99f092209160569fafa469582c4f85399f85ecf40bb76d77ac86d240ceddd757 +size 95836 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-en-GB.png index dc4ab093d..99a96ea66 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3fd5d955eb8daddb67dd0feb52e369c03ffe596460d5955eb185e7e1561f2b9 -size 46307 +oid sha256:2f6cc3d01d6a864399cbe3e0aceb4fb2bcad6fcbba65e5e9d4a366880791f493 +size 46313 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-pseudo.png index c7d92e8ca..989950ab5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupPINScreen.Unlock-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a4b3ea29c0d8cce955a158d1ece241b18395bc5a992deca12664f79a6f721d4 -size 50665 +oid sha256:54285a867ef5a01bce6799dbec2dd2ef7691827487447bf0151a5bb4548f56ac +size 50694 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-en-GB.png index 7d9c90cf9..c56e98c1f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44f8b01be9ab044280e6d4e820554b7b11af5081c29f6691a623be5b650d5551 -size 94823 +oid sha256:4b9c19149684f37a1b483cc20edb3164573564a495ef328481276cdb72431d4d +size 94814 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-pseudo.png index a706a2c95..51ed0d92f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:035797d51dee75bddf46849cc08cbd855d8afa199d423b7dd1cf65618c146896 -size 102635 +oid sha256:1d809ed228edd340a8ea0be3b87f67f526412826bcd92a6950c9f4bf3ff3edf0 +size 102620 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-en-GB.png index 468f881a6..f029bc6e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d68ff3828ea7e917a6daf5a58f09f5b41bd367880d755c3380ac063b8d93230e -size 47541 +oid sha256:90a50a2d8bfb3f1857c22a9186129150a4d70ec0b5e4c3830f9731565bb8f541 +size 47530 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-pseudo.png index 9974ddd44..320c2a196 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Face-ID-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad33021b2a5fd48880d57cdc5e014678de8f3568c6a97283c63cd7b65d859553 -size 54596 +oid sha256:78f6f3e2773984959d25c7547dc0b138b432ec21f1b5ed8eddcd499ad9fe52d6 +size 54608 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-en-GB.png index 126b26299..ace82aef5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d03370436bd1209b324e4c2da6b5dfd297f5d1c21bf316250b44a7466786adf -size 88332 +oid sha256:3899e9945ac54eed79872b377551627ea92b60e4136e058be92c89bbc6a7138f +size 88327 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-pseudo.png index b54f5a415..0883bbc3d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a83012738bb118f0ee9af7d6b52ea3a85c9bc4ce1baedb2741dfdf2d493f048a -size 92851 +oid sha256:537428ef2559a77b877a652272555600134d48452efaea9e8c6c69672402a996 +size 92845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-en-GB.png index f627fbc95..261710d4e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:879e40454ac6ed4887256bc8184ab58a293d3b5637c555e353d6ac247a42bdcd -size 42035 +oid sha256:7c32757d28a440712f057744bd146625d1e42594779865474ff4579788ebfe80 +size 42033 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-pseudo.png index 9572a09bb..50b0bc53f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.PIN-only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64e9cf5148cc61790abff3c5cbb26fd1d71d20164ee97bed6f78e1551a632009 -size 46129 +oid sha256:3d6e5c8e9a40e96301c525a677332d4079722ff0502eda89ee291fc7f6a87465 +size 46132 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-en-GB.png index 0c49571d1..092af11a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37c139329c64bb87745836175885707628ab4c6a77c13a378718bfd5df335d1a -size 90630 +oid sha256:47534df1787d88eee732a9a30b1feaa65ce391996420293219795602791f6541 +size 90631 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-pseudo.png index f24e68f2a..d9d31a44f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad56488619c9ed5dbebec2ca35b6144e3edb82aa94c793e96b02f15d3e0cdcf2 -size 98016 +oid sha256:e0ce06ed886d4813844c6d4ad07c6c83dd38424318a170a419901403e671cd88 +size 98035 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-en-GB.png index 659b8767a..8c1efdfe6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fff53ecd09940459507f7f1c5eaac2d9de180fa2041a293fd52b72c8d82e2026 -size 44011 +oid sha256:6ea6a941c3909b723d6dc50594bc530556a3fdc48bdcb5d4fa8c85eac610a975 +size 44013 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-pseudo.png index 92281262e..47bfb36d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/appLockSetupSettingsScreen.Touch-ID-Mandatory-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d3d210d2bd49c070753933cf1b6778fdd6400929fb78791bb747dd485b6c92d -size 50391 +oid sha256:48d66aa0a3742b41a29f1700388bc6becc47527e58663fc61e70261e092a0991 +size 50401 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-en-GB-0.png index c7f3117e5..81a21691c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ff036210c4b851fb52b45c7e6f75d264862879674d70f55f949001ad8f98b8f -size 93726 +oid sha256:0bcfa1e1f77fc35269ee882d463331ceb5ce019c0dec109ae1961b9c773fe986 +size 93745 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-pseudo-0.png index c7f3117e5..4cb170329 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ff036210c4b851fb52b45c7e6f75d264862879674d70f55f949001ad8f98b8f -size 93726 +oid sha256:210d4cd888bdd42135d11532db0ecbeae9453f4ea9718a9fcd7027905a8586a0 +size 93833 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-en-GB-0.png index a245f1db4..8f67307dd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8a3a472e8305e0d4d795a8c521f48c88f5d85dbc33a0645de279513f5c4ca4f -size 49824 +oid sha256:5414dec5fbc645530c830d3ca32eccb77cc4a5dc68c121f9cd5c51f91373d52c +size 49799 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-pseudo-0.png index a245f1db4..81e0fad80 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8a3a472e8305e0d4d795a8c521f48c88f5d85dbc33a0645de279513f5c4ca4f -size 49824 +oid sha256:b91ab3290f054e2658e24d7c0fc3aacfebbd2ebe9af8db1f78921f235311c12c +size 49859 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-en-GB-0.png index 04e1e9f49..936ca36c1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18442638b7a6dc3fe925ab9b58ffc14edd8e01b9bee0aac5e6f9ea79c6f67b74 -size 100601 +oid sha256:e0027618a1ed5fe22be5a8e650eefa42b3e9babeff3a2d909bed8d1ea55dc992 +size 100625 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-pseudo-0.png index 8e74af4ff..51338f337 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ac299342a3a05374528ec4db27c2b98db7a114b97e5130b1c2c10d2c4335e14 -size 102203 +oid sha256:b05da1910349d9c587ffa11a09a54d5922ee4a5ea2c15bc5e50cec1831aa13b5 +size 100708 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-en-GB-0.png index e2f301096..479d57449 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de431a055160ecdada6bcd5222b1d59f25d134ae5f5b89bf6ce5dced1cd17db8 -size 56727 +oid sha256:069ba4ccb37d800888e9350054d4903c21b4054cbd34bb6ab9a3985cc8eaca82 +size 56681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-pseudo-0.png index 3f6e96eba..1463e4703 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/audioRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6e26a949fa8acf0f8acedc876add044a6a253eda6d3e89ce4f6d0740b286f11 -size 57958 +oid sha256:f17d39218382f81d77a27cf93a16d0ba249a834d78fc8cbf425eab0684e067b2 +size 56880 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-en-GB.png index 0db59db94..dda7d0a5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19e12d5dbc56168733ce4956d8b420fe9d2ce72d404ce2ec56323985ab2c226a -size 145006 +oid sha256:622a3c6ed130576fca9913946d3efdf1be5f2977dda3d59e46b818d02f293435 +size 145011 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-pseudo.png index 95b8744b2..65948c197 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0843207a3645299effecf77d86caa8cf99a801e253c9ca49f789c014965a4e3c -size 181159 +oid sha256:88aade9192fc0c2db59aca0225c191af158e215a7f85b73783864f4ba1a5dfe7 +size 181128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-en-GB.png index a5772c81a..eb1383b84 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08cf95b60f99486657ffc4b96c557f458c9c843bbe2d0265dbd4b40c3a232662 -size 96042 +oid sha256:10a5ddb5f338ce84550e062fbb6eca86fc39990c2e19e9749b706fd1993244f1 +size 96052 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-pseudo.png index 1fe39b0a5..ad5a1fa84 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Initial-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79301b22af27679df686a607d6b1f8011b6ebea37f97040e900794372adaa218 -size 141913 +oid sha256:4d150fced8cbe1943d018bfae07f5b83d5b2c4000e7d74391fca76580dc4a13a +size 141966 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-en-GB.png index e881218d3..e0b1d2395 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6822abf96bfd69a5bfea7c9e3b32a632dccd1d1434e3e851eb65804a0d359440 -size 144361 +oid sha256:3a06b2b12b965eb523404a24a7c2910bf34dd9cfc3377610295999c94b979e33 +size 144349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-pseudo.png index 9bd407440..5228b7025 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3da597921389f7f4c271eb691945f13c09476454bc491161d28022adec4b31c0 -size 179232 +oid sha256:b2394cc66341f44363f1847d8845f7ba1663332544d51154d798f6484b85fa61 +size 179181 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-en-GB.png index 42dabc7f4..de452104a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:914849110d107a01c557f1d6289ace6eb5dc8b9831215cb486ae9401495b2e36 -size 95480 +oid sha256:05f692b31b4df0ecde29bb25009034cf5f658711e006d6b4981e24e83d713b22 +size 95491 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-pseudo.png index 8839bf47c..5ed7cb2d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationClassicAppBackupInstructionsView.Refreshing-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c771e99c1848dcc57f952e2d8426da9adeb97cb97fa8797b3e15f7e137ee08f -size 140035 +oid sha256:c2060526dac081f13a74f5719d7e44c9dd0c519ce73f7a91df27e074b77e5651 +size 140095 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-en-GB.png index 57b7c0706..35b0ece24 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01f374840a1098f1870230fa9784cf56b250858b7341d575643af4f178932e7c -size 645596 +oid sha256:29fa3e7505f4a396c6645ee186802598a06961f6db3f23b4d3b92e5e06eacc5f +size 645474 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-pseudo.png index e52ed2ff7..6497bf273 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af206923909523cd2d61b7af9d9e66a333a688c758131550d37357a740ceccac -size 651937 +oid sha256:b7ebe23137c064f1cea570958d6534f431ab4ed1bd13ea6c2368961f6c8c69f1 +size 651785 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-en-GB.png index da8658437..3b32c9dfa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35bbd58addd849a6e088928b15496347e3e05d5961f089485bbbdd2623ed42d0 -size 432550 +oid sha256:9e6027a10e9a829a7bab6e6628a4c38652a5992a26bc29bb7f28ae87cbc80b05 +size 432890 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-pseudo.png index d043ee751..0d48d9a9c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Classic-App-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fb2d1117f8af713e510b37d136f9b9c73c2d6eb7fc00ab3726b1b2e84e2e208 -size 440193 +oid sha256:64369a8ac8ae333208091eca2236f2adb0e130a760d19a0eb7b880d947211113 +size 440559 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-en-GB.png index 7ecb22531..4925af7d9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:540afca94168f6daa9ed51c761bd1ab271014898da893a39904d08e88872a263 -size 112308 +oid sha256:2d0b1134e81fe6ccb3cb59505f36e0c6e9cfe4dfae16f106339a50ec4bee53cf +size 112298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-pseudo.png index 9f328d1cf..31fa5d49f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24320001ef26a722134e4ba829094cb8ee848079880f9f72c5284b1fb550bfe7 -size 132912 +oid sha256:cb4daf4f1ffc8e4da7c80d2af689a39071f53e2a54c4dda0ddbf88b15bca9239 +size 132906 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-en-GB.png index 463aed69b..c49b2b29a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:178b907d46a505230ef1d0530ff763789547c843ea828f7e3b4f18aae2be435f -size 517884 +oid sha256:9ec0a19b2ab00e6952f3ad5510402e19d08236845f01e998a99e5b8183d17c6c +size 517853 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-pseudo.png index 144ce14ce..5268af1cb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47a8832cc78842e8c471e603b88ea56b261fd9af821825246d55af8ab121e117 -size 541873 +oid sha256:525d3637218221bbe479cfbf5951f6ac2f9dc0c7a2e67c7b3dad7886bfe8c865 +size 541865 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-en-GB.png index 1835510b3..3585d97e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b64fcfd41c482d6c7341d0b9a515c671175c10261f0fa5f412f943b1b895a655 -size 99485 +oid sha256:6f31220dca52bb3b34155759a355cfd92e63559598b70116a8577f0859c58a54 +size 99489 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-pseudo.png index 4f265a1c9..41b065618 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aea8fbf225d77a752f06612e76139a15e690d0be3dc51a56bb2189284a68d862 -size 119996 +oid sha256:81388d7e67402ff2686c4b74c5b631d4ae3a7b2122bc7e3f380be39eb2337b60 +size 119971 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-en-GB.png index 1141bb2b4..e0ff7fe72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7eb4153207abeabf4f3217aae294603c8764bf28df93b901f0ab4c42a803527 -size 532886 +oid sha256:f569a4329dff4f845d426e1e3b6f5b402d3065b39d4220c3c4cabbace635bd1c +size 532864 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-pseudo.png index 636577de4..5cc40fb99 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/authenticationStartScreen.Provisioned-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aadf9de9f2a5a4e6c2f0eb4a7becbed65e0ae24cdb9dd39ef1f25353d3309b3f -size 561031 +oid sha256:12452d591d917e9e0c7b5e8449344dbd3b6246aff9095e70a8d1890c01e9f934 +size 561012 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-en-GB.png index f31a54d90..efc684279 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:277e6cd94bd183b0cfe7172605e8c70be818279bf2350018c027c4494e7750b3 -size 154662 +oid sha256:5c269cdfcc898dc45cab77e2ef8a90be683419bb6e1a9c1c413a3ed4ccf5ad79 +size 155034 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-pseudo.png index f2c2bbf74..37e880ea8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:047b03c89649f3be5ed59f6175e75336df563619bd24fae05fe55b4d33ff248e -size 155506 +oid sha256:0e8dccd9ed5d18a91e982808ea6791b92e23026ae884042eead522c5d17fb365 +size 155556 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-en-GB.png index 2c6aebf71..f6bef002c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8343591139046d4f6be0897a7066960b78a9eb41505ee9cf8c079099a171428 -size 99503 +oid sha256:1454bac13ea1dbbc2cef5e8d4593e8a2b19cc3995c45e98bc2e2ce27c1df7582 +size 99792 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-pseudo.png index d2b65aefa..9cd6bce54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.DM-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15d195cedad548cab9ce46bd0ff230969028be3237327ab1c44c7439a55bad2f -size 101125 +oid sha256:a4ed38ad99c91b7ccc6974bc41fc5a2bf512a7e9c2576abf7ddababbdbe98cfa +size 101380 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-en-GB.png index 6d2cec592..ee2903f04 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd56ed4d008d7abeb300542d186115c6158e73e131b941ab448e4c5187b2dbe0 -size 180002 +oid sha256:9fa144daaabaa17732e71f6f4a4fa8f4d43120409f2a2f6ae884a2e24afc17ec +size 180389 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-pseudo.png index 2744af800..1e64b0d15 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fac324e11a307086d7b5069d295330da6dc059ffaf6c0b61cd2900e0dc75fa87 -size 183263 +oid sha256:b6a0aca2986fbf11c758a2e8c09050ed7c8dd758a5f7f33e16f796a7d8b3b99b +size 183551 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-en-GB.png index 9192fd00c..77001b058 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4064e341b862fa8cf3bf2c99bfa8db8c5f62a4b1c77e3ab49b383bd790d928e1 -size 120398 +oid sha256:211a8d1be9b397764e98d661843efa08a508cd12dd41266be37a1713f2acab09 +size 121467 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-pseudo.png index f0115cd72..0e68fbd5d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Hidden-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc6dda7ece7cc737a74a564eda091bdbf6c98322d3a89e046dd528cc83039159 -size 129284 +oid sha256:4afb5428f13fb996bf507ad68e2cea8fe7ae39377e06b23523ddc674c40acc09 +size 130281 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-en-GB.png index 312122684..ee9fa83eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0b6463faf55557748677f0e5ff6d1cab246d7c708329251819e8879ba479512 -size 179247 +oid sha256:511daa1a46e9c5389ae443ffaf375dd926c9269de14628b51e27a5049d51a305 +size 179687 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-pseudo.png index 4f226fafc..5eb50a0e2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:604d5afdda325d86f67b5e3de2206b9700e3220f033622f3173e4a718bcb8881 -size 181889 +oid sha256:61e080291deb2004c2d118b5992769c3b59087a508299f32442df3b727ed9f2b +size 182257 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-en-GB.png index 9d8a5d3d8..0eb66aad3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8df7b4b185b4dc0182d79078bbc7ccb7bc84718e795f931aa06ee64f0e4784eb -size 119715 +oid sha256:101fae2c62ea28909eea796dcb5ba5c6460272ceae6844a47159c14ee310d7c8 +size 120783 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-pseudo.png index 2014ab9c1..87632a287 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-Shared-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2eb981cc3deacc0b7a1ff0a57f7f90adfc25a01f05a37e5da28d28c3f2fe067 -size 124095 +oid sha256:178a45f0361f0ad2733d93339b451a7356760c4461c0ec86a0b2d04bdf8d98cf +size 125090 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-en-GB.png index 583038125..7b1b641c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ea3de5e88b3b7e8d0ccceeaaee540d6ec47bfc45b29e9464f074520425e8110 -size 179010 +oid sha256:457c5440bf16a7605cf51daacde1dd4853509c19663222b6f3f41b338781e677 +size 179453 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-pseudo.png index 9316d73c3..d83f96c9b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:965656a76d3e5f3a1f68933cc8e490734f9506dd50714897f7228da63ab1a604 -size 181736 +oid sha256:1382932536c5005884175373109b6acddc567b9813076034e7a1b7038170d7cb +size 182100 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-en-GB.png index 60be11a34..78e801893 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86a9f15d36787d2c0974ba4d03be38cd9ba4e5b1659079575cbfb028fc735536 -size 119338 +oid sha256:547af278dbeebf9a731b119a5caa3059e0c5085acd7dce357aea50c17cd51764 +size 120423 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-pseudo.png index 580cf742f..f00ccf1e9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.History-Sharing-World-Readable-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fc30cc71053d6c4f49cdaa9b9b54d63c62cbfb9066ea7758d5df3f8e47401c1 -size 125091 +oid sha256:097240f773aa79689fd4b39a9b092c036c303752ebb642e0f104d801d18e1aee +size 126091 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-en-GB.png index 1863ec4a1..954bfc391 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3c6d697a03b0dbfff9d69193af980ca56c39de0ffb02484de5adc58af5e8e12 -size 106204 +oid sha256:dc991e4b97e73ed2f920b8742a74c7888ef7d9c2e6670159155209d557c9ea3b +size 106339 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-pseudo.png index aec6a1d5f..fce5f2369 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8206e55c140bdee8347ad61886697af81d3efcf8154ad2c0170e7375faa92af8 -size 106507 +oid sha256:7b683a1ad35ddac9ec7c8277db1649f03bb92e5dff28f0f84d7250654e185efc +size 106557 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-en-GB.png index 271f7271a..87edc4dc9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1264df357ec06f540f9c9c554ec90b7a63959fb6e755564d4b21eb0540c2d8d -size 64741 +oid sha256:c371c8dc7ad9bdb76f49b90c6d0f643f8464500e4219a563d85d5403fe0d12e6 +size 64735 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-pseudo.png index 476fa755a..ebbd231b8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Members-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78bb3e6046c5799e03807f1cb482636f6540a21b8c3f343dfa9e46454ef8c048 -size 64984 +oid sha256:976658845dadc92eef51454a402b6380b4feabc5b208cbe9150eb38f31fc139b +size 65013 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-en-GB.png index 910d6d7ea..ebaab6cfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5e38ec2f1f4df78dc6f80906919e8420f23f66c074d1bcd3541ec9897909ebf -size 173826 +oid sha256:02060495d35f907b26a88969d491b687581d72a35d7775e6be104e93a33da952 +size 174469 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-pseudo.png index 3a14d01cd..91d965849 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4b9d610c332ad6278121e2535ee45ecd0b2210ee8ad9ad04727417aaf685e35 -size 175281 +oid sha256:71e39de4f08c6daa780fee096c16bfce6e3e3eb797605666269913c34466b217 +size 175897 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-en-GB.png index 5e0227544..bdca34867 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c6e7db4c5793749e6dbe0b827a3c3a74a30cfa7384b32822d50f7b4bf358c0d -size 114205 +oid sha256:6f200ef66b7156c9e647d25df06321c554c0aa2408a5143944a880b8d01ac52e +size 115389 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-pseudo.png index 5361052fb..3cc963e71 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/avatarHeaderView.Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62e65dfda2631c23d791b79d91c4493312494b1009e863a939917cebf1708fc3 -size 116540 +oid sha256:065853c15edda3cbf5536cd840cad71fc42ee9f8b58e1f3a04027e9fc4852bf5 +size 117552 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-en-GB-0.png index 98c35326a..fbd2f7e17 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2355ffb6d6ad8e1f9d9d18e1bf285f14098762039385854305b4fb48925ade04 -size 97737 +oid sha256:b1e81f04ec695e7afbec33e397294ffb70551054217dcecd00e19f3302d303dd +size 97744 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-pseudo-0.png index 98c35326a..fbd2f7e17 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2355ffb6d6ad8e1f9d9d18e1bf285f14098762039385854305b4fb48925ade04 -size 97737 +oid sha256:b1e81f04ec695e7afbec33e397294ffb70551054217dcecd00e19f3302d303dd +size 97744 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-en-GB-0.png index d78fb29a8..d5972a1e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a194065273d5af7b1accd06bdd72512865efabfe266fbac92152662279f93ba9 -size 59159 +oid sha256:4b5afbb27c1b6e5bc73ded49af9663be773c86a6b39ff3017de16353814203f0 +size 59149 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-pseudo-0.png index d78fb29a8..d5972a1e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/badgeLabel.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a194065273d5af7b1accd06bdd72512865efabfe266fbac92152662279f93ba9 -size 59159 +oid sha256:4b5afbb27c1b6e5bc73ded49af9663be773c86a6b39ff3017de16353814203f0 +size 59149 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-en-GB-0.png index 6660fb539..f20f5a552 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1838247b01e0829056a26d8923c0d11c8b89fd8ab4cc1392afc1129672d09275 -size 130000 +oid sha256:4b0b0ff2b2f03e7b34c00b98e203c14382eca5426c6f012559b416c8baafbc2d +size 129994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-pseudo-0.png index f7d528c67..ba7fc64f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b04dc807ac6dc228515de323a6fdfa2e723ed807d48f930857078b9347bd641e -size 130815 +oid sha256:6e428f64ad84903cf695df97d0350006ed983721b2d90b1bf1cc1211283f3239 +size 130809 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-en-GB-0.png index 9580667e7..82225c1a2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a50c3f707896122f7a793ac9967f4cbffba9faf30787ad76f420b0cd26baf38 -size 78760 +oid sha256:4ddd765e48ff1497e9f878c9ac9dba76d3e76154eb0acb96d9787617cbd1b88f +size 78776 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-pseudo-0.png index 2686f6ae9..ae6374fed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/blockedUsersScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50a02a723aa1f0bbc217549a396178454a5adef7c9b09873d11d1c0c3229c745 -size 79326 +oid sha256:0daeaa62cec7b7389868b8ddfa14c0443ebb7eca3297ff435cd77337c4a4236c +size 79343 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-en-GB.png index 89bbfaaa3..3cd6ea4a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f59ac19f55a69f120db3bca2e52c277680234946869331c67ac3b4a99f8033b -size 117491 +oid sha256:6b3cb55fd15479c3c9885d7334746eb180716444d723faf025bf03d52d9a99d0 +size 122606 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-pseudo.png index b2d50e2cd..c36585d2d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ed3c3d129d7b06c04dbaf61d74b9e6405d8756e77bc4844b78728f8e146625d -size 117873 +oid sha256:ca9f828a78609dfde33fff9985250199abc791a6e88ae0648fda05f0b31a6f70 +size 123637 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-en-GB.png index beb97729a..704d6db85 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf9947440a6cebaa9a8c7e9c1be1221abbd602be5b7ea0740096a6f3f1ad9629 -size 54418 +oid sha256:faa5717580d9af92acae319d3198ce1fd363778663ecb395670b8624edb24380 +size 55157 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-pseudo.png index de3324a1e..a5c618319 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Chats-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a1eb539ab029b05eb620c77cd36a47ebda475258e332042498196ac7f992583 -size 56185 +oid sha256:f0387409a9ed79d4a7c858eed1ee0bc359694c516faee1acdd61cafc163fcdf7 +size 57067 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-en-GB.png index f2ac6245f..b2a84d11f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ed5bce51a98140a67e46340f4c15c88abe3dc703e8eaf1a30dd69786274dfcb -size 117099 +oid sha256:cb25379811366891db54a062b6e0671321a0b2b39ad321e71a0a142cd60cc843 +size 123893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-pseudo.png index f2ac6245f..89ab4f51a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ed5bce51a98140a67e46340f4c15c88abe3dc703e8eaf1a30dd69786274dfcb -size 117099 +oid sha256:5e0cb768590e1c436695a0e9b4dbdb797caeddb96db86ef9a584f8016ecd92a3 +size 124760 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-en-GB.png index d3401d4ba..79d4f3e58 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e58c05f1221eb2971e24d3206354e1a2e268e02148289995c73f94c930cc2df3 -size 52675 +oid sha256:23d837523dca97783ea0ac244180628988e5f015cbf6229a8144fb27808676e0 +size 52674 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-pseudo.png index 3e9c4c29f..236cd92dc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bloomModifier.Spaces-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04eea47cb1bccef24c7e6ecbf2c42fe6742e362b251d302a4d5f373019254599 -size 53526 +oid sha256:df06a66ef7576e489856c8a19923d355bf74d46499d765219c612210f8a0d743 +size 53522 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-en-GB.png index 87eeca4b6..6e5b58e12 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38d5f9a10114e2c95c6965ff9817425bae3456fe98ebfdeb02296f7c524d9787 -size 201856 +oid sha256:84458dd952958b7043bbd4b760b46269bbed86d3b3ecbf36d38eeba27373dd55 +size 200116 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-pseudo.png index 6d08ff35a..97294f488 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4da5c42b86f9c3752596022a0cfd4e4b9a3b6afeceea1cceb302edb674cab8f5 -size 240114 +oid sha256:8dac9384ecc27ac5fa2f1e0d437d8e0a5a632aa945fcc95c3b9e84cf09fe36ef +size 238305 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-en-GB.png index 85feb2d8e..f5682bfd4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf202121223684d0a732e48e76115a883c8db3456cc4326e1a28bcfe4829412c -size 153509 +oid sha256:6212f610c7fc36f03fa8be746c706f5a9f711594a3c96b624bc65eda3ddec0c5 +size 153517 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-pseudo.png index d9cb2209e..e5afed3b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.With-Screenshot-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ff565b259baadb94afee04f690811aae5519561ba8510e1a12f7aa9412e8c3a -size 188764 +oid sha256:d24519edb63100b1467361c8e757343a2d384b268a8d5dc5d1109322dc81a478 +size 188727 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-en-GB.png index c3a72d67e..edbde5b7a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea744b25e9b6132385297672d62a3d744a2a565ae42b9bdf55028db41fb3ae05 -size 150139 +oid sha256:ca8a4623abaf30a24cb2e6e851eb3d0a1ed05156b9c59bb0b7a2e3887675173d +size 150141 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-pseudo.png index d054dc494..d140d4bb6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71fad33c4584126eaa978fd571cff8c815336b755824a83b9db5b630d0b0f84d -size 193042 +oid sha256:25d3fa6110b9d758fee81c43300319cdc556654a318b6dc9cbb350540810f39a +size 193023 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-en-GB.png index 8099984e1..47db1be14 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2ab125b7825078e5c9814e672b8bd0d66f48648077c25977486a007ece3bb9d -size 109319 +oid sha256:153a98d41dd1ea43e30ac37d0e7a626f1ea520d09d60eadd7d8eb30a18325d84 +size 109321 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-pseudo.png index 30450cb11..cd03ae70d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/bugReportScreen.Without-Screenshot-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a277e9bd943f4e074cc852a2c4f6f11b31cd23069e1c675df0c242eb17a821e5 -size 162186 +oid sha256:2c482987c54d6d0790e9b6bb6f19d996adfce554b64765f9ace549b56f51a35c +size 162157 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-en-GB-0.png index 99948375f..2e31a3ec9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3854820e1ee98b2424754395c3b9ea753fe48b61e254413d9f7728ae609c644 -size 77668 +oid sha256:29ad4c631c65ee38a550014f95c9612ef056b4efdf6edda0ec4406fa4eb9d794 +size 77681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-pseudo-0.png index 1cdcdb4ce..df4c12678 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:504394217bebb537fc72269b9aa338886b3d7ae156d7229fe8c60a4ccc4e5a34 -size 81446 +oid sha256:8e1cb7f15f0b3bb1b4909261cf93bab28953e7870868e3ab02278e7c725599fd +size 81461 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-en-GB-0.png index 8edec809f..7b10584d9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d32a502ad3140eedf9bfdda58e40bc1edc343ea138a29e9946425c064c6a247 -size 37869 +oid sha256:db0888d1db1d3bae901b6a628222ec23a4283dd5a58b338ef4ad1f5700a10e2d +size 37866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-pseudo-0.png index b50c60bf5..35f589a28 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callInviteRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:894c6f5c86eb29c81a50b9089c19618b0c6f9bcafeb1dec81c7d4656aea5b1d7 -size 46995 +oid sha256:3a564f92682f8eee34a1a73fd69d1f5a991112bb6f16e549f654e3aac9d396ce +size 47002 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-en-GB-0.png index ca2e70444..04b22ea68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca339c7b9e8185504843fe49a453a8d7b636b73c7936782ccb13f108147f8e64 -size 76775 +oid sha256:4fac458013500f28d81035b7f8150e6cc133c6ccd5c1dc1998b0c42b4a1331f1 +size 76774 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-pseudo-0.png index 0d389fc0a..8b72475ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:449fd71ec42d3421a439b84f3b91825fdb160dbe5a2159eb034c1246ab5d8ec0 -size 78924 +oid sha256:308fd5cd616479dc7f9f60d0ed1f92699cfcb5b514ad71ced4c69d3a9ea06a97 +size 78106 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-en-GB-0.png index 465108e5c..b5855fbf5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cfde3cec208907c1540adcc417802d4e021bec98c8bee6b03dfc2cf425057b1 -size 35596 +oid sha256:2f559b565c88eaac764235d5693544be8b8f78d7ccb7756c67af4194a06a72c9 +size 35607 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-pseudo-0.png index 6f0f3ea2c..01f7045e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/callNotificationRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f5c6d41e605f934e77104227186c7474d05a12e34e4d3a25fd8d71228132c1c -size 37800 +oid sha256:95329f33d3e2f9abcc01e816d09f372b6510528673c16b5ba71217081d00bd74 +size 37143 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-en-GB-0.png index 2eeabe835..a17d650f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:608c3e484f1712a2591dd4184889c3a17a3c6ca982d0ebcb795585c7a17dca5e -size 147725 +oid sha256:4cbd6cfd73fed8f6e58ea5316299af331960256d6843cc5ef17047c8812bc6c6 +size 148155 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-pseudo-0.png index 2eeabe835..a17d650f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:608c3e484f1712a2591dd4184889c3a17a3c6ca982d0ebcb795585c7a17dca5e -size 147725 +oid sha256:4cbd6cfd73fed8f6e58ea5316299af331960256d6843cc5ef17047c8812bc6c6 +size 148155 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-en-GB-0.png index c6026342d..43c879b60 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:faf7b96066b7b780907c56afd479286768cab780bfac2ffa133dc2bee564e641 -size 98648 +oid sha256:41a3faa488457ef22bb8fbff689c05d3b02edf483b8f392fc4d48b35dc2df6f6 +size 98936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-pseudo-0.png index c6026342d..43c879b60 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFilterCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:faf7b96066b7b780907c56afd479286768cab780bfac2ffa133dc2bee564e641 -size 98648 +oid sha256:41a3faa488457ef22bb8fbff689c05d3b02edf483b8f392fc4d48b35dc2df6f6 +size 98936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-en-GB-0.png index 85e8d6fc5..f49895fd6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f457703ae7932e0775739cea138b6f234be71ba953b5f02fb64daea7282cc90 -size 160969 +oid sha256:5b54f25f2260800a34f4869fbe8771d5443b18de4de6c1250498aaab259808ae +size 160972 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-pseudo-0.png index 85e8d6fc5..f49895fd6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f457703ae7932e0775739cea138b6f234be71ba953b5f02fb64daea7282cc90 -size 160969 +oid sha256:5b54f25f2260800a34f4869fbe8771d5443b18de4de6c1250498aaab259808ae +size 160972 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-en-GB-0.png index 8f3a00f34..0d8e05c6c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd591e14dbd1a8bc9214a2a12bbdf125f5e99ae60906b1c44460235bb21346bf -size 109759 +oid sha256:b14620dae514da3bb267fa7a37ac8babcff6d4d065888f23acaf432ee3f4dcc0 +size 105534 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-pseudo-0.png index 2e98a75f3..0d8e05c6c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/chatsSpaceFiltersScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03936becf90bd2cd2a89f2a24ad1244b8449de84109a9b6b726f58ccc659fe1e -size 110717 +oid sha256:b14620dae514da3bb267fa7a37ac8babcff6d4d065888f23acaf432ee3f4dcc0 +size 105534 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-en-GB-0.png index f235d59c6..9b4712e2c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95245027a26bfb57fe71033dc1d2c2d9db647a452f6afeb7a738a42bdbcd5b16 +oid sha256:e5bc5fc70f4f456fa1dbf2dd95c94000c767167b21d1dcb5295023557c6a3f3f size 70510 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-pseudo-0.png index 3f5ae5a4e..5719b5c47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f09486ad0d4731c1f3acc8087b697771dedb09559f49d2cf8abc9ab71ef8b6db -size 72980 +oid sha256:761410090763c48bdeba28b2193f6c13559e55e780c9f4ed9fd85e3cdb721bbf +size 72967 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-en-GB-0.png index e4cd1ed24..458d67ce5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a2a29b791fb253e2f99160e77f4232961a1265fa2059b786f2e861c2b364920 -size 29696 +oid sha256:40fe9d0dbd072e56a86393d353cfd9f2d5a47133c44a0eed275bd8ebcdc3141a +size 29700 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-pseudo-0.png index 11e7371a8..4542cd150 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/collapsibleRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2b83ec97a7bd10d37527769fa00c10b66e9837d05daa974c97e85ef212645ac -size 31901 +oid sha256:ae1d355ae74893d3dc21de7dfc4fc124adedcb2ed35dc524e1f7b1d812b8c252 +size 31907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-0.png index 5d7d0c51f..0092489b2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df4048601119a0808c12b35d6302c842b7e2cf7d25600d2dd2ae0b4f7ba2ede -size 99354 +oid sha256:19a993448e14dff3857625391868d4dd7cfd5d74f8b1fc776a0a4f175add2421 +size 99368 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-1.png index 0bca93ca8..f268abd0b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:543ad54d777a9fd6f744b288c0c0235259d1c0e62cb3d1e26b492c18f726f842 -size 80874 +oid sha256:0d2158d0e36f1406105e718bf67d9e8bbe9eb78ce1a8990b210f34b7c571a953 +size 80871 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-0.png index 5d7d0c51f..0092489b2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df4048601119a0808c12b35d6302c842b7e2cf7d25600d2dd2ae0b4f7ba2ede -size 99354 +oid sha256:19a993448e14dff3857625391868d4dd7cfd5d74f8b1fc776a0a4f175add2421 +size 99368 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-1.png index 0bca93ca8..f268abd0b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPad-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:543ad54d777a9fd6f744b288c0c0235259d1c0e62cb3d1e26b492c18f726f842 -size 80874 +oid sha256:0d2158d0e36f1406105e718bf67d9e8bbe9eb78ce1a8990b210f34b7c571a953 +size 80871 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-0.png index 94a3bbb1d..628b2924a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea44d602dcab96041250a3ac2548936a3e1dfa77c2be234424383c73904b881a -size 54665 +oid sha256:56ea7c4382e13eb04d25151ff47a07f40d169be3136a40610f1d1077a9e05776 +size 54688 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-1.png index b8734f973..57685e13d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d6588cafee096a7bf0f891047bd174c0da05eb110acc1eeebd082db5de1d196 -size 39813 +oid sha256:d78b7925acd65aa529d81bd81ad07b1b5ed782b6e97761f5f01d3f5c2ff8fdd1 +size 39820 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-0.png index 94a3bbb1d..628b2924a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea44d602dcab96041250a3ac2548936a3e1dfa77c2be234424383c73904b881a -size 54665 +oid sha256:56ea7c4382e13eb04d25151ff47a07f40d169be3136a40610f1d1077a9e05776 +size 54688 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-1.png index b8734f973..57685e13d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/completionSuggestion.iPhone-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d6588cafee096a7bf0f891047bd174c0da05eb110acc1eeebd082db5de1d196 -size 39813 +oid sha256:d78b7925acd65aa529d81bd81ad07b1b5ed782b6e97761f5f01d3f5c2ff8fdd1 +size 39820 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-en-GB.png index d835158a6..45dfa03d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c69448eb4adca8eba15dcea1e4b547d72b06a544eea1f64c53fb1acac3e917bd -size 94802 +oid sha256:c7abaa74fc8b26901dce3bbc6c5601343803a3354647d5b91d66a9042f35cd63 +size 94809 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-pseudo.png index c9c16c0f1..7ffbf9a4a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27fd65c9dc74da6d00fcaa03fa725d622ccd831609d79b8bb4b1f46b1171787a -size 95597 +oid sha256:a23d549c9790926a1ef579b1e97f6a6d14f570b1cc99bfcb9e3d7186d27c1434 +size 95603 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-en-GB.png index a774b55a4..dfdd00779 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be3aa1854d2389a8da30fb060eb386abad6ad9be242d92716728fdd6b8bfe4fd -size 51744 +oid sha256:f3526637075904aaf998c37a27cedbe9791d4c3d91d0759df4083bdf62a418da +size 51749 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-pseudo.png index 19978d7ce..66a905452 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.Reply-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ce7264a0e6f7be21822421e564c2d29f41c548af1e3a3c3478c49c51a7b0a3e -size 52505 +oid sha256:03166188227662c93fd3f54bc43efa8b0fef39b25aadabd7a9180c05ff904de7 +size 52511 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-en-GB.png index da81dc667..7f4bccac2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfc947f1ae8f865872359c5bce68891ad85791f1acc42ea336157e5d3fe30c05 -size 108160 +oid sha256:b93e3fd9950d5ef7751c92585d75ce608bdaf1bdebc538da338b337eee756c26 +size 108171 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-pseudo.png index 24a4b51ba..b9ca526d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c83ebe6eb8b73c72e4d1e7802489348f636417eb4d4ce653486b23b8933101e -size 108566 +oid sha256:9730c7ba30c8a6d1337522fe77075c41be5282d7390d1ee19ffcee94ffddf8be +size 108583 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-en-GB.png index 3f95175be..aba29a1f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2be65102a1175ad965313481caf2de0e90916cff9da0ac1bc2ed2524b9174bd4 -size 62283 +oid sha256:46947409d304216773b6a96d4ab88d87151c03bac3a882ae703b925fe1e40972 +size 62298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-pseudo.png index 904fd64a3..a7bc2f38a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.With-Suggestions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16d292aef7301122c2da9b9438fe148dfc3864c7b27cb3aa036a53a7cf732792 -size 62678 +oid sha256:72e2f415b6a0614ea748aab91a6d1e644bf0e88ec0b13069904ad3792b45dff6 +size 62694 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-en-GB-0.png index bd06d36b8..c57a83a7e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cd6bbd629067f53ad6885129dfee81c43f78ccf7c515f005a91df295c717532 -size 148095 +oid sha256:26dbb222d7ae03c531acb6fd82c043fc2819aad37e22c090cb348eb88f275483 +size 148115 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-pseudo-0.png index cfb1f484b..596cd287b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ae4ba470af977284c488c79a3f37306f86bdc13fc0b883e022e41c61791f23 -size 149150 +oid sha256:7ac2bbfa49173552bee41680af46dc5e6f8314bda5a868d68c4ec9c97c366e15 +size 149170 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-en-GB-0.png index 606a49039..c5bf4eb68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09023dab14a8f82bc0c0fadebfe61950f96a48b66243ad5aad0122a986ee4821 -size 100349 +oid sha256:5a8f18909e0ea65a8589e8cfeb958000ba103272985761f6a4218c94e8eeb1f0 +size 100353 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-pseudo-0.png index 39977411e..b488d0a9f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/composerToolbar.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d43565e0927d3378f0ad641cdc1893ec04daf2f8528e0cc73d5bb4fb2c16d3a -size 102182 +oid sha256:799f8f5ba8c0648e90120aab9313f76835e60b4d81e3de96508465cd665ccd66 +size 102189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-en-GB-0.png index 12f9ddc91..08b37046a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3d494a30652c54d4ab3d503eecfb1b849db78f7ea372d392f5b93efc2a3ecd7 -size 5941 +oid sha256:d6bb892b8da6d4a25199a2bb6586696dc6246da97f45eb450bfe2285d302c93d +size 5936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-pseudo-0.png index 12f9ddc91..08b37046a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3d494a30652c54d4ab3d503eecfb1b849db78f7ea372d392f5b93efc2a3ecd7 -size 5941 +oid sha256:d6bb892b8da6d4a25199a2bb6586696dc6246da97f45eb450bfe2285d302c93d +size 5936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-en-GB-0.png index 5e9595d0e..1e7118c2b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:824417be28d83b6cf5a3200e3e792e639c648b3a6288bc29fe461b85b069a7ae -size 4544 +oid sha256:e057671528d5cd5fb6fa676d96d654f86898f832789586a4d26553f2bc459a7f +size 4539 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-pseudo-0.png index 5e9595d0e..1e7118c2b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/copyTextButton.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:824417be28d83b6cf5a3200e3e792e639c648b3a6288bc29fe461b85b069a7ae -size 4544 +oid sha256:e057671528d5cd5fb6fa676d96d654f86898f832789586a4d26553f2bc459a7f +size 4539 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-en-GB.png index 74f7b5823..60f01a969 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcf5f34e5670f3c453c8003916498dbe41d46fec7315d27cceb5f0fa63afa09f -size 162493 +oid sha256:a75585c98124da6bf852157e15d17efcbe8ee1c8e39347e1f727dc28bf433460 +size 162484 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-pseudo.png index 22d406352..c6464c255 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fc225b2edef09349b3d97d418876c7ed01f15724c64c98e3714e857cde2ae46 -size 196901 +oid sha256:fa8c7653b841d2575b11f167c1d1cec65f9c5298e6476cd63e8c39fc7a95069a +size 196892 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-en-GB.png index 8bac505b0..5067a1d29 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d4ab4212f932a7cf4ac858871e3d3d03c7eb75bbae835812272a7a6095d522c -size 110985 +oid sha256:97a4eeee50dcf47f7687a659a6ba032f4c16b3ab393b69acf62176f2c071d887 +size 110995 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-pseudo.png index d136db46d..e5f9fe444 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:180b859eae3c23534af7c5e30e16d3c22d0bf055757eea0ee4fde6e384aa08a8 -size 133574 +oid sha256:387d6267e6fcb00ccc6e23b68ddd1d24cf4b26d3742ebdf732904028f8b61fda +size 133589 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-en-GB.png index 8ce46d1f3..e5b4a0fad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec680adc6336f669db34de2767ba9c810b682877ab2218b882a9ea96c93b5a05 -size 147875 +oid sha256:53950ab493118001258874264befcb71b6dc31225a7c419be67d6b65d24e80ed +size 147873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-pseudo.png index abdf65b01..7388f8821 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce4938c258b773fa8929b20edaee8fb2fe0227309fec16737779ae13b540850b -size 175231 +oid sha256:4ccad57a939d1a4362d411cede1a57998720a63ea120f35421377db2ab5a7405 +size 175221 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-en-GB.png index 7ba029f98..c234494f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9e031ec59fb47184d134fa11e8972545273cf8a478522832245c4d9f6717a5a +oid sha256:c1f20b1c4f345efdfa1eb34c257b8e164aa787865fc3cdd4cef58586ba17cb2f size 97091 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-pseudo.png index 3f3dfb3e6..52456f8a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Knockable-Room-with-already-selected-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0af78b5876bfec99fe9886e60b61fbb0cdf44c2e817a3f27a017ae0ee68d2b9a -size 127196 +oid sha256:7d6453018f2722b2935cefa5b35ebb3d60977140865ab48f1f30c13246eba5fe +size 127187 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-en-GB.png index 5e7369e71..ffdb3808e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:530f3af211f4fb6ab0b62a96845315ffabc442f3a8737c3542e3302581ecf420 -size 163188 +oid sha256:b6ca4efd4668b5e078a902a310bc499d6b8052d17b45dbe19b32911733c83756 +size 163175 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-pseudo.png index aa55db1d3..e1744a147 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:628c29295a89cb122e59abab3b9844b91c81bb494ad097f36346d855ad8b9607 -size 199674 +oid sha256:defae024a3416db8dcfef9c8550cd691a4e48991a5188b042b773ddecda0de0a +size 199618 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-en-GB.png index 3f08a325b..4ee8e7468 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3d0d2e39524930732aece888c2d86fdb542eb15478c80ae8de8c08414dcb030 -size 113847 +oid sha256:9becec5eba3c2cf67bafffa5ef73aa985e92c91be830bdc8be46d481827b3078 +size 113845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-pseudo.png index 1c1554738..52c07100f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-existing-alias-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6fa80571f3bda2e46eba0e6c682f2198c76e53f773e3cdcc56e59fa9e00f444 -size 149832 +oid sha256:7bc9eddf7ac87cf8e6d48efbe23e4525fe9a5d5acfb307208ea64ae1ec326e3a +size 149840 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-en-GB.png index 6a6ad3187..9b1293718 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71bed2d75ec241a0c7f82cf9cef3aeefef6b71560ac022ed3cc13c8a5d59525a -size 148120 +oid sha256:622576a33d31d1157a3ece90fdcb544b75470b370c510a5fc36872e5624c92c5 +size 148101 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-pseudo.png index 9c4e3ec37..480ff6439 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7038bd4fe4f3c1ebd285d56d941dd4a096700e2f50403e5d0da4873b9eca6491 -size 176114 +oid sha256:41f720e4fcdbeb5f84eec4f92a2b64bba414a04631baa00a01ae2d3fa2b94319 +size 176093 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-en-GB.png index b7fcd3cce..c771b2aff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdee362de61bcd44883d246ca09c95337bd37cbc271ae3f80f39239c1f739e78 -size 95914 +oid sha256:097e658fa4c914f0a51a744ca6b712942b6ef9e0e28a35a42836f3ea2c9209c6 +size 95912 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-pseudo.png index 6d4476a1b..2a4423ca7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d6340b0b57e71e1059171d9c206ed1399b3f8cfab5caf6d4b3d3fe37e7af7e2 -size 124566 +oid sha256:b2dedb44d663f51f10d319abd0fd6a73946adbadaeb17f486885bbb48822fdf8 +size 124556 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-en-GB.png index 3e0e68fae..e63199e21 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f822eff36a6df4d7e280db0243061054f13fad36dc7a23460cf481fd3afce36 -size 166663 +oid sha256:3364683b0c2576254b5b31fa837c49da7374f8d3a42588e16880a31f8a77271a +size 166616 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-pseudo.png index 6f786f462..4cdccaba5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f54c267a68e4c5f1a28bbdfb1241cf6645563007990b05238897a901ea248375 -size 207996 +oid sha256:894f923067b50818f95282394af54f7e16a087e255b190ab69ff6fb4faf46baf +size 207967 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-en-GB.png index d29cddcb7..5075d5316 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b46303b7fdcb0ef6574b4b86932df2ac203b233ed8fda4f05b9165f1fc1a13f -size 115706 +oid sha256:3acaebe56402c95b5d128f6f2e6d0530973a2d0a1620342b3cf18c5de6fbcc77 +size 115708 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-pseudo.png index 29bb75a54..e0dbd6628 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Public-Room-invalid-alias-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a74ce7f31d58421130d8782164e01db1925b75d4b266866889d99677c5a7192 -size 149552 +oid sha256:ebfa76ee43ca30b8c5a7060055216924f673276ee761b4d5e35fccd3f9c8320d +size 149537 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-en-GB.png index d025bf832..a677af9c5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:950cb5736c93da03fc3b71bb88ce44474c59ce5701ba2b7395ee4a561e212d85 -size 130437 +oid sha256:de042954e17cdd3e1e2ac9a5d1925d7e12725e734add5f8a71cc48c7c83da925 +size 130415 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-pseudo.png index 52512ee8c..6eff15e8b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:230e7d4f54acbfc3ee7e760bba24dbe3a54149166b880fc279d7cc8352eaea6f -size 152386 +oid sha256:3fd184e20e36be4cf958d2a1872d348f06d7dc9dc68de6e176498b2581a07384 +size 152352 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-en-GB.png index 376e4fba2..0403960ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff8258c281e15d20fc157b04705e7438b8d0c7c83fc99094d713398f19a62ad6 -size 79350 +oid sha256:fe6e4f0a90e876fe2355d3290db59110599256ce3219b6d1cf1a6a289334d920 +size 79355 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-pseudo.png index 34bef3d4d..988e2143d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86c901db20ceb323cc66b8ddcd1f5c4bc85857bdd1bc81283137eb3d1b3b2bc9 -size 97837 +oid sha256:1f2eb53509f53384580f7fb22eeba02f978457179ceb5116329ba1cf71a0d02a +size 97824 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-en-GB.png index c2d9afc09..f3c9d5547 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28b342906fdfd8f2e3f3c9cb891eb9a7eaf70b99787271028971fea471598ad5 -size 147167 +oid sha256:ddad86a90ad74f962fcaa47f2cdbf20aa9d3b7478f5af41d1123e9f7c8b29cfa +size 147342 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-pseudo.png index 0173e61f1..d73a1113c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40aedec7354e8f84bd5184f12c16f3ca9ec657292d03c4ecc3693a45ca688e43 -size 167829 +oid sha256:e497dddc4da765c40e5b10ff821b8b6fabce620bf10774eebf873423db4e5b20 +size 167981 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-en-GB.png index 08f22ce13..cf9695442 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d913ada67c83d8fd298ee235602595d4eee206337f67195f8247d26e5b44266 -size 94520 +oid sha256:90cc494245fd5ff3a2831051c828d87b433b149d89a77dd5527980c6d2d88ee1 +size 94524 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-pseudo.png index 25012fa07..ee9bc1ef9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-a-selected-Space-from-the-list-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcf7697ed84315147f8908946207531f43b80ac996ac0d844693674ae2483d44 -size 114435 +oid sha256:887e0ca04411da30a2615f1b90bfabb10ab534546a64ab3655682d074e76810d +size 114400 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-en-GB.png index 9cd22dea3..400fa0e14 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3b048b726553d060828b50e6d8be7bc5dcd80f1cdee4198e9c9c7e2c0c12a8c -size 136337 +oid sha256:ae407f105b654fb8ef32384c7525c179b647afa690f29c97cb7425b61619d881 +size 136319 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-pseudo.png index 92823f146..f6b18942a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3360cdbee6e7a55a45d47d0ae1235c60ac22c2d0b004bc6eb4e4c2ad90c62ae -size 156613 +oid sha256:9f0e60fcd3f985f9fe5c4f6153ac4dae13176fff66c2f3fb836e31e3bbec0440 +size 156587 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-en-GB.png index d248c343f..3e1b9fbe6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b7a0d9ab38194df12eea751723716f2a202c392d3e0f4635df6806726d99998 -size 84039 +oid sha256:0ef154fc69989f22267dc5796fa50f1b249abb1137f8574249a806625da1c093 +size 84037 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-pseudo.png index b7735c4e1..260ce9fe5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-already-selected-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e45130e77cbdbcd028d27607e273e8abf443683fd505917b0ff80f81c9d66ed7 -size 104176 +oid sha256:9b2e9a2c12ff95f00c10189ad6c0c2ef9fba39da7db28e06ed66d4d65955c79a +size 104153 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-en-GB.png index fbdaa0ab2..935dcd802 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae53956274fbc9374d2e590c9b3f77254df67639c16e7e3e9ba5bafef9ccfe9e -size 164184 +oid sha256:7d8badd2dd08312b2e04f4a2ec0980e4d451739e994b2135397cb39d286f6df3 +size 164266 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-pseudo.png index 52b1026a4..df7ae85fb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e05fb8f35d9858d8a017adc2b9a6a6fd1300a120abd74053c2fdbe75a1897eab -size 186194 +oid sha256:c608fd1aa49c2b8889e4e656fca0a2d854a30c24a8028397d340f5bdfadff466 +size 186219 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-en-GB.png index 78f43bee1..90e8de5ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d03a84ac7e80a0fed4ff714bea2fda46bd0bbf4d0769406755521eebe2486319 -size 111948 +oid sha256:ba424bba91c740ab31c3b932edbfff630436d78328a068047a8c5bd9a25bf4c8 +size 111949 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-pseudo.png index 48451eda4..00db15877 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Room-with-avatar-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc905c6da14b62ae7af96373dd871471b978a0822d71db488d08ebc48b34db12 -size 130782 +oid sha256:e33c209512f8651725a93d596ade156df2d5f7c97038996de4bbb12b723f4e1e +size 130775 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-en-GB.png index aa869aae5..c72aa1bdb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c337c0b316a7d30f110503445095a1e1e94835810b0583b22a51f59fb7cdef30 -size 122463 +oid sha256:ccca47f590f63a3910cfc780e188ad89158120560aabca4d9333fcc797081e05 +size 122447 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-pseudo.png index 803d255d8..d11b4617e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b5990575077a540f339694699252feae96c79b3f7c1bff09ae93708330e9ffb -size 140108 +oid sha256:e6880208bca14cd1df19ae9f8223333befde3053c174518b8fc4d11c591dd161 +size 140080 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-en-GB.png index e88894959..9c51676a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe868542d934c3e64cb026854fd81410119a5f6aaca1e194a5a8b06ab5f3d9b0 -size 72149 +oid sha256:41679c9a50d231aa9a5dbc3cb922a6b62e4abaa956c2bf2213804903adebecdf +size 72152 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-pseudo.png index 64fbbf252..1379a2f57 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b715a6c8ab29263ed7e607db97385cf84ed7bc1480d808be7953e87f7790e00 -size 88849 +oid sha256:f538b37f990b00ca4d57ec5f3a08b2e9100976e8883ead756d22f43ee609c027 +size 88841 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-en-GB.png index c28e68f6e..c7f9b8865 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bbc80ebd4c191a45bfeb620ce07ce7d26cb6a1a71498b368989325ea9a7979f -size 157755 +oid sha256:715a7d4430435115d3a5547cba02cbbc39e53bb6b3ae7cece245c7ff5930eb25 +size 157890 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-pseudo.png index b362bcd2f..c869edd3f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:851c7da0c563862aa47003fc1f1c2fddd561aa66c0e0f370ed7a44892d17f290 -size 175256 +oid sha256:1082ce0437aebd4f2ef37d1015dc8aecc1c9b00e680d9b51a8dda0973654e475 +size 175400 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-en-GB.png index 0bc08b97d..50c32e847 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:309570a6bad9983ed2cc6b1f8e45fa64cfc416a9fad7b5c5d4e26f6c62cc856b -size 106472 +oid sha256:47f9a963891948d89163fad6621c6bccaccd83c05e727e1029510e41b3aefa3f +size 106477 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-pseudo.png index c83b0365b..6bde6ab9b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoom.Create-Space-with-avatar-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3902b31e0a2922a2f09ba9a6299b09f993aa1d23084872ee5efeb7befddc57 -size 123468 +oid sha256:eb08fcd0fa9d0417ce0ccabc59c944a6c93271a4fcb30e522299cd5029f65174 +size 123464 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-en-GB-0.png index e60b4cab5..cb656505a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:335e0c13809ce5537989eb541ef89dff1457a81369fd14b4a07dd790fe709e00 -size 111350 +oid sha256:a8f10f07a5c9cee43f50b89f2ae00e7013e18c9de1068d4897649bd912c97ebe +size 111556 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-pseudo-0.png index 3f40f4bc6..7333afa8c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7221fce87358db5163e202bc38df0946e57f301e15c8f7eaf3c3e65e3b33751 -size 113995 +oid sha256:83f030d2ebbc3cb25b716b34034e5d097752df4e5cd63ea5d8d99515eb9b1c6a +size 114160 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-en-GB-0.png index 6d71303ce..c24287064 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66f5bf28010a57dc237c6992e5b1d071154a123025b7d76e8f61c41283f3d3b4 -size 67529 +oid sha256:2cb3a4fffb1785d03c219b3c2ff84e2b9137ef5f23db059925c759f432cfea77 +size 67521 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-pseudo-0.png index 7b218beb6..2cba1ac49 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/createRoomSpaceSelectionSheet.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd48e9b1b817f9d82eb6c45a354cd15d88d007e822a04c5aeca63ae7438772f3 -size 71140 +oid sha256:2b96b396899ca3ea947828558c6ea523330b58d32532da4d5ca8f030470837cf +size 71122 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-en-GB-0.png index 76ad9bdf1..c64034025 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3a08bccdb19bf9eddcbb94e833d643a12cae32da7e7981eb69c4e157889cb5a -size 163290 +oid sha256:36f991fec97d24686c9036b049e4dbabbefb8f77139c66ac7b31a8628befe136 +size 163270 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-pseudo-0.png index 3f6109f2d..cbeddef7e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cea56d2de1cfe01f6b545a5151e225a08cd1ecff9f4f4cad5b4f1b382a754b5 -size 208933 +oid sha256:af03743ed5e354839fd8c87926dcca62bc82db4ec07420c1946eabfee024a235 +size 208899 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-en-GB-0.png index b78a5ac82..58a9df43a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2d3f41bd5ca7c216a78bb37dea4dd123593fe28f3a868edf8ab6f4a4da4c4fc -size 119998 +oid sha256:de27fa605e894baa2709d2648290c3d726d715f997f2e195bfff2fb88870f0df +size 119980 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-pseudo-0.png index 123fff25e..1610e2c74 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/deactivateAccountScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bdfde71aaac4893a3d53cd79ec71bb2474b185e64d66caba3146543cb85c0d5 -size 187304 +oid sha256:3f6ecb66e58635ae2f83fff6575e7e3e3eaacc9eb3ec9e49af6ecb5b40db5e33 +size 187228 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-en-GB.png index 26d6ea4a0..42a6ba963 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d7c13e95534736146ce260283a90715be6fee6d003d4d10cc64c8546a3b12bc -size 108917 +oid sha256:659227df135be49875ec5c2849a53342c668a0e2f77fc30022b793808993764d +size 108912 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-pseudo.png index 6dba03b6e..a614fee8e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cda2e41dd19f723eff9e9ea8e273aa39666f1f10e63ea64d52c57202a306c280 -size 122714 +oid sha256:90705465666db61b6f871bea3100e4806e8f8d28b2c7e99e522feca5912317d0 +size 122711 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-en-GB.png index 39f722bf0..13d306c8d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52d7f62b07d4c70aca4ea242167b74a7371f1dcfb127f3c860c87488eac40a8b -size 57546 +oid sha256:be77a1cd90f5502c27bbfcbd341e0eed81362f59888162f2d5fe11108f685cf8 +size 57539 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-pseudo.png index a800b616b..32dc060b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4aed2816f7bdd4b15607c030091bc8c360022354ab28422503f820482e59c8ac -size 69083 +oid sha256:15fcae686750e410cb73fba805671bf9a62af8773ef4a30efa896fb906ba6d5a +size 69058 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-en-GB.png index e647b638d..f317cfedf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ce4eae9f77e2b01fe004a23c73cf524c4443df00ebe6bfc3394d3ca15e5e24a -size 120291 +oid sha256:fd979421e0197588631c2ccc7f725a068b2590dda9a6d6cadd0662fe9ae1be36 +size 120283 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-pseudo.png index 60c72b2fc..d78b91711 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:125fb8bb31ad429d3f16c9c19aec54e85b4b230a4cea6e4fe16f4026bcc29cd0 -size 135028 +oid sha256:d36f885b788eb906d548b792d327ee30d2ea1ce350233ce8b51b41e3d52a7464 +size 135023 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-en-GB.png index 119ffd1db..3f52a3aca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44832d0c54c6a313392917304c3c7383e79201b52c06b1fe44a4a14ad1d9e5c4 -size 67766 +oid sha256:538ba79c1cdc4308b8190b247c340dc45f38095b7b2bdeeb683f811afdb5c058 +size 67755 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-pseudo.png index eb2e16e34..aa2e299a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/declineAndBlockScreen.Report-room-selected-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f0331ecc7d04beb7463d71c6fc685e8071ed75e889717684ce14368e2fe3c2e -size 84239 +oid sha256:06ccc81f98fe6ac006bdf00cc0052783f9bcf8f448c31bbc2611e74a80b86a8d +size 84208 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-en-GB.png index d639d3936..9e1d4eadf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ecee790d1f3b77e9a280722ee645cb09e978182568f7a598ceb3a1e593ef26e -size 111957 +oid sha256:54acedf1751cafe21a07f164852d817d14cae88dfc75dd7afe01e8c5090fdea5 +size 111952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-pseudo.png index f0f54d5c7..31140236d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73bcdb342b8729c2a4c73a2b98a5b6c828b63c03225b8d80b0ae069ea18146e8 -size 126960 +oid sha256:80079aed54df0a12c5cdaa0986d91e31eae197ab900f25c80964c48c1607f8cd +size 126926 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-en-GB.png index a29457cff..7cce96ffa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:711aeaf1b22d7e4900e94253dbce83a81eace2fec9df5f6b8f192af890c8a402 -size 69699 +oid sha256:1d4a4c93df82028b2987841eb6dd7df818f0588785c4a985a779d3d8c98529d5 +size 69713 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-pseudo.png index e8ff498aa..9cc44ed9b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Already-existing-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55f55994ed412259996414051dd787e250eeebe1a2319988f9df736c90b4d5ec -size 88098 +oid sha256:996a3b4bddd4875b0a4c431ebb24dc587f6c0ffd6b306c1174b42b12eee2f4fc +size 88105 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-en-GB.png index dd1286a1f..443d7ad34 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41981e035acdbad350d8438d6938dd4ce0f4bd2c68b1363fe944afdf9154fdbe -size 117597 +oid sha256:d60029837ffb3a9332943c195d1467060b73889aeaa2e339079d0dd99e93ae45 +size 117582 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-pseudo.png index d843200b6..917a7b702 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b712a8a74c7256d88794942e3df35daad1150e1dc1093256c45742ca92f6551 -size 137639 +oid sha256:00d1555a9f1a2435a76a35dc5cfecaf33046456a1fe23b3e759e136e53869ca5 +size 137627 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-en-GB.png index 7a4ffcea2..3bf2009e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:130f47f8d638dfb3fc951dcf95b910b84626b55874f8bd57bb6431e89c2a9ebe -size 73265 +oid sha256:436ae94993c5196cbf87bffbdb68bfde2bcb261641edc02d3970fc2170a3d9b1 +size 73281 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-pseudo.png index f02909baa..5aeee3588 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.Invalid-symbols-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1405afc63ef2cd3e561c13bbc71a3fa453c85eeba916a4c1b9b8158f28d77208 -size 94884 +oid sha256:7de6dd82577002c4fdafee067de3e09ea1bc828f0596092c823e77cd2fb3057e +size 94906 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-en-GB.png index 0f9496c0f..72ba61b06 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c1c6b47c72cc7238ec0d2ca010d9373b337fd92c367d49bdb21675d219f0531 +oid sha256:06584e61d4562a9c445df4f8bce8fd0304c44ba27681a472b7056237e1430c8b size 99866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-pseudo.png index 1946bb345..ad799729a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82c21c71ea81a8ba5f072751789f5ea7f1227441ba7fc082db42d5c1188a28f8 -size 106308 +oid sha256:e27e019e35bb2936e24435ddabf92a39f6d391d08f4c641a907f9dcf30820d18 +size 106316 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-en-GB.png index 789d5d49c..0be6d26bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ad5fe17f01eca5cf453c8c0b3fb556989a33506236776928ecbeb622009d8a -size 49478 +oid sha256:322f4d7adb8af5b37b5bed1b5a2cbd1f0712f94f2e4bd673fc567fa596c31a93 +size 49487 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-pseudo.png index 67f23ddc0..315fa9d18 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.No-alias-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6aa1ea6e9978c785ac273b397a2e118fc4304fbfcb555780e5e0d7f88d7bc50 -size 55885 +oid sha256:0a4c2b42a0cd8785e136afcbabac4f7893d688bdd79618e6786613a83f23a1bf +size 55878 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-en-GB.png index 38e4ef480..1be303809 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e79006e1439d95ec75fc64ce275b6b1c3d13af8fe18cdfdccf395e0effae066 -size 99668 +oid sha256:11e2f9da7472a352ca56374d5745d9766884b97c00e0cd67665ba13a64069799 +size 99661 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-pseudo.png index dd4f33e24..fadd5159c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1d80efeec27493fe86cb8005ba2eca872f22940f2ecdc3175ce77735ef1dee0 -size 106111 +oid sha256:de8a24af031b1290016f03e008ac41354484e61701e4bef1037f8db8add26745 +size 106115 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-en-GB.png index f65727e14..d8b772c55 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b249e458da887595630b9e3fcd3e90a248b3193c29fc31c09ee931b45cf0f20 -size 49344 +oid sha256:90e1d9c8d860a0ca10a399994948a662ae1259c23c7a2a515983b4e5a38141b2 +size 49349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-pseudo.png index d76901b86..59592bd37 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/editRoomAddressScreen.With-alias-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a65bd2406f66e40db03e83927291cc98307c31f67f330326f62367d74d5fe628 -size 55669 +oid sha256:ec84c44c69ad219466b09b567b0b06fa91d27f61e28bb8c88b009dfa8f1f5f36 +size 55649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-en-GB-0.png index d5265b92c..0352fa1db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70b6990d2e5b30be2fb6b2d77e99c36ea991988413cb9eea85df21c8cc1e87f -size 130748 +oid sha256:f2f6a609f3336d5a8c8fb37e9354c086d9cd7085aa71f02529fdcf51c447f9e7 +size 130717 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-pseudo-0.png index 453391764..22593a5a7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfbb5285937c97a49e6a1fb294af3812dd24b24b2468d9f23e4f738da30bb01a -size 134239 +oid sha256:d94ca4b007147f92e99553c6d034419d4330608f2b3000c1162cd8c49e434b8c +size 134208 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-en-GB-0.png index b50389b15..976d38594 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11435b5e7c43b3f82305949a50612b47956a966b38483156deacdf1d0fce0a96 -size 80327 +oid sha256:3cf33d50d94bb496eccadc724916df7a2841f0eb501f7c109b4afaff83916e8b +size 80329 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-pseudo-0.png index 71fde0291..ac2ca3f89 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/elementTextFieldStyle.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f682f709d87e02acb31f79961c25a54c103ee196ba737e49dbf59b62ed80d56d -size 83639 +oid sha256:4136610cc4b6111c1edc66384d459ebedb608e92f46e7532e0d740ab4d06ad56 +size 83630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-en-GB.png index 0943c12cc..9daeac074 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3703cde83f2865be04cbf9f1b9eb6b71bbe0738aa529118878732575543a46ef -size 923993 +oid sha256:f014e4311b35d75eb6f323f62e66d7fdbdeb1d4706be968838118bf527bf912e +size 925099 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-pseudo.png index 2c1afd15e..9752a7b9c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e08d47dd8edd95aa6ba457a605c9b864872e5a665172b532b01390ae9c10bfbb -size 927470 +oid sha256:71a6e8b5d88a502ada5063b3a3ff74c8f722f3e67ad234ff4e32b847c267fcdd +size 929014 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-en-GB.png index 589a467e9..d2e111494 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27afbcc4ab4e47bc14f081c8775715c06bb2a823d24f87b28375ec3ec84b194c -size 357377 +oid sha256:031482eba4471ef224015810b4f07b1995bdd8194ee044c31c110a64e67b6f79 +size 354593 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-pseudo.png index a4d5fad40..5f1c938d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreen.Screen-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb65732bf17ba040015fbff2c1e803e4bac0c42528f3af1dbc9a81079d5e2c16 -size 360215 +oid sha256:bcaf3e922e3b11fd8f1b87b4498a3c3488bd9a50d89266ac3b171b2c484f97fd +size 356518 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-en-GB-0.png index cd65d78cd..f562bd87e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfbb6925c3327a764b5e65cb1338caa14f8445ab2b9ef5f5bd721762bcce2123 -size 67383 +oid sha256:39e995926dacf3f3c4ddb35c08c1815a104d29173c3e4f1efaa1c86ad5c60e44 +size 67384 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-pseudo-0.png index cd65d78cd..f562bd87e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emojiPickerScreenHeaderView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfbb6925c3327a764b5e65cb1338caa14f8445ab2b9ef5f5bd721762bcce2123 -size 67383 +oid sha256:39e995926dacf3f3c4ddb35c08c1815a104d29173c3e4f1efaa1c86ad5c60e44 +size 67384 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-en-GB-0.png index 66e437137..f740b1f98 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11f8f3369d7cb4475273292b3ac8b136abb9e1938304465d7f6118a3a1fe1ba6 -size 103290 +oid sha256:5464cf650180f69723b21527637eb219816a58c6b4f34ac1f8c348f93bd9283c +size 103320 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-pseudo-0.png index 07a6aa439..f740b1f98 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee1a11a692057d4cb4456f1a9e016a2430280b36e96f81c5253634bac7ee1e61 -size 105001 +oid sha256:5464cf650180f69723b21527637eb219816a58c6b4f34ac1f8c348f93bd9283c +size 103320 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-en-GB-0.png index 268d67fe1..cba335c33 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6ec4e3014d3a941820a7a8e11d50871331faf4515e7efc85f376a9571b46513 -size 69420 +oid sha256:99b9bef86164606e9a36bee78251ff0897184600ded3f532fc6f6d433fd57297 +size 70286 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-pseudo-0.png index 9a14b2a2e..cba335c33 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/emoteRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39903baab7a714bb1cb96d5671153e7eb542d35972b454dded879a9ff269ca2e -size 70663 +oid sha256:99b9bef86164606e9a36bee78251ff0897184600ded3f532fc6f6d433fd57297 +size 70286 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-en-GB-0.png index ca1255421..6cb3f9cee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93e2638d709165ff4f21b1edd38979aa37ee3a578826610af5b7e06b363c2482 -size 119904 +oid sha256:c19343bcacaec11390f210b3ba1dc949a131acecd5b26108a9688633ff259389 +size 119934 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-pseudo-0.png index 99008c821..5f0cb1968 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5042b60d29613b6d8ef45deb30e8707b60e5c2165a89024038df6627ad35a06f -size 127807 +oid sha256:f37879de6bc69ea66ce62c8c9c952650bcfbf5e5c9d25fe6b83c136d0823cc1b +size 125394 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-en-GB-0.png index b967008bf..736f90f8f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:115f15c8d7c9259c1872c1c5715a87bab1236ed6631132027879bd28f6799827 -size 82047 +oid sha256:a77d65b74244d38d1b2e68b391c55c4d1a0c0f8e288151d596522a3235e6330b +size 82037 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-pseudo-0.png index bae546f09..0af9e1c6d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptedRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89d9bb8ac7dabee199e9c75dd2f63aa25a5c9bd38129594bb506692f1c0c6e9b -size 108252 +oid sha256:4e65a2d3948c3e0a3c08832a9b3c384c03ca4968cd8e59958a5a620892ca02c2 +size 103501 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-en-GB-0.png index 9483629f4..7718e05af 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78c013d16a849f06ecae346acc9b7f52c7c28f141647fc747213e7d2f24683ac -size 99408 +oid sha256:ddfe02e241f629475c5066b3850a01ad01d2591267c84ecb9aedc9cd0b492910 +size 99441 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-pseudo-0.png index 9087be904..2ac044ca8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef90af9ae52c07e51bc7c38bd0a559d5c485a93ea6f34410ec5cec23976a07a0 -size 115810 +oid sha256:0858d05d35c922351e7738d412f38a923c2fcad9e89daf1255baecce5e2c4519 +size 115848 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-en-GB-0.png index edb1a718c..bcef08da5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f56f15c75451125e1a962ee67a9ab3a1723432edbade1d9f7c464d18f480707 -size 58821 +oid sha256:76f1c37571abd09bcaa52abc50b3f32d239785ff0299caea036033bc958d274a +size 58807 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-pseudo-0.png index 723d702ff..7e2b9190c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetPasswordScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:081ede0833d233b1f594790ade21a024ccb2a41a3ede4aa3a1189668a691881a -size 77165 +oid sha256:b7a22b1e38a0623046f881e3a0626f14052f1c748c56a18411e10e0656cbf7cc +size 77176 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-en-GB-0.png index b2a66c258..5e4fcb89c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88a86017f2e21d5555e1b5d16d6664fc26bedb3deaa995e5d5dda56c826ce59c -size 147573 +oid sha256:61175ec8325bc3829201e21a70cd340d4ec7cf821fbccd0104e8213867447f2f +size 147563 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-pseudo-0.png index 548a836ad..65fd94bd3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e0a420f74b25b7074d245001d314e43481e4347e6086e8ece69dcba6d1f1dc6 -size 204433 +oid sha256:1b596c1121290a4e52c8a720df52930fe32e6bf9f1cfc6233256a23223eafa31 +size 204478 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-en-GB-0.png index 4490b1099..089c4d862 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3a432fdb4670bdd3c73e64f9f4c33471b132439b88e280dd1e7e5befe6dcd36 -size 106841 +oid sha256:00e7d8cec361fc5e52e37bcc83c611ec37041c48ce0f516172b8565bf29d9abf +size 106851 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-pseudo-0.png index 71f3cfbb2..3072d9f91 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/encryptionResetScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac734f60384ea6a65423123c9aa8f6d09dcf069ab6c4007dff7c2afd5064c39e -size 162484 +oid sha256:019683ab82803e8fb526d6b9bfa21b49662487afb7fd35bd587270f694c84c62 +size 162531 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-en-GB-0.png index 122537d96..0fd287606 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1dc34c35df174c7c8d4b3665d97deea97008ea5f3130d42dc18a7f4c5333491 -size 121929 +oid sha256:70c58cd1891ecdfc0c90ec95d049fce0c2409db6e4765e0b9c91a45e67964837 +size 121968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-pseudo-0.png index 122537d96..02743206c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1dc34c35df174c7c8d4b3665d97deea97008ea5f3130d42dc18a7f4c5333491 -size 121929 +oid sha256:d6d60de860784241a1b3ee13e6f6637d68a5923e450f90e1c77a0aab356a6410 +size 121995 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-en-GB-0.png index 129f6f765..dcf5a38e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b358f50697a6e5fe55f0107f7671efe30aceec8e13fc1bc2fecbaefee5327628 -size 75449 +oid sha256:4c826bf604047f75a5946ecdeabeedf8c3900a3cc498a949cf8b27b1b9b4c2c5 +size 75445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-pseudo-0.png index 129f6f765..732d4ddad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b358f50697a6e5fe55f0107f7671efe30aceec8e13fc1bc2fecbaefee5327628 -size 75449 +oid sha256:1863667970658de765b66ae2475748375d16fc11efbb20e4d543b8ce382cb736 +size 75480 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-en-GB-0.png index f5199f4f1..495ed039a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37af44a7e611caacb2d2d06a0c09de7617b218123e1dff1271745cbb407588aa -size 155052 +oid sha256:acc9b919ea8dbe6264c00f966d3104cd8d5f514292631a8b5b9c847d3bb9fb11 +size 155230 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-pseudo-0.png index 05311ee57..2757ace9f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f261b91e9329722a372ad27c690d1159c8f963c5d6c0dd350805902720a4152a -size 159112 +oid sha256:adbc237d650295e38bebbe07d95ae5e15be7fa147ef0686ed3a1a4e22b320faf +size 155287 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-en-GB-0.png index 6c82b867d..a07d2c107 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0954a711d9f64525a2721964433b7d9fcc9dcab5ca097d12e79abfadb771b30d -size 108469 +oid sha256:c075aa9816cc8ae1c588a03eadf155960e529b30ad7a012a671e11f06b4767ac +size 108501 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-pseudo-0.png index 346c5bf95..027ea30bd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fileRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:860d42a1031f730f40d0936d86218d94f0148b26b74342a7355756fec483eadf -size 111525 +oid sha256:b81e1c557b14e55ff629485a1d280152db2039b640480da5382de0d27f77b6ca +size 108584 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-en-GB-0.png index 9699cb8e2..01442e44f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d508b5192fd7e8a860e4255a8587160d49e39c0eacb276409949f4d7d41e4b85 -size 42801 +oid sha256:032a17400afab7066ac3197ec843f4ac3d00c3420c29cdd46dfe2f6c80204c14 +size 42514 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-pseudo-0.png index 9699cb8e2..01442e44f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d508b5192fd7e8a860e4255a8587160d49e39c0eacb276409949f4d7d41e4b85 -size 42801 +oid sha256:032a17400afab7066ac3197ec843f4ac3d00c3420c29cdd46dfe2f6c80204c14 +size 42514 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-en-GB-0.png index 5875ae714..950293aa2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d3dfac7d6e711936a35fd179f0631aea2bf4e8d7587f467fea06893c272c7ec -size 31011 +oid sha256:c60582981da11f5bfa7346c86bbeb28c3d7a54677912add5a11017d8d4ff7423 +size 30993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-pseudo-0.png index 5875ae714..950293aa2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/floatingDateBadge.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d3dfac7d6e711936a35fd179f0631aea2bf4e8d7587f467fea06893c272c7ec -size 31011 +oid sha256:c60582981da11f5bfa7346c86bbeb28c3d7a54677912add5a11017d8d4ff7423 +size 30993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-en-GB-0.png index ade5ff7fb..83e180b4b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b94770125de02cc5dd4d8061d943256388d5d0817fd8877230d3e1a2f9559aff -size 79420 +oid sha256:4dc5740cadf215cd531f172fc5846f27b1a5d6dafe716d6587b5370c0dc24dc9 +size 79417 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-pseudo-0.png index ade5ff7fb..83e180b4b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b94770125de02cc5dd4d8061d943256388d5d0817fd8877230d3e1a2f9559aff -size 79420 +oid sha256:4dc5740cadf215cd531f172fc5846f27b1a5d6dafe716d6587b5370c0dc24dc9 +size 79417 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-en-GB-0.png index 48f87ebe9..882e445d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e10002a15aae7e1c268ca773421d83d00e339ec61ae1c7cd8339723413fec2a1 -size 34120 +oid sha256:ba0c21b968a753c3c5e655c6c04302f56d3084f541327509da904e6a7fa7ea0d +size 34125 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-pseudo-0.png index 48f87ebe9..882e445d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formButtonStyles.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e10002a15aae7e1c268ca773421d83d00e339ec61ae1c7cd8339723413fec2a1 -size 34120 +oid sha256:ba0c21b968a753c3c5e655c6c04302f56d3084f541327509da904e6a7fa7ea0d +size 34125 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-en-GB.png index a4fe9fa34..e2cfe8778 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82853fdd5a83b7d6fa40d7c682cd364f2ac6972a0eca987832a68e762e5f2790 -size 54394 +oid sha256:4481a2462c1723222e5955cdb3f3e2095dbba1b8d39be4ceeb487fefd4d61d84 +size 54403 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-pseudo.png index a4fe9fa34..e2cfe8778 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82853fdd5a83b7d6fa40d7c682cd364f2ac6972a0eca987832a68e762e5f2790 -size 54394 +oid sha256:4481a2462c1723222e5955cdb3f3e2095dbba1b8d39be4ceeb487fefd4d61d84 +size 54403 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-en-GB.png index 102d413eb..fb2a8e81d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35a57778de21bb72c550470032210738acebd11e1ed287a5e65a9c3d7dda1a61 -size 45972 +oid sha256:f9786884515215eefcac1357ecb4a4e5e9b3f50089ca52e330737bc2254bf56e +size 45979 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-pseudo.png index 102d413eb..fb2a8e81d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.basicText-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35a57778de21bb72c550470032210738acebd11e1ed287a5e65a9c3d7dda1a61 -size 45972 +oid sha256:f9786884515215eefcac1357ecb4a4e5e9b3f50089ca52e330737bc2254bf56e +size 45979 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-en-GB.png index 83d7efd82..185f24ddc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d525242de7319592164ffdd39ee62bcda29a602c90d4eeda7eb47e81d7e7de2 -size 309090 +oid sha256:826ec9f55f1906fd8db96fad195160daaeccfa84b81c16124063dc3917d8e95e +size 309190 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-pseudo.png index 83d7efd82..185f24ddc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d525242de7319592164ffdd39ee62bcda29a602c90d4eeda7eb47e81d7e7de2 -size 309090 +oid sha256:826ec9f55f1906fd8db96fad195160daaeccfa84b81c16124063dc3917d8e95e +size 309190 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-en-GB.png index 1997cb30c..ad2cf3209 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ceda4dc4a8b7c3fce3650e1f243509f65aca5c8f74fca9f33c50f37367e1474 -size 294862 +oid sha256:bd9d0c609f33b79793cabbd3fa4fd215e469b8b1372db4090f5223ad61eeffe9 +size 294901 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-pseudo.png index 1997cb30c..ad2cf3209 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.code-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ceda4dc4a8b7c3fce3650e1f243509f65aca5c8f74fca9f33c50f37367e1474 -size 294862 +oid sha256:bd9d0c609f33b79793cabbd3fa4fd215e469b8b1372db4090f5223ad61eeffe9 +size 294901 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-en-GB.png index fe9323783..78a5d365b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3cb40c4ef0fa2ed9e504a0606c8297d5f2ca8bc1032f8977a6dcca315e27e60 -size 99279 +oid sha256:8d42adfa55fd55fa7e04f75a2f46a3432da52f50714d6db91fcbf527e9b17e18 +size 99436 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-pseudo.png index fe9323783..78a5d365b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3cb40c4ef0fa2ed9e504a0606c8297d5f2ca8bc1032f8977a6dcca315e27e60 -size 99279 +oid sha256:8d42adfa55fd55fa7e04f75a2f46a3432da52f50714d6db91fcbf527e9b17e18 +size 99436 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-en-GB.png index 4b7c73373..5711b04bd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0332bb1c9e009437f41aeaf2c8433819eea0cc8996e6898cce79adf994382a6 -size 114621 +oid sha256:90afea2aad3626879b1037e4da281bc42f4427fed0390101bd17c43b84573681 +size 114610 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-pseudo.png index 4b7c73373..5711b04bd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.groupedBlockQuotes-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0332bb1c9e009437f41aeaf2c8433819eea0cc8996e6898cce79adf994382a6 -size 114621 +oid sha256:90afea2aad3626879b1037e4da281bc42f4427fed0390101bd17c43b84573681 +size 114610 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-en-GB.png index c766f0dbd..f0a905219 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53d70bc2436f0acbb6ae225a05d1efb30d259535d2c035eda181337c89b4fa4a -size 60226 +oid sha256:113be107ac901bd28327b5d1f8d9a28fc3d15fe166a28a8c55899cfbdbc923c7 +size 60207 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-pseudo.png index c766f0dbd..f0a905219 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53d70bc2436f0acbb6ae225a05d1efb30d259535d2c035eda181337c89b4fa4a -size 60226 +oid sha256:113be107ac901bd28327b5d1f8d9a28fc3d15fe166a28a8c55899cfbdbc923c7 +size 60207 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-en-GB.png index 03827a011..76c24dbdf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81b1f19b6046ce8736a1074022f7b970ccbbe4803d152e94ff1570b773a4fa8b -size 55652 +oid sha256:141df15cb8791c6f376f0b43597f8753a2cacc0dda85fe06a90790e1666e802d +size 55644 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-pseudo.png index 03827a011..76c24dbdf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.headers-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81b1f19b6046ce8736a1074022f7b970ccbbe4803d152e94ff1570b773a4fa8b -size 55652 +oid sha256:141df15cb8791c6f376f0b43597f8753a2cacc0dda85fe06a90790e1666e802d +size 55644 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-en-GB.png index 2851e065d..c284e3a30 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad59f1e35c37fcafab9f2b159371b140a068af9a8fc1f26b96d1365dad635577 -size 49505 +oid sha256:e6434559d89a8f2ee7ecbf4888a1f14e74d86629d87f4440e6e7289e3f991de2 +size 49541 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-pseudo.png index 2851e065d..c284e3a30 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad59f1e35c37fcafab9f2b159371b140a068af9a8fc1f26b96d1365dad635577 -size 49505 +oid sha256:e6434559d89a8f2ee7ecbf4888a1f14e74d86629d87f4440e6e7289e3f991de2 +size 49541 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-en-GB.png index d2e4659af..e84f155b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a688b18dddada28b8276e51400ae8c6829040ee67375577cfdf1bddd81c8c41e -size 59223 +oid sha256:7ff272497768bf378f2375e9feb3f5d9b3b2fe7fe65edff02e462d3426a9cbbc +size 59251 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-pseudo.png index d2e4659af..e84f155b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.links-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a688b18dddada28b8276e51400ae8c6829040ee67375577cfdf1bddd81c8c41e -size 59223 +oid sha256:7ff272497768bf378f2375e9feb3f5d9b3b2fe7fe65edff02e462d3426a9cbbc +size 59251 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-en-GB.png index dc1aa8466..d30447412 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88b0a041f49eeaee06eaefbea0025afc678b4f7342683eb730ed19a3edffbfdd -size 109761 +oid sha256:f84738f88327ca428049417115042de85f8877e159ea8865dd917e08bbac087e +size 108445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-pseudo.png index dc1aa8466..d30447412 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88b0a041f49eeaee06eaefbea0025afc678b4f7342683eb730ed19a3edffbfdd -size 109761 +oid sha256:f84738f88327ca428049417115042de85f8877e159ea8865dd917e08bbac087e +size 108445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-en-GB.png index 2d0ef7c35..f62f4023a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cc4485f43cfec60e4c5eb9aa469cdfcaf53c5a7999347f18c33157504480acf -size 161856 +oid sha256:9d524a8f41cbf8c317077ac30db728dc91703049307f7279842903837a1b65c5 +size 160756 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-pseudo.png index 2d0ef7c35..f62f4023a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.matrixIdentifiers-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cc4485f43cfec60e4c5eb9aa469cdfcaf53c5a7999347f18c33157504480acf -size 161856 +oid sha256:9d524a8f41cbf8c317077ac30db728dc91703049307f7279842903837a1b65c5 +size 160756 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-en-GB.png index cbc49301f..abb56098b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4179a970c87d089a796ed67225b5ca24d4b8faeb6551ddad13c809df9620829 -size 55281 +oid sha256:ff04cfa87cc8ffe8bbbe0d91a3629b65cc1591dd4ea92c7d3d27062ddb6dc933 +size 55287 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-pseudo.png index cbc49301f..abb56098b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4179a970c87d089a796ed67225b5ca24d4b8faeb6551ddad13c809df9620829 -size 55281 +oid sha256:ff04cfa87cc8ffe8bbbe0d91a3629b65cc1591dd4ea92c7d3d27062ddb6dc933 +size 55287 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-en-GB.png index 57c62e510..07fea066f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9759747c1b380dae49dcae1cd38156c853f0fe18f8a755cda9912487abb7dd66 -size 42013 +oid sha256:d6ff0aee243c99dc6aad1878e12ae22d0986a4ab5ad9a6302798d8c00d0a2fa6 +size 42030 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-pseudo.png index 57c62e510..07fea066f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.orderedList-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9759747c1b380dae49dcae1cd38156c853f0fe18f8a755cda9912487abb7dd66 -size 42013 +oid sha256:d6ff0aee243c99dc6aad1878e12ae22d0986a4ab5ad9a6302798d8c00d0a2fa6 +size 42030 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-en-GB.png index 8825f3dc7..aa9b57b66 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa86f8e55841008d095873fdbade703cb61d1ab1bd291149335e399fba44710e -size 76659 +oid sha256:a60b37899d84d15e6eb1b953111ac42bbdf06f41759d303f44b28e8d9a0f4fec +size 76720 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-pseudo.png index 8825f3dc7..aa9b57b66 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa86f8e55841008d095873fdbade703cb61d1ab1bd291149335e399fba44710e -size 76659 +oid sha256:a60b37899d84d15e6eb1b953111ac42bbdf06f41759d303f44b28e8d9a0f4fec +size 76720 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-en-GB.png index f3cd29191..5b1b7cd7f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40360a9ad2f2e005fa73b8dd5d021544ad21683807554dda57f6e5523464fec9 -size 92980 +oid sha256:0eac2f891e70a3a4bb42b16169cd823f7152f43d61bd69ad77915fa45429c997 +size 93016 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-pseudo.png index f3cd29191..5b1b7cd7f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.paragraphs-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40360a9ad2f2e005fa73b8dd5d021544ad21683807554dda57f6e5523464fec9 -size 92980 +oid sha256:0eac2f891e70a3a4bb42b16169cd823f7152f43d61bd69ad77915fa45429c997 +size 93016 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-en-GB.png index 6ab27e237..5e4638b0c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9178b3a1ad340323aefd196b0b670d6b57ae6e46ef9090e7ca2b181bc6d06c0 -size 84123 +oid sha256:fd47486d03b980ff126e76ec0e078b8ff018b3af238fafbf019c1ad4d8b30026 +size 84168 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-pseudo.png index 6ab27e237..5e4638b0c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9178b3a1ad340323aefd196b0b670d6b57ae6e46ef9090e7ca2b181bc6d06c0 -size 84123 +oid sha256:fd47486d03b980ff126e76ec0e078b8ff018b3af238fafbf019c1ad4d8b30026 +size 84168 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-en-GB.png index 4f5e3d649..ce0491241 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ea88dd17ce299b2cc9ad3d5dca599b9e5f66fb1b6f23129274b036413325c83 -size 121468 +oid sha256:5e97f390d43e5cfe1e0c880b6c64165cdfe14216179e15438739cf2fe7d48f38 +size 121463 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-pseudo.png index 4f5e3d649..ce0491241 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.plainText-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ea88dd17ce299b2cc9ad3d5dca599b9e5f66fb1b6f23129274b036413325c83 -size 121468 +oid sha256:5e97f390d43e5cfe1e0c880b6c64165cdfe14216179e15438739cf2fe7d48f38 +size 121463 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-en-GB.png index 07836acbe..eebed2a86 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:212f05da0a92cc00160b14a00a1b7d99e242bb818472e42228e8d8f57399c6e8 -size 76354 +oid sha256:d87c77d1bf2db87e0c78692ff21c3934c71092d5af35f676c68bdb7152840304 +size 76403 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-pseudo.png index 07836acbe..eebed2a86 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:212f05da0a92cc00160b14a00a1b7d99e242bb818472e42228e8d8f57399c6e8 -size 76354 +oid sha256:d87c77d1bf2db87e0c78692ff21c3934c71092d5af35f676c68bdb7152840304 +size 76403 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-en-GB.png index 6fddf8e15..10ec0718a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32033f634158500ea452664d050fa011b6254f83f4af3860df37b1936c1d6176 -size 87414 +oid sha256:2a79576abbbe7aaa6ae5fc6f7f354d7e5c0057dbdcc94d8c45b0f415bc162113 +size 87383 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-pseudo.png index 6fddf8e15..10ec0718a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.separatedBlockQuotes-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32033f634158500ea452664d050fa011b6254f83f4af3860df37b1936c1d6176 -size 87414 +oid sha256:2a79576abbbe7aaa6ae5fc6f7f354d7e5c0057dbdcc94d8c45b0f415bc162113 +size 87383 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-en-GB.png index 6590dd10f..ec3c3af2a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:374d4acf5c1816c588d085a6e61b8f6a0b80beb3e334dab56b250836571d0a8b +oid sha256:348ec19964dd7e0b49d35e9d54cbb5287eb9a7874bc087961d9e1ecf634820c6 size 16597 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-pseudo.png index 6590dd10f..ec3c3af2a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:374d4acf5c1816c588d085a6e61b8f6a0b80beb3e334dab56b250836571d0a8b +oid sha256:348ec19964dd7e0b49d35e9d54cbb5287eb9a7874bc087961d9e1ecf634820c6 size 16597 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-en-GB.png index ac27a8a9b..9a999567a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fb3cef4a976981b0a1cee6139811bb7f68a9957d994c83b8ca2c32cd5fa6e3f +oid sha256:03f3a1ea94fef4dc94cf67dd34d86ada701203c6c21a2226bfe0d1068f01d775 size 9679 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-pseudo.png index ac27a8a9b..9a999567a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.singleColumnComponents-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fb3cef4a976981b0a1cee6139811bb7f68a9957d994c83b8ca2c32cd5fa6e3f +oid sha256:03f3a1ea94fef4dc94cf67dd34d86ada701203c6c21a2226bfe0d1068f01d775 size 9679 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-en-GB.png index 6e38bc104..0472547d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85b89717b66d2c8357a38874dec68fc3362035e19493a10f205f72dc93537d20 -size 103862 +oid sha256:e7975b5a5477862b72136ee1772e306a8c94c33111eb742a3deb3ed1e1861a90 +size 104002 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-pseudo.png index 6e38bc104..0472547d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85b89717b66d2c8357a38874dec68fc3362035e19493a10f205f72dc93537d20 -size 103862 +oid sha256:e7975b5a5477862b72136ee1772e306a8c94c33111eb742a3deb3ed1e1861a90 +size 104002 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-en-GB.png index dcaf73c45..153c6f90f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4402cc0665724b69766b2da5f93ea8867e80a5f3f72ae0cac6ae827f6736161f -size 137217 +oid sha256:ba4d59d02b71408245c7d332440ea38c4c3ca95f505d363c5296b5e78480945b +size 137248 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-pseudo.png index dcaf73c45..153c6f90f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.textFormatting-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4402cc0665724b69766b2da5f93ea8867e80a5f3f72ae0cac6ae827f6736161f -size 137217 +oid sha256:ba4d59d02b71408245c7d332440ea38c4c3ca95f505d363c5296b5e78480945b +size 137248 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-en-GB.png index c3397ea9a..db6a1ef88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d6f06c344ed61d38c625050d86843ed945868043ec2f02396ea1bdee870bac5 -size 65273 +oid sha256:044f2e1a526d97dc77708dd8d6d6b57b5673456aa307f7833bfb6d012222bfb2 +size 65294 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-pseudo.png index c3397ea9a..db6a1ef88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d6f06c344ed61d38c625050d86843ed945868043ec2f02396ea1bdee870bac5 -size 65273 +oid sha256:044f2e1a526d97dc77708dd8d6d6b57b5673456aa307f7833bfb6d012222bfb2 +size 65294 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-en-GB.png index caa3fe982..589f734e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b552475c5001d3c74b3f1a8a60bad18d9a83f5442051e3253e1b02deb7dad849 -size 63400 +oid sha256:54ff797a61cce346905173d469a5608045f1e2d72908c3dfc63f2aa898874095 +size 63381 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-pseudo.png index caa3fe982..589f734e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.unorderedList-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b552475c5001d3c74b3f1a8a60bad18d9a83f5442051e3253e1b02deb7dad849 -size 63400 +oid sha256:54ff797a61cce346905173d469a5608045f1e2d72908c3dfc63f2aa898874095 +size 63381 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-en-GB.png index 1dd5511a1..6298102ff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49e4b1b29754f6a2481c9e9dc40e095357178f016d8a50117fb22b240e010626 -size 132181 +oid sha256:296243d0f73da8be97e7e397c5db5f394e41207eab5c94d9ea43817488de6c63 +size 132143 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-pseudo.png index 1dd5511a1..6298102ff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49e4b1b29754f6a2481c9e9dc40e095357178f016d8a50117fb22b240e010626 -size 132181 +oid sha256:296243d0f73da8be97e7e397c5db5f394e41207eab5c94d9ea43817488de6c63 +size 132143 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-en-GB.png index e11d1377e..7fa882e36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:738872fcd718c1637a856de37d61da52a2610560cc50685515b6a534113e7512 -size 168261 +oid sha256:7df1ef32e9cfac1217ff85e794c7eda75e28bd5edfbf4a1a7f23fce450baf999 +size 168344 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-pseudo.png index e11d1377e..7fa882e36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/formattedBodyText.wideCodeBlock-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:738872fcd718c1637a856de37d61da52a2610560cc50685515b6a534113e7512 -size 168261 +oid sha256:7df1ef32e9cfac1217ff85e794c7eda75e28bd5edfbf4a1a7f23fce450baf999 +size 168344 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-en-GB.png index 4b9ded772..8bb19a4a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:202b5de66cd60d061bc695098bdf6ca30b12ba9911df391d16cd7cfe5284a26b -size 549611 +oid sha256:a6240cbae3eda759a4747d327730d19767b2864962efdfaea92d82043b889d11 +size 549630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-pseudo.png index 88a769fa0..b016739d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:454823890a6d5288fed115b629165e7e5c33db0663bf7e3f1ad62dfcc3ee714b -size 568330 +oid sha256:8553be8c8490705c8f73db00ac4b08bd2c872de33acb07a29e00160c33507db0 +size 568351 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-en-GB.png index 72de5a845..bf497594b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06d4625b5d59f30f339ffe7bb869f799fabfd34abea6e32de34a352a90e48739 -size 348554 +oid sha256:f655efb3c7fa83d8a496cf963fb4772893a810716260f19bd5357e6cd1c183ba +size 348516 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-pseudo.png index 071aa3c64..973024ace 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Gradient-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97eaef198b2ae8a269d108f468461c428486cb5ad49fe48e99722652e72ae17a -size 368509 +oid sha256:a424af48d3f535d6e899482dc0d9099d6b44105470d845cfa3cc9ef118f395a2 +size 368474 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-en-GB.png index 8de045a90..791e0c997 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56e86cd895bd46d5d98901cbc856c9b1f7e913bef64a2a8dab64ea52a4d925ff -size 119260 +oid sha256:6e5d378f89506d8c7d6fdd4070d5fb59252e94e5102a10ee587b2d5d616f7907 +size 119244 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-pseudo.png index 9ab9febed..f1ba34810 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b5541f555cc8a2361a472e7013b873da022aca102dee7cd709ddac01b435df1 -size 125520 +oid sha256:be7ccdcacc43a718d32c349383b70bd71200efcbd5f4df728ac9c9e89ce199ba +size 125514 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-en-GB.png index 2b046600e..fb78a3ff4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0355c1ca5193493c0967fff877e3ec84711d6b036c93d85ad88f33e63136cd8f -size 73168 +oid sha256:79349234ad28d02597fc0cddb284eb60f4e19386d095a6b8298da14a6c801f9f +size 73160 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-pseudo.png index fc8b87987..6755365c2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/fullscreenDialog.Plain-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d203c8e1a8875ee2ba61ff7908c430efe4db3d95688daa142520c3bc3338be0 -size 89908 +oid sha256:1150c56206aedd24729d96ba176441dfb5465c089ff0c87aaa263e04af3ba104 +size 89873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-en-GB-0.png index ef280cd62..96160a7e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d9c64db0692faddf8e6608fd730977dc8d18af3e9d746f4f22906e6e74f7622 -size 170039 +oid sha256:666bb821bbd2ca55b59a19a1ffd08dd6dc4c5b0cc9d9962c71eee5d34ddb05a8 +size 170093 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-pseudo-0.png index 04fc19539..d2d24e8f9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4879bcb7d33ec768a5191823038d16e8b63b8857b13624a3c09da49c66668c5c -size 170365 +oid sha256:bcb80235c2c006fc57349e2299ec8bbbf982616119d2552b974d5197c68d8618 +size 170411 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-en-GB-0.png index b4eb620a7..f4c7bf09f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74c55142e6660edb7245668c8ab4ff2e49484e06999efea325bac10b60a31238 -size 106586 +oid sha256:8c0a5e09f84f40f3d98b6d7b4476120b23a42df4c84dc5a6b7b1354b03bdfd11 +size 106592 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-pseudo-0.png index e5930f1e3..89a12117f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be08ab703143aff6fd948ea5b70c2eb8aa167bccbff78e4c75bbb5c61c3cf43d -size 106930 +oid sha256:afafdd43ab0755c145fa37afd55a181e08e162a82d17fc73e0bdf0855396a477 +size 106931 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-en-GB-0.png index 5ab1407c4..fc7a0fcda 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93abcba9f8815684feb9606700ee730812a9a1f9b5fae5cc4aebef97f11a0e3c -size 98526 +oid sha256:360ed5eb3e9279d43407daf6330158e2f2335b099f93f09445a8d0fed7d4dd75 +size 98728 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-pseudo-0.png index 5ab1407c4..fc7a0fcda 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93abcba9f8815684feb9606700ee730812a9a1f9b5fae5cc4aebef97f11a0e3c -size 98526 +oid sha256:360ed5eb3e9279d43407daf6330158e2f2335b099f93f09445a8d0fed7d4dd75 +size 98728 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-en-GB-0.png index b9fdd01a8..57b103c37 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7fb8b5f703670bf41a9c26467e122974f4cdee2d7d5ef2fa3af99d735692c59 -size 50192 +oid sha256:dc43d3c807d874a41f3c7494364400e903858b7046d8d4eb7e5198b04e9d0927 +size 50202 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-pseudo-0.png index b9fdd01a8..57b103c37 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/globalSearchScreenListRow.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7fb8b5f703670bf41a9c26467e122974f4cdee2d7d5ef2fa3af99d735692c59 -size 50192 +oid sha256:dc43d3c807d874a41f3c7494364400e903858b7046d8d4eb7e5198b04e9d0927 +size 50202 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-en-GB.png index ad2dff97f..ea3b93cdf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da015fc8dfdee8f727ae417d2858b163a460d0011bea0a3cd2a45f93f4a829b -size 269709 +oid sha256:b695d19e2a6ebab60c8332660a5003d68327815171f4657e7ae4207175c38bfc +size 269794 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-pseudo.png index ad2dff97f..ea3b93cdf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da015fc8dfdee8f727ae417d2858b163a460d0011bea0a3cd2a45f93f4a829b -size 269709 +oid sha256:b695d19e2a6ebab60c8332660a5003d68327815171f4657e7ae4207175c38bfc +size 269794 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-en-GB.png index bba921bf3..438855b36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:680cb8763815fce6bf01c3b70e6c05577e42bd9ce7f500262d5053bf3788c4fe -size 243251 +oid sha256:681644503721d1667db70aa8719a2fc996d7f5e3b47f1b065905ef8a0af90381 +size 243209 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-pseudo.png index bba921bf3..438855b36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/highlightedTimelineItemModifier.Layout-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:680cb8763815fce6bf01c3b70e6c05577e42bd9ce7f500262d5053bf3788c4fe -size 243251 +oid sha256:681644503721d1667db70aa8719a2fc996d7f5e3b47f1b065905ef8a0af90381 +size 243209 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-en-GB.png index b88878645..0f5d201f3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8c159ba3072eb5b25b9b65f8c05e34ff83eaaf34076943c9b86b77ed1753688 -size 118173 +oid sha256:fb8016783dc39fe08f8aba08c085ae80754b34ad0d82133952292029d919aeb5 +size 123008 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-pseudo.png index 378cbb338..aad29da09 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c7afd01baafd30d1611c573b7498cea35743fe54b4a239aa21beaa34dccd360 -size 121815 +oid sha256:ad70efe163d65d1f29a4ccaf2b4985d2a1e65204ddc1aec2e3a4c2d62c71163f +size 127374 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-en-GB.png index 8bdc7ee5e..58f15958f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b54f511335f4ee355f1504591ab3f8bd91d5d6afd9677b57f4f1bebd5b62e17c -size 61092 +oid sha256:88979ad3f7439ce5266fa40851e01e2f3320a7f863334762f469ab00ecaa2ddd +size 64833 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-pseudo.png index 5b40524e6..9d2bb0a29 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Empty-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebcc4e4b7c57078c19028b697d4801ccd4cce548bef808de917e3c72f7289657 -size 69353 +oid sha256:7c075a8a7d8148b1382b821fa5ba4f0d27eb1c123b1c8a4a7ae9475ebfee2976 +size 74153 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-en-GB.png index 2a137c1d4..87f5e2e71 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be1f7079086daf9ecf19986c8754f5982cc46ae17f245cd856094753a016aedb -size 297800 +oid sha256:f901edb0c39131e27370319469ac0d0dfce5719b174046b0f6673580593c07ed +size 303085 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-pseudo.png index bf3aa11fe..419223349 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9389df8ad4cfca0acaca46b2db5536b670c4e2deb52556b42ccaf894ce5c6e7a -size 307440 +oid sha256:8b6e8ba88bfb62326c026921098221dfcc5b1d70800a293af203c569f8b1101d +size 313396 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-en-GB.png index 94bd97503..c4774ce8a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19d2cef722731cef990d6a4fa8d9ef8094391dc2c778beec414612e7bfbe66fd -size 206598 +oid sha256:5a8760dab42849524bbac719d24b672df43c93eb206ccc612708103e1f797203 +size 210718 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-pseudo.png index fcad1b586..68f3475ab 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loaded-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0858954dd3a2017000af193a6f0013e906a41be66ef228a62a2221442a89beda -size 211440 +oid sha256:ed1f7cd07578279025a64adfe0841d146217b30faad542b82abd682b55e3f19f +size 216503 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-en-GB.png index c64f2cc58..0f4b887a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:671d3b7d2366747363d210078d7873a2d8eec906e13fb60654546d50ee5d5432 -size 118850 +oid sha256:dff04cc21bf2395bf4eca9d5a61caa0624de22ae8fa9e5b8232d6b772a150731 +size 123655 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-pseudo.png index c64f2cc58..50b855f99 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:671d3b7d2366747363d210078d7873a2d8eec906e13fb60654546d50ee5d5432 -size 118850 +oid sha256:f36235bc495ea195fbcbd2072cec3f10c1dff5483be0a468998421551fceb163 +size 124360 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-en-GB.png index e1affddc4..f00a3f24a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56c59660532312df79740cd14f1c752f02f71c4666fb05ed5fc184a5f6f346d2 -size 60325 +oid sha256:cb9b8e67ece6033f20153dea27ae544d69ce93b5258f37df514fba73a18ba970 +size 64090 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-pseudo.png index e1affddc4..61ec59556 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreen.Loading-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56c59660532312df79740cd14f1c752f02f71c4666fb05ed5fc184a5f6f346d2 -size 60325 +oid sha256:f5fac68318ee901675cda8fe6f75c09eb7ff23c980992313ce9761b2481c3561 +size 64851 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-en-GB.png index 8d56252ff..ec617b057 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a0483e13bdaf4ba89efd66af72a1e5b72a01e35e98a8f6b6c0eb239b3d46ba1 -size 132092 +oid sha256:c19c4095724179a291e93c2b380ed3f101d7a3f5673a35db4ce22223b7c85a93 +size 132112 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-pseudo.png index c64fa6aa6..708e846cb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bec1e3d4e349e0cd7a2ed2545c3cc4ada2533a9f886f04f0f065932ea0099df -size 147946 +oid sha256:1632020231368917f9a90cf0c17a4355e7d52332fe37370a524fd31465f59caa +size 147990 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-en-GB.png index 7cfbdeba1..d03bc39b7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dd7ec07434421960615022cd25669801fe6c4305f7d8021fa7354abcf981f29 -size 89027 +oid sha256:a656054268971712367988d9a7403c6f2207ea09785be8047b85b721f1693c1f +size 89170 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-pseudo.png index cc46dfe0f..d1c6cdeda 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Constrained-layout-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04fa7f508a85d7f7549a3005ede9e42268dc9936f84b3e7676a2890bbc35a9b8 -size 131973 +oid sha256:ad622b2c5f66d27773e1096945d7b9b2c30892810fdd157e9211c2de6ef652e0 +size 132059 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-en-GB.png index 26a8dee75..debb965c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca1566dff45bdebe22c427763e61cfe59cc2cd83fdf5e751657ea239c7b20160 -size 100606 +oid sha256:f7e1af9e3e4b5ac96faa39a967215c789c8bdedf7ccecc7615f0b6fbfa2ca103 +size 100611 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-pseudo.png index 3b46d127c..a0d3e858d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d346bbaf3d86e4a294db17fae4e62bc7d0e4739a239db2113169c2f084697cc -size 107870 +oid sha256:e348f7d0bb97f004e02d250b7f1ce21dddce0fa8fd712075cb086221623b751a +size 107883 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-en-GB.png index 884d62138..d955ec983 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc60b8357c38a3f64285cfd3ecff7d24f023c1d1f709ba8fa3fa570849f63f76 -size 59874 +oid sha256:3f38201847454c14e420bac5a44d2dc95b79306858d1773b53060a0684351152 +size 59906 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-pseudo.png index 3f177be3d..cfbe094e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.Normal-Layout-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a694d31dca174b6350c2173dddda92f1c3cf0f6a3294f2cfbcfb92a5cd0da82b -size 83606 +oid sha256:828cb02333452c0ef168defcec49721b36155c511ee29e6e3162f843bad71fe7 +size 83601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-en-GB.png index 66a55db1e..ce23976ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f4da4a43c774563e70426e976698f1b2b0584e6ec0c63122b77a03b3742db68 -size 84293 +oid sha256:d42d7cc3d7b05bccb8ad8feca2998f3f79d6553c2877f49b9159f3541c07b210 +size 84291 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-pseudo.png index 6db271908..3f5e164d0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:971a1dd030e50e125d5c453ce060df41d4ec18f26f250d85944e0a9bcbeff15a -size 87814 +oid sha256:dbe8e164ecdd90b8d5edf3e00ec99a9d6a46a63fec7d29afbf570a6df14c7993 +size 87816 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-en-GB.png index ec2ae3a8e..e43182fcc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbae03c8fcd74ebe8a6849170cbfd9cf68f561fd64aba2ff37b1d2f04f806e81 -size 44034 +oid sha256:5d54ecf7fefbc7e525b1d91369ea14d4cde097cbf8676afba9dc1a5fbc822233 +size 44012 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-pseudo.png index 85b39fd3e..f13007ba4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenEmptyStateView.View-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:572e59f9fbe201c12e016009b4651af1b3faaa9c91ca5b7ae0d5905c30ea548a -size 54355 +oid sha256:6fd646c91fbb81cd64c6c00e7bbd23e766f3b49682c5be645522701d53995950 +size 54330 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-en-GB-0.png index f9eb3ec81..6e02aaeb6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d691b0241fefc87d01c72af2600f8fe9bca87385dc645d7b3cc9e5d7b6e2d7ae -size 281568 +oid sha256:69f6c32157cb1351a08c9678d1dd79b0edafe629228c317ec9e2377f7d2dc080 +size 280557 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-pseudo-0.png index 43bdfc0ed..65519dd65 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ed6c4748d12a76ecbcad5a350b546857b56d2f886ccfc380ce523085f8a9bd2 -size 300506 +oid sha256:13fc8fd2956062b0635c9b02ab8bc3edf5e33e87f461fccabc562e43c8a14ec9 +size 299573 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png index e41e2de76..9d6b6f35b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ca6acfb4136a4147cde767cabae8d53183378d7f79e8b2938205f01c4b48438 -size 230341 +oid sha256:468e57053e2d8981e2dd32b28be98cb32da16015d5eddab55210cba86c7158aa +size 229311 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png index af67b55b0..33281665a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenInviteCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89fe399971214c785ceca3b0208591ad52f14dd50b580797b8751963671cae73 -size 289018 +oid sha256:d5dcfc599935b69cffd0da68930545fa4f082a92dc36b76b86f09ae18755a9cd +size 288028 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-en-GB-0.png index 4e3f2cf6c..366e60c18 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9473d6248de5cc91acd1e0f81e2261da1ac1e9e59b60f6e37f7f70f31c8988f -size 184448 +oid sha256:becda713f3cee1e633b8476407f95e37b41ff92bbe60dc31577e784648e33c18 +size 184063 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-pseudo-0.png index 6f5568ef3..b1bdfea67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58393452e2f5f7e6e7bcc75a2c80221accf9a857011bfb4820ad4d6f08a2f627 -size 197982 +oid sha256:b320889e31fc419e10febed38185f8f9217259345e366ec7738e839238d08382 +size 197586 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-en-GB-0.png index 66995b7e2..917b479ca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c68bf478e1f36fe2d9ea892f94f0ee136e7fab9dacf9604706af92362e72e4d -size 128856 +oid sha256:c70e412c136b588689f7e5ca970355bfe609d037692012d1ff141b01ab3ac664 +size 128770 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-pseudo-0.png index eaef90986..a55d68aea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenKnockedCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2416284d36d8fc81c1364625bca012275a8dfd18555e3689f281bf6b89d42ee3 -size 151639 +oid sha256:a336eaba6650f8610803880149eb13edff41c2c5063d6c45d44bb44d02a6d482 +size 151553 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-en-GB-0.png index 67b9151c0..40a3415bf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50db0fb40d18d13f4d2935d5a3bf94267665e39d4920640157b83440b2e43f24 -size 93124 +oid sha256:d5b7b5c8317dcc299162e5799194e0aa30ca55bb7bb1856e710c1bfdfc0e8614 +size 93128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-pseudo-0.png index 6ccb8b78e..f2d984d06 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24b5a53e8064a09d2c419a861ce2877c8680ecafe8531469530bfff7c60e965a -size 103633 +oid sha256:9187a430988b32986d7f71bf2b0ba12ea6aed62f9fa0e9cd07ae598e7c0dc849 +size 103627 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-en-GB-0.png index 8015e6c36..b96ed5684 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f068c7428744de0bf0bfae78edda3ebe5d62f7e8f0c6bd820ea0872feed2423e -size 52313 +oid sha256:ec6ab6d1c4609f85e0543d7d2796f22ce12157d9f8b460926b9d604b2ab8f0b9 +size 52302 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-pseudo-0.png index 415225d9e..a4009b573 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenNewSoundBanner.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7863d39543d71a142c8d58c42688953e7a8892f4b81d78a9b9f60717624abce3 -size 72122 +oid sha256:f91dc36112c91d66f1a2a329b2d61937479e9be77cfab24d3f746734f38e3635 +size 72118 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-en-GB.png index 02bd87401..e93ceb60d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b6c3bbad4b922a61086bca2821a6b2740999bf26df1fd22c979f6e25bd83f49 +oid sha256:20839764ffc6b392664852347cd54216218ad93f5bdac8a2411df00a03ac57bf size 105130 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-pseudo.png index d1e6704b4..a8f379e58 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e47702cf4ad8b67fe144999a1c8102aed2f3d86bc59588904c7fc11fab09254 -size 118075 +oid sha256:4290b3f9fd1bcb2aa9d446cf3823a33e9af89c804cd736c288147e7b696e9085 +size 118080 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-en-GB.png index 09b95afc4..23cd32051 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f3df65735d7447af2345df335ab5350a20fab9e978b6914621f28bbf88104d3 -size 62952 +oid sha256:a227912215abcc5ebd734c586f4b23a8fb25864958676ade8cb7dae27f39206b +size 62994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-pseudo.png index 501ef4579..c692bb597 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Out-of-sync-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3562ea02b7e1c9baebe784dddb70c432dd4d7d52825c4f9d423e2b137d55c0f -size 90475 +oid sha256:c6f115f54700148b3849a3c2356ad2b742a237c00d998984deb2d97b174bc31a +size 90469 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-en-GB.png index 339d61de6..10e3dc087 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11066892a44993d6cfab843ca8a83b9b5461331071e0bb1174c71f2c9381bfda -size 109555 +oid sha256:92b89dc0904874e539dc5b850d517f476105d86b78f84662d4314ca2f3062d30 +size 109532 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-pseudo.png index ea0d1b9f4..eaf037b40 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53c898715c909f75c5fb7094262c5d97067945e9eb6ec42ceb1ea8d7011d6afc -size 132885 +oid sha256:dd203295e36772d3f8b3264887db03a58e43fc8a5e87ad895fb278ecea24c275 +size 132873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-en-GB.png index f2e766f31..eb40f7217 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65f6ee4384289967169a482fa4b5d4024c5fc528892bc033cdc69f822796ebc9 -size 72346 +oid sha256:595319abc78eda7127ab49c8672c689d6b4ebfba6784829514a6aec4cb1bf4c9 +size 72340 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-pseudo.png index 2ca70679e..dab3c1652 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRecoveryKeyConfirmationBanner.Set-up-recovery-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:207163465dd21a407c1ccbb3ddd1ef02906e8be57f648b1b81f2b1676c93f609 -size 106380 +oid sha256:71b42d34148fa5101cbf5160327d84f81f9ea4def54d87ee0b95756cc265e6f8 +size 106397 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-en-GB.png index e710a1eb0..40ea49da7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:040608413502e387a6f50c9a777997f95da70bd9608b31ac361a8946a9443b27 -size 243013 +oid sha256:ffba894dea08125123ea68ed3de1f138ae1265a05f465a6c298348642933d7c8 +size 242706 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-pseudo.png index 7600558d4..491460c3a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b715a88f425e8cee67f19230ad2ea1b8d972f7c01f52902f0dbfba9f30a1e06 -size 248730 +oid sha256:b2db126a886bb2c985bbe01a8369dae88b832ec10f485e2a518dfb664425a86e +size 248420 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-en-GB.png index 3bf3d334f..9ecd32cec 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c624e1ee9bb1dce46613bb72eea3f04503855267d04d65bc5bc3b8858c94b85 -size 180417 +oid sha256:ae2426b7516db93b4cead0e539dedf53b0c7ee000563851462cec9ec5e54dccd +size 180341 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-pseudo.png index 4684065e9..0ab6ff2c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Generic-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c50bdc9c6e9fbaa9818e978a6e43ba7c99e79f27c137d412570b15f232705c8c -size 184792 +oid sha256:3cf9b24d0eaf11def62a6e55d3118202975ebc93bcea6bc364b8f999172fe973 +size 184712 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-en-GB.png index e6b12ef09..e57ba434b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8562608c9ece90023600b1c482051b57471f757ad5e4830cd1a8a0e5f6fd2783 -size 96619 +oid sha256:b53f188ca9c825d941de2d5539184249f4ebaf9acdcd6ba39afd0aad46c40897 +size 95990 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-pseudo.png index 299145076..f0ba91607 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9bfd2b0f5d2a53ea431775e8d8093dfbbd8fe01d82ea5fe562f2a9a74dd4817 -size 97954 +oid sha256:74234f5d340dde070fba86d0ea78dbdff70ed55eaf5a6e88624a23f7f8e38907 +size 97317 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-en-GB.png index 93766f81d..71fe97b64 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbe55785e10ac05ec66a8db44dfec30dcc85bd738f5655dd21ee798d95770fe7 -size 83307 +oid sha256:35a66b0319837433b9ccc1a2c4e8b95ed17d34e28fb7d4ff275d1cf93e56fb94 +size 82654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-pseudo.png index 6629c9de7..74c370b5e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Last-Message-State-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f7643aac3625e0d0511e77338a6c6f7eb8087bb25f022d337c2bb93ebae9ad1 -size 88007 +oid sha256:06d3f3399d81ae399cb4be1ce7d072655feb088f62571b67e5d179d10fb29e04 +size 87347 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-en-GB.png index 2ed10f49e..b6abc4c02 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d43ad3c8fa7a733329e6a547cb694710e4b310a541baba411e8a51c9f9557cc -size 772355 +oid sha256:510ad0cd77962b23637c271595163b85e74be11528c8fc36eb20e72569a71b97 +size 772632 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-pseudo.png index abd749ac2..e85583083 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00a0b4cc88502aeb5fc25550fb1ccb67f76d51e4da8d033eb26717e976e2f889 -size 778491 +oid sha256:8b180ac2a79e20dfc29dbd15f2e56b22048a9a1e3200141186ffe6aed445bc1d +size 778649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-en-GB.png index 78ef1d3fa..80c89887f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47bd51437b8590eb51f4a0c7e3b990e61928517cfe48250d67796f2b0de1e735 -size 531654 +oid sha256:9e8c8ceb8796a94991fc66ce2a8d98010108870b90a90f32553eca6ac1700e97 +size 531731 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-pseudo.png index 0c1885f81..a091a627f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/homeScreenRoomCell.Notifications-State-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e359eddccaf1a28462d5b1f4c5a3a59cae2c9019c194500b6f8e0701e71f26e8 -size 535239 +oid sha256:df58900b6303b93c6f4ebdd485704170d1bddbf901a18bb40cc710cd1d6cdd3d +size 535298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-en-GB.png index 0538caf9b..da543523f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67c6a4f543907db6083e0b00ae5d3b0d8c884dc8e9af1f7d5004229d4cb475a6 -size 118038 +oid sha256:6166cd03bd7270936c8077a01766db34b1e80f74684f1d3d68aa580cfa747c2b +size 118061 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-pseudo.png index 5d5af0b14..02f5c638e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ede92fd1a8ba6277000cbf355c1dcd8e13d2c93c1c5c0290b2e26e4fe74c8fa -size 135516 +oid sha256:af9b20046c1263d4340e0f68f76526d6249d60db4f898800671acadcb978068c +size 135539 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-en-GB.png index fecdfd360..3d8003926 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:982c64278485f72ce7dd2a4a0c91bf96837c049e1f9db3a00e543606ceb07b73 -size 72039 +oid sha256:59d8efdea23e7adf6b91d723113dc0da37793a9d7dc6010924ff7a7173a03920 +size 72049 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-pseudo.png index d79f33242..6afd104b8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Actions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bec098f8b71154ffc2c5272d35aa9369904c959030296945bec69d85cda55bc -size 93501 +oid sha256:1b6e7292243fd06d85727fe15455d698632d2cf8b01c6950d62e6638980ce7e1 +size 93497 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-en-GB.png index e9536f234..4750ebfa8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aeff9fe298bb0f757979c7e56b8b60354a2406b2cb60c960bc7c05bb3e0c4ff -size 99757 +oid sha256:81d68ff5dfa2b60b83d93e5b0e4d42b637b93cef83e85ffe485bcf0accc25c4f +size 99773 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-pseudo.png index 15612fb86..eaac55a00 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ff8872ae747ab23a3bcdd93b28a1c6cd4bacf2a08d5e8e05963a051caf536c0 -size 112174 +oid sha256:dd1fb68ac5ed39e93188893a93b6f4fff4c92c0fead1d2b230f3aecc9d859443 +size 112190 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-en-GB.png index 426ce0fb9..e6d78590b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7821390a4ef44bd25c79680a8ef7e7eb58a0ded77a0c9ec2da1af6dddb920d4 +oid sha256:e4b3e80c89df5e67ff938e277caebaf4558245771e7bb55cef3f85be4cc1e227 size 51584 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-pseudo.png index 34d2a9be2..f987291c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmationScreen.Loading-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6d39bee2abfb5c94d2c736240659090dff70c13c9ca4224c838e6f62102a490 -size 68147 +oid sha256:627f85342f25fe7bfa6e4196db796bc874ded99292b90b4bf09585a1ba265bff +size 68157 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-en-GB-0.png index 23a561932..996f4c64b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67c77278179e5379f7317b41da8e7482840dd605759020e246f914bd5e7754f0 -size 94443 +oid sha256:936ad1e0e4ae32e1adad31fa68d9d4efa7993b6ea208cc77e387c10c412818ce +size 94423 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-pseudo-0.png index 44c93bc22..9a02f1864 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb38c7fb8c5e546c9539c8609c8e34f0917fb305bca69ff0f8ddafc57e5bf20b -size 107987 +oid sha256:03bd0ac65dfa32ed6497f2c1283cfecb49d13e2b42d2fefa5adb02fb45415a5e +size 107993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-en-GB-0.png index 76e9214b9..5c6c03333 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e60a2179bbd99b665e39f96cc986736d2cd96c1c14ae510db62b7541931f3d8a -size 53320 +oid sha256:46aef44f009159178e37c099d0d8971c3c167c485c172136168f91b0b8a917c8 +size 53313 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-pseudo-0.png index a1a216c8c..36be317f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/identityConfirmedScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9289c8832f67c4496a219b4a64037a5fe10aa1b3fd8f2a71e786d0f0b529c648 -size 68527 +oid sha256:3d2a62958ed16a4ef7784b64bcc4c8794d3692f750cbbb460d8391ef0dc063d9 +size 68508 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-en-GB-0.png index 941aa3c68..79cdaac41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39acd4f6297e6097965b10289749f7ce06cc791566c639b2cf34af007777f78c -size 112900 +oid sha256:5444d8304164d3b2d8ea945f7318016e644d0899a64ed151bf173662dae05dd3 +size 111541 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-pseudo-0.png index 941aa3c68..79cdaac41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39acd4f6297e6097965b10289749f7ce06cc791566c639b2cf34af007777f78c -size 112900 +oid sha256:5444d8304164d3b2d8ea945f7318016e644d0899a64ed151bf173662dae05dd3 +size 111541 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-en-GB-0.png index 2ba01f744..ea47bb39e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5c29fd24716746d417675755b687e7df811d75d6eef0d150b54c2acaebd753f -size 102144 +oid sha256:69413795da7ef1872590b94b3b15619aff15d428c21842967234793c98fe57ca +size 100824 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-pseudo-0.png index 2ba01f744..ea47bb39e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5c29fd24716746d417675755b687e7df811d75d6eef0d150b54c2acaebd753f -size 102144 +oid sha256:69413795da7ef1872590b94b3b15619aff15d428c21842967234793c98fe57ca +size 100824 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-en-GB-0.png index a55ba030e..497f593f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffed4514d6d3675278056c758c13d2a79c8592377e194750cc7ea581de4c00ab -size 4551646 +oid sha256:b50903609fce22f51414faa9fb9b4bd32957b491d5e2ed2a78122667e2f88f38 +size 4551445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-pseudo-0.png index 49717f826..3d74b27a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18e3a2d6e8d48e2ea73b4b82fdbee22c4976ca8e8bbad57e67f51c4f53176252 -size 4537091 +oid sha256:7cb2cdf4db6f98cfab31043023a06c1563fd738fee0c141cb3c59a819efc61aa +size 4543001 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-en-GB-0.png index b9e99d063..5f63139c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37abbdada765ece3e53f11f937b2ed0e981fcf305522b014beb944b479054259 -size 2135257 +oid sha256:a2744d189317b41e51268920f92d43bc41c1e81067e6ce0852e653bac6106002 +size 2123575 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-pseudo-0.png index 40db8a5b2..fcf870d0e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/imageRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db09315a97c00331249f0d6f1a57d5e585189c1c2d90dd90b0f796c78df3f89b -size 2124775 +oid sha256:620d98f20ad932784b79dc27016d346bfb19de50ffb9afebcd21e203ff9697d8 +size 2118382 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-en-GB.png index b188cdd7a..7d49dca25 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1f7bbc91732d5bc2846a22b9c992705ba023ace7c89f038e69211010bf2830f -size 155722 +oid sha256:9f6215c95df35a84cec87844aaa42c08d69f5203d9c1a14be46295b2686e454a +size 155761 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-pseudo.png index cba228e88..048bd50f9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d873a384efccce301a79b01f5d549c39724a2b7798315ab0334eeaf2d73f947 -size 144978 +oid sha256:721df019a382cf62818b14317f42249f30dec519eef4b3dc1dd6f2bd8ca4ef5b +size 145044 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-en-GB.png index bd8be9d7b..977605099 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58cfabb92619e5d5f716d5299975ca4f2a5a38ba578a241c1fa29ef226e36a42 -size 103461 +oid sha256:e5a696191d4d74591e6b30b5f14b770d2b2f42d83c437828ef8398868826a14f +size 103518 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-pseudo.png index 514093d76..2943ac414 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersConfirmationSheetView.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f219f191ab96ba0dc142114ea796a0fb0f9af30cc2ce8f29b99b0bb6718d7c3 -size 96500 +oid sha256:81544159a52ea76b06e0b8cb83cdd388d4a86080103a8344945303926296eac7 +size 96517 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-en-GB.png index e66905000..3fc0324bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b96b85d9a091da9515212b02ecdac23b23f2f4c9e5a1ee8e9bc68378a796cb3 -size 152293 +oid sha256:b1c5717408a0f202a3668b3842957afd120aa4a4048093af4ec55f96d2432c01 +size 150907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-pseudo.png index d782a2b4d..bae6b9652 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:117598d6b54d6bd68492fd14f091ff3a436ec920d4e8ac62f83ebb899a66a334 -size 156696 +oid sha256:036425486a9214ffc5f236173dfd13ffae32ca90a2afc671ae520c6e8e9be751 +size 155601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-en-GB.png index 3c9859c07..7a182e899 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62680a39445805013d14963a26abfd65d192b96fedb321f5052c53e771575e0e -size 96073 +oid sha256:9a54e02c0cb57e2e627c7d57587d6867b6c11250429b59fc2d95bb502bff90fd +size 95114 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-pseudo.png index 38b96bc3c..b572569b3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Confirm-Selected-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:507a257e16587137397a716f62f466d934416f1349b1f39de213c5e59b947beb -size 98954 +oid sha256:ceca400a16caba2ec73604fb686b3b3a505487d9f9abd8a9baaf03f6e1e6a356 +size 98166 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-en-GB.png index 2a6548256..01810db52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c8a17622e1808e4e04595ae735f1a816b006f7e93fe6ce206012cf70a3973ba -size 95295 +oid sha256:5184e72ac35b9864a5668e8bf06c1ad8e6ea1bf5572adf9bed5b3dcf77a6625e +size 95159 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-pseudo.png index eba4a59ed..182aab8ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77ba4947cce3c29021ae45097310ff21b042db8a78df79fbb63361ea0f0a92ee -size 96407 +oid sha256:cb07f932ca279cbf435baa195fed11cb5c2fc0b6730554a50cc876b290dc354e +size 96304 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-en-GB.png index 43a90d79d..67e981c85 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bb157b40a5b3c661e8ad56e8d4cebdb99d617fd5a2df3dfb789dfc6617593d2 -size 47349 +oid sha256:1600fae43a2fddedab94bde0a9cf63159773c53b9b38ecbe4827250024889228 +size 47205 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-pseudo.png index 20067e96c..7792485be 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Searching-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d1a65e7c5c35361fd5432973ee4e0e27d2d4469a2fbbe2c8313945e58faf59b -size 48140 +oid sha256:06aacb289430855751a36f7423b2dda7257c25a921870553d3e56ecc63582c7c +size 47999 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-en-GB.png index fb240f95d..73a28e909 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05f1346428ed2f7d7c74085b5344af4959d94987f3227b7d0249ad3cc66a69d0 -size 152502 +oid sha256:f2efff4b459ba93bc6c8290a3ff46a26a684b2c6abe2812c8a4667a86b060711 +size 151210 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-pseudo.png index 07c249704..d37db25eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c05034b8598c10d9eec2abdf3c4530d0a80d35301d30aa8972351fa7e7315f5 -size 157015 +oid sha256:1a6fa5cea94e92da8768cb87d2d157b9552ec3624fbc4f1241c0c212e93f2d98 +size 155938 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-en-GB.png index d6a2f5ce7..60f55e134 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e48b453eb68a1b00d72821a72db0d4e48c001366db6ee047cb7048ba330878e -size 99439 +oid sha256:34bbaf989ac4635edb87a1e2855c45af93eba45aae198a56173186014b79ddb3 +size 98426 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-pseudo.png index fdc5e9494..ba5fd1993 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Selected-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb9bd700fd06d334cdf3fcae0748949e1b01972e04f39ca3c1b47418a72211cf -size 102327 +oid sha256:9cebab4fae25f0ea54e0583563719429d06d52949d7847458a98dec6c0ce746d +size 101873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-en-GB.png index e66905000..3fc0324bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b96b85d9a091da9515212b02ecdac23b23f2f4c9e5a1ee8e9bc68378a796cb3 -size 152293 +oid sha256:b1c5717408a0f202a3668b3842957afd120aa4a4048093af4ec55f96d2432c01 +size 150907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-pseudo.png index d782a2b4d..bae6b9652 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:117598d6b54d6bd68492fd14f091ff3a436ec920d4e8ac62f83ebb899a66a334 -size 156696 +oid sha256:036425486a9214ffc5f236173dfd13ffae32ca90a2afc671ae520c6e8e9be751 +size 155601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-en-GB.png index 86d62f5da..4a08ce6ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c289a72830e07fb6947359554c10287fcd3fbc942eee4ac72feb5c7b89788ab7 -size 97764 +oid sha256:2cee3d884ebcbe38b96e21cdd7b067eabba8a5ebd34b97dc28bbcc76cc5ee0d3 +size 96820 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-pseudo.png index 4aab17b54..e11df03bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreen.Suggestions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45d5e8de16f1f09fc35a036fd093bd9704b6dbd1a190d13e79c777f08f0cff63 -size 100909 +oid sha256:42d62703dd6002eaab55f4c5f910525578dfab5d4c1a83cf0ee125b70024c909 +size 100122 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-en-GB-0.png index 61d072659..2272cd2c0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:845647b79b7e8a9dbc0c821e255955211c802962a6aeb82d989efa1011b12694 -size 80334 +oid sha256:6e70cdfe8f7b3ed2d33f2148a459fa2facd2a3cf3b00a8538d60487c9f6b2f85 +size 80350 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-pseudo-0.png index 61d072659..2272cd2c0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:845647b79b7e8a9dbc0c821e255955211c802962a6aeb82d989efa1011b12694 -size 80334 +oid sha256:6e70cdfe8f7b3ed2d33f2148a459fa2facd2a3cf3b00a8538d60487c9f6b2f85 +size 80350 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-en-GB-0.png index cd368303b..f26401a67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a9483757bdac9b61b0185d74f4806c2e453f9808c321cf602e7268b2a55ac0d +oid sha256:ec01a9dc61c2512e8ca0dcec79eb597dfad6ed090c5381ed187523cb39dbeacc size 38752 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-pseudo-0.png index cd368303b..f26401a67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/inviteUsersScreenSelectedItem.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a9483757bdac9b61b0185d74f4806c2e453f9808c321cf602e7268b2a55ac0d +oid sha256:ec01a9dc61c2512e8ca0dcec79eb597dfad6ed090c5381ed187523cb39dbeacc size 38752 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-en-GB-0.png index 249ad4f62..6f4e24b85 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ed827a1241328c2590775aff6c4590f6c138a52a59720c26a12b36f038d0d8e -size 85554 +oid sha256:0716a25f07db8ef0102ccca52926b447b37aa2ecb4be3d5fdf8720fd8753ac68 +size 85553 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-pseudo-0.png index 7e8748c0e..e56ac57c4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b5eaff68a99823f23694cf25956308da24a7e9389719b8ac2bd8ef7fbe56c32 -size 91105 +oid sha256:516bd3124180b92a97ae51e03c49cb198514f79f3009d455f85d58b6b5eb2d77 +size 91094 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-en-GB-0.png index 5d433a6af..7dce5b99d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adb5cb1e7c26d08b554b2953f8fccac610309d1fa6e315ed0fda428015f6c250 -size 42067 +oid sha256:ee39442de2eea25a841a7f67aec3e07028a79e5a59b98ec642d01cacf6f1f7e7 +size 42058 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-pseudo-0.png index 548e6187c..534dff4c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomByAddressView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88d0afb69135aa98463917c5fb7b098b8f941d4ff1df8bfeabd7ab7b7e1dff58 -size 48044 +oid sha256:bf9c032e81666891764cfa27b2aafe0fbfd050137164d1cf886bd08b53f858e0 +size 48041 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-en-GB.png index 1e9f74144..c7e860109 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb868b68567b94ea9a29150e426c065e184a06fbd0a75c2e096d0a5f206ef4f7 -size 167001 +oid sha256:e85eb7be2d0fd0bfcb7c8ba8be8533629c0c055d1a27830c9fcc6c3a28b8845c +size 166443 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-pseudo.png index 6231abfa5..1feb939ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:403e78acd2a4dfa1c7ca95770b574f5e562b8013b4136ebc7042923f16f0233b -size 173270 +oid sha256:4c2634c0b989bc74672451cd3f2d207f561b48fee7c51fd5d67683aacaf1878c +size 172773 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-en-GB.png index d66bfaa2b..f5eb7af7b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7284fc08741e4f63c0dc3be9c08963af8c0e09cb96ba95d3c9da100c82682fc -size 111971 +oid sha256:e92b4d8cf1f1b0624dc2ca17a9e501a38e22bd2a66c3313c8afb215c9589481d +size 111950 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-pseudo.png index 8e92222db..fefec45fe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Banned-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8099968e672a7929c99e3d64404a3646b1149e6ee2d59b41beae1a909424d18e -size 122227 +oid sha256:f51d6d4767f773e337a37da21eefe602b4623a389da50c39d32f5b663695ccdf +size 122195 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-en-GB.png index 1700c0bf7..dcbb7b867 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5cd4c3fd0b77fa5a67c859ab744e7d5b2644c7e028c513a70b1f7eab119a6fc -size 166372 +oid sha256:853c00e1be7ac0993af2cd2419413298c1b98127470cd1e6b5990f7f970648a8 +size 165853 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-pseudo.png index e73c455bb..680ec6c4f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aac8b1a09d7b6610268a1cc04617f72f7fdf9a69d240c8218340e00ff8698795 -size 180907 +oid sha256:61faea0c14ceb7482ba4d0782ebb6d142dee133950ee86ef422a33ca56669f97 +size 180397 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-en-GB.png index 4371a07a4..a53384feb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a0a1cc3b994c2651a3a99f528bfb9e9e6869fbb7b427dbf2d25d7a31b527137 -size 114083 +oid sha256:61da826f092f1bf97878612b5be4c04e5429cd53dedce9901c98162305872104 +size 114080 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-pseudo.png index 3e6754e15..b8e709a55 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Forbidden-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e75e76b16c723cead9e6c08e27dab99f6f08342bebced449014fe5ac68a766e4 -size 130101 +oid sha256:13aaf0bc88f993e96f2ec0a4adb7f54254b53a003099e65dd54c3ac595314f24 +size 130109 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-en-GB.png index 2deba27cb..6899467fd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d01d5d76623447c2cc8f9050fdfa2f0fae5bc6c6d43d33e9683443453b59eb59 -size 153879 +oid sha256:205b65296c4c52996f6357b7623d84ea8b52ccd91ab45e6273a8ce9d78b8b780 +size 153351 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-pseudo.png index edfa90a40..6b5b76cc0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0278bdca96c7e1543a2b7063d31ddb3a1bef03b17cd2268de3dd5255b9beabb1 -size 157594 +oid sha256:e4645b9458e18c45d9f741ac21adc1c5e2efbb72a3357302ed8ad0a1ccdcfdcd +size 157067 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-en-GB.png index 7335ae541..c757b99da 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c4f00d7dd64b157f86c2d30a00d6f7b226d7da414f9109393d8be14daaef029 -size 100437 +oid sha256:f469ff22aa01d98ef86a5d0096eba52eb7b766331069e85cb98e3ce60102c054 +size 100427 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-pseudo.png index e606d73ee..9f5cd3003 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InviteRequired-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f7ff70abd04d9d3adede3aa6060da40fe7a8ad0d81b06f9e2edb566a7e2512e -size 107371 +oid sha256:06564ca2ec40293aaf1bfc9a087bfff3daf7be22c2a7bcda3a2f99b255fe762f +size 107363 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-en-GB.png index 1d3d5a3f5..c3b99a429 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a1f61acec6ab1b037b899c2593a96018f772ab57f55dbe4504dfbfdf3fbc8c -size 196190 +oid sha256:0f8415bbcdab6ffbf92e1b77f0052283543ce08d6e11bdd12bc718a68331ca25 +size 195815 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-pseudo.png index 20d9949c2..cf61a39c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61ecbab2f660a11a934eec29f564356e4650df6915ac55671cb573bcb5e7c365 -size 203199 +oid sha256:4c9500edac3d9c689fabc404d73074e9cef23d71e2b336febd6695c1d72ca17d +size 202832 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-en-GB.png index 3718a86d7..dca733de5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6810a4728d9a3669f45d93ca0d424d3536cfd78522d20aab0dcb531fb437af7 -size 141496 +oid sha256:cd3c0fa0a15f49553432c344715d8fdf8286fe1378ab766504d4c805ab9c11a7 +size 141484 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-pseudo.png index 768ee53d2..422315fb9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Invited-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:283a884e6dd7c18e586a1dab7e134544fbced1b938a215e45476caca6be16a62 -size 147545 +oid sha256:4ddeccfc7fe94370eccafbe3536fe7ad944bb7418cfc2df660fb556a80c2d26d +size 147518 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-en-GB.png index 826417ae4..2a77ecbe4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fba59ed7371256e730599bfc2e53cbe2b1112a16d3913e11d055e51d886beb1 -size 166735 +oid sha256:bc48ff520ba2629b741dc8abf5ddd192e0edaccc40e69cab7a2d59738a3f4d76 +size 167167 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-pseudo.png index 3fa5a73ce..05f5466f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:501b580744e9bac9bd7fa6cfa83c28a09824fbf407b614d391dcfa9c14b7c905 -size 173273 +oid sha256:cff084a018ac4b3ca7ea88a8c362b93550dd4eb2fe7bdc8f7f7f285d573397ad +size 173680 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-en-GB.png index 8258f35fc..6d2fb80f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1108d3b22783eed23363fe6a40d50ce694dadeec9c03c7640ae5203b23078f1 -size 123961 +oid sha256:40290c0d3c47f16dd2ef266a07549b0d113d0730aee0d6ef18a27007a31988e9 +size 123962 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-pseudo.png index 093ab1ca5..5ee2b0913 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedDM-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18faa02c0771f0df73c8f8e00f7364ed10c36f41e30c389f025995ced062e6e6 -size 129586 +oid sha256:4a8fbc67cea06938f408ebbdcac976895f5e49c25b4c5811485faff5c8c6ad85 +size 129563 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-en-GB.png index 2adef7bdd..75782a24b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7e7f94ad9e43f52bfb171e00d03afb9ad14f2c4ec9bf598138409f4fb1f3641 -size 139859 +oid sha256:afd6ccd8c253adcd8bb6d8dc8e219c5980c9294cb0c259be8a109a81755a6343 +size 139883 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-pseudo.png index f28fa7fa3..4227d43b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9078d96e7625442b6c352115fffae691099e011eebee7410e915390fd4f02a5 -size 146731 +oid sha256:3aa9f04bdf22d3292bf11ccdb23908c55048edb7cf0dc2b8d45327cdd3c9ef54 +size 146745 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-en-GB.png index 1cc4842c1..6fc0d476f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82cad2d07d1665f29735423cf2ec7cd7b74783853bd63152684906d5f00b950c -size 86105 +oid sha256:5873224d18ccc9b30109b8a87883644091b43a31032877a751b0b56f4896a5be +size 86094 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-pseudo.png index 9512665c3..57aa7d40a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.InvitedWithHiddenAvatars-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:213e11617fb58d3451ed6eff5c2f6d82c6a8ce094ee1acc6019d6a4ccd8a608d -size 92102 +oid sha256:db00be6403e4234d779ce1c729704b23d23e7d9e659ff8285cd9f991dd7f1de7 +size 92073 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-en-GB.png index 5536e1e75..5e549b7f9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7505d8f1954ece3dfc9e6eea3edb92568b4e3b364223ae067a58a6555cc1e256 -size 154208 +oid sha256:6f7a3496ddd69d97246544b3e9130315f88841fdd3a523e1384371f2aa10b7a4 +size 153738 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-pseudo.png index 108a10d62..c011b4927 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bb153d97cb75fbed5ab9488e2221bdcbdf558fbf0636b605104a8428d9dd5df -size 155769 +oid sha256:91bb296d1b5956d0805bc382586b03b8024485bf26371ae1a9ddefe49473af8f +size 155292 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-en-GB.png index 6e010ea94..badf2ca41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:730d3e68bd40c246d173a12cd06b9a608f4c639100a5344e2dfebee8e17ae3b4 -size 99992 +oid sha256:970de5368e1e63bb1a17b78560afe8620789ae184f7af500543cce04bf69f482 +size 99936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-pseudo.png index ca8129e74..b45b9f456 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Joinable-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:813348a421e761ca04c98e8b5fb2c59dd2073674ac308beacf5cc590b369a61e -size 101449 +oid sha256:b84e76a70b6be1af77031c3c3c5130f920dda226210657db3a335c0e5ff13ccc +size 101409 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-en-GB.png index 5e0ded48d..66249ee6b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20fdbe3909e86d2391c60b7df3a157481eb81fda6130f74df375239143643e4f -size 168970 +oid sha256:7be8381a4c38eb5bfd70d947612556697a94e1afc6e57fc4e5e81a3e430dd575 +size 168503 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-pseudo.png index e9874b2b9..d712889c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19ba5c89b813d948d988c9e89d073730b85bd3d1f43f60e24b05d4d022cb6ae9 -size 174617 +oid sha256:64d45a2e4557e0e72520b949b60e910e913018c57ab7fce9a0c4f2b9373cf7d4 +size 174140 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-en-GB.png index 009a32a5c..1b60c4b3d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb61570e8f041258e8137a61f11604b7ee9eeeddc5d4a24fa36a83150a3ff23f -size 112388 +oid sha256:be1a1615169be0f8dac12cd72f184dd6038be8ede1e07250991efb99c178b3cb +size 112544 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-pseudo.png index 373a36302..26efdf6e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knockable-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f98d8a01b8ae1bf1eaad8de3f18f96dc2a85e242ea1778af9affdb82c5e32bf5 -size 121701 +oid sha256:7df6c476a056fa7d8e3748e0c63f7c3a6a7395415cfd6030480787add73550cb +size 121669 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-en-GB.png index 8aa59c2ee..47ba857b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d10a8277f334a1015a3c7234970db813f447b3b052a33074fa8a519b33e26a0a -size 109909 +oid sha256:043e74b964878ae5c55f2e8676a20eb8879adace5fffc710296e9683f88fb396 +size 110168 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-pseudo.png index 527607e7c..162db498d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b485a12fa13e024b0fe951f61f20b22de390077e59bf72fe11178624036f244 -size 119803 +oid sha256:bb92ec765a908e424ee72c456c7e7b52c0926909e9f6744e4a98b3c6416c0c6d +size 120056 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-en-GB.png index 9818a74db..7263cb5eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df2ea73ed62a8fb173faa4de387eaefe8b72ad9b34d235b99a896132f626fe7 -size 67834 +oid sha256:4cbbe1802793f5ae0acddd7b29d0010268142a7387fb949c711c5bcff563305c +size 67850 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-pseudo.png index 9c5f132c7..94b6d491b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Knocked-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f713e3adb63e7e5c95b327fec8831ef9ef47995318dde69b568289e15f1b40e8 -size 82448 +oid sha256:4c8033514d60f5862f8b22ca5f6fccf35e46af588e0b3ac62163f7345bb054c5 +size 82473 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-en-GB.png index 659efdfc8..d361e7850 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:daee782ef06d06811b17f430164d7402be4cc47a288b2e9ebfb6e4ea394baf1a -size 169275 +oid sha256:385a4081b39cd4bdebae4b2d551519d3363c9e05527a10541b3601881c14e79d +size 168824 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-pseudo.png index fc3bceebd..46e017739 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e42b6ef72e98b2f82499e98f7f2321dc6639a3cc33593903c396e60142ccb9 -size 182318 +oid sha256:f10b498032a92c8a006dd59f5137cb6acc46e436d5cef40c823bea43f3fa0b2c +size 181845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-en-GB.png index 30b4aa550..540cb3371 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48539de480de0e1a6e401d85dc6b15176be4a85ec4784a64a3d28f2031fcdee6 -size 116799 +oid sha256:846e0726200d2b4dcf8d2f7bbff076fcda698dae32dad1045f8967f75d17a3fb +size 116746 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-pseudo.png index ec42bac72..9529e89be 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Restricted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:798a656c19a36359000e52cc5cc64e8a941fdafc1b4a3a5a26bd7091c520e077 -size 131798 +oid sha256:e38e9d814a548adcc6b15b6e18fffa6063289d41d83d93a0565817a7d7b6bd6d +size 131753 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-en-GB.png index 5536e1e75..5e549b7f9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7505d8f1954ece3dfc9e6eea3edb92568b4e3b364223ae067a58a6555cc1e256 -size 154208 +oid sha256:6f7a3496ddd69d97246544b3e9130315f88841fdd3a523e1384371f2aa10b7a4 +size 153738 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-pseudo.png index 108a10d62..c011b4927 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bb153d97cb75fbed5ab9488e2221bdcbdf558fbf0636b605104a8428d9dd5df -size 155769 +oid sha256:91bb296d1b5956d0805bc382586b03b8024485bf26371ae1a9ddefe49473af8f +size 155292 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-en-GB.png index 6e010ea94..badf2ca41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:730d3e68bd40c246d173a12cd06b9a608f4c639100a5344e2dfebee8e17ae3b4 -size 99992 +oid sha256:970de5368e1e63bb1a17b78560afe8620789ae184f7af500543cce04bf69f482 +size 99936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-pseudo.png index ca8129e74..b45b9f456 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.RestrictedJoinable-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:813348a421e761ca04c98e8b5fb2c59dd2073674ac308beacf5cc590b369a61e -size 101449 +oid sha256:b84e76a70b6be1af77031c3c3c5130f920dda226210657db3a335c0e5ff13ccc +size 101409 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-en-GB.png index 07d1e1657..2b1c3643e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29f48bf0bf788e260dd6db62aab45eb37cab826e0a3964a097f1b0456620eb77 -size 101089 +oid sha256:4b8df94f4493ce2ad3ac1bf395953d91c3cda798bb819d9132a4d33ec503fccb +size 101147 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-pseudo.png index 8c3d11a73..e1eb931da 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4712023172bfbebd477ca08e0f0227b7924851603df22db6322063002f25b95 -size 115370 +oid sha256:981b280bebb721cfc39d83c1107ad37d2a4ed8b3ee13c73fbee68c2b64a30629 +size 115400 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-en-GB.png index 73bc3b40b..d2d8b16b1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a38bf22de7d4e4ec95d56c0566957fc5b631d9e295cf4b46392846991fb1b226 -size 60127 +oid sha256:2266837ac90de966fa160be4342c0895082d05ecd943ad844f307f13d8fc9ec4 +size 60085 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-pseudo.png index 4c8611001..d85cb6902 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreen.Unknown-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c68184347c99f3040fda4443da38a04d90e30deef03be13c3e0f288b1d74179 -size 82540 +oid sha256:27b73b5556f56b1ac798e5752dca084d01450821b1fdb372ec56e29c056a93cf +size 82519 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-en-GB.png index 8569a33e2..332fc4bd4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b23a0ebf451b657b1df4b0e809da74c6bcf4180506e887743a7410e461c0474 -size 157256 +oid sha256:04e39c16413f2fee23bb22f42675c969ecf687114010d2118f1c9ae2f1fe8a3e +size 156233 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-pseudo.png index 55c5dec4c..60ef94c4e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dad1b083161ffa6b1e0bbcdf0f994461498a0d88d357fb676e95a800019f911e -size 160584 +oid sha256:f213c72ea4683ab3fcf4fb4934d2109492da0388a43056129fe4fc5f6d48023b +size 159551 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-en-GB.png index 7988278b9..dd40a4bca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b5f0b87bd235c6bfd4a3e88187d866f7405c0018f10791cce3e9560451d7396 -size 102813 +oid sha256:1c8d015786f51e3580634d63adf0e58e83821a85928dd0802e59d71cd4890b0f +size 102820 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-pseudo.png index aa7f8388c..500f893c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Banned-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:135a682d6b25aa68ce1636b28abfe078a7de3a38e832aa86aa6d15ca6b2c2d54 -size 105919 +oid sha256:1b4a5e19a2f79e6b0c94df3dcc47a0ef4f9b0399199144b7557e5f12d81ea5f0 +size 105928 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-en-GB.png index f976375d5..759a9ac50 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09d62b9e39093d9b09cff36aff3692ad8e0898f8b19ac6434c7787dda17c898d -size 166686 +oid sha256:32d281a1cf15e0b910dbc6fc39b28583566bad8eae079f35f2cbc4d7643d4e69 +size 165666 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-pseudo.png index 7b0c221ec..bfb4d4cfe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c10a20b47c4c753e3293662287a24c93e5196ad9aa78a89a993c02155684d116 -size 181928 +oid sha256:e64460ba7c923ea99c2441b7f61e0231a71b69f41178b7ee7ac783d9551f2dd8 +size 180911 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-en-GB.png index 8d7db2f3f..0b0763e95 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a514c8dae4e042cace065d24d6bec65d999142f49b51089156b4a0bfc6d8b215 -size 113721 +oid sha256:112bb6287ba54edbbaa06e607141bc3ee44bba91208cfc7c9eafb66c21d1a88c +size 113731 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-pseudo.png index 1c7a1f597..466d4598f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Forbidden-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:101891f2272f5c8a28c109a4a79f5c1ba74dcab11ffdd3d75084391ba17bd698 -size 130464 +oid sha256:afb4c90b2beb3a01ad5ce8a5d818f32cb0414493bf644016c8503fffffb61aa5 +size 130481 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-en-GB.png index e17c66406..3f1ded8c5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1876fabe13baf16e13edfa9ce2127be29ddf657851fa579b37597ed53580a1d -size 154193 +oid sha256:f238bf3ba1c3f14b8c18b14cd451c99a14e2dc50e853b0caf3f15d4e2edba9cc +size 153164 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-pseudo.png index ef725e31f..92ca0b334 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6befdc77362d8f503eb35af6cdc1ef1cbaec8c2a9b9004acb61b87dd001b6204 -size 158615 +oid sha256:68d27367684b10a4c8210f5714fc110fa0c51cddcea20fda88ae0f056a28d08b +size 157581 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-en-GB.png index 092ad4b14..52b3293ba 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f788dcdbfea8c1710c99ef982f61f2c723cee27e05d70b9bb925712b015584e -size 100075 +oid sha256:39b34a68697049cf22a95d867da0a720f6018e1d5b01795cfc8e129052586733 +size 100078 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-pseudo.png index b1516f76f..72840d0cb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InviteRequired-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5496d8ebda501fada5ea05f01dd167a1f47eaa4aadd3a395e0b9b258aa05019 -size 107734 +oid sha256:f6728df9cb8520d58b58ee06712e7ca93154b95debde0e4c92985b8662dbe17c +size 107735 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-en-GB.png index 8d68b07ca..47c83cf83 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6bd61599a11e8fb66ec2a2170b6dd5b025cb1b22a810cf018b7cffdad8b8ee8 -size 196509 +oid sha256:9ae635c0da1a2ba7ee9f3bd4aaf5ea90ecac2400008db1076e744ec171bf7147 +size 195633 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-pseudo.png index 51db97421..a6aebb56c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83e5bca57a083c3c11c35e73e4f69650f07cc5f67b5a1a6609ead1b124cf4833 -size 204198 +oid sha256:3d64c6d91e9d96a7cf1ef767ae5c25a049244e2fd59b7c1479f1b419ba3578bf +size 203271 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-en-GB.png index 6aea8f35d..365d846c1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:294390f97039e181d2224b7249cf964dcef409af5781cb937a809bd1f8c0dfc9 -size 140311 +oid sha256:4d3c2e80c849541cf481ada9a99377d50aa0de6f8a4356c90c1f89d7553218e1 +size 140309 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-pseudo.png index 0abd034ee..5506649e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Invited-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e1c6c7f0c898b356c146c32d624c3c527909064c2bfd58121027d2b2d4ec0a4 -size 147149 +oid sha256:8ae4821c2d6df4d0761ae3e917e5952a9e4d6e9552c96d89bcd2028ad85bbd13 +size 147128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-en-GB.png index 437a701d6..f27818c2f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:648c80b23fad4466ade4d31e02ddbbe72ea5f5ea549d0fe287b752be6a881650 -size 137545 +oid sha256:7816a85882e6cdca43d820dfe7c80b33abfdf48dbad9f4a3de98112c32546574 +size 137564 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-pseudo.png index 8e52f32b1..d126c0904 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:312b681d76e3ca5da69b073ccc2a66aa8cd32656878e5d811dde729b636932b5 -size 145064 +oid sha256:4301af38a67bd5783e4ebded8a07b84684e82c116a9e8a2033b7e388b0930781 +size 145074 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-en-GB.png index 58fd31329..0468a4092 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b5363cfcab5b08387a3a732c4e02ace543a798793a6bed949d1fb331e1fb3b9 -size 83936 +oid sha256:52ee9eec0b20518cf1ae8cd37bc6343f02ad76c927f644162bf1c5d29370175e +size 83927 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-pseudo.png index ee0c0c60d..6b8fc1cb0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.InvitedWithHiddenAvatars-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1dfcd7caafb3a2f486db027bb75b0c7179cc495fe5632175ca3bb370a85afc2 -size 90606 +oid sha256:38f8a74b377bc33215d9b2928de036f461f7f3622118c1697ad38767e916785b +size 90585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-en-GB.png index b4fea550b..bfc6ca009 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58db0082e6efa02f784f5df66b1eedd3800249cbb5b3795bb2e2767cdc9df780 -size 154774 +oid sha256:11db383cc82c8d99138e981ffd4a01d7145ffbe6644d7932c7d104b6dada5df0 +size 153791 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-pseudo.png index f66ea87e2..b5c58881e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eab5d200c97a8009654892c641af49f6ef393ef5f2deefcffde6f3986c096e0 -size 159074 +oid sha256:c0f4c21ecc0d351bf7472a879de20c028110aba930ab4a36da5e3134fb678a10 +size 158091 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-en-GB.png index 7c81e8976..92a33bf96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f06c5c7e8931bdc28c148698d0f47e4ae7ad7847c07163f4c73a012aa5fa495 -size 99807 +oid sha256:6ed9926059534bb5fb0a49ce2a3aeb6695e918a8d984053085f7d962c39f1055 +size 99762 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-pseudo.png index 968ced5e5..f3e283ec0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Joinable-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66974e9ec7e707e7ab1e76fbc64eb6c5762c302dd6cb6657b6a54a18971130c6 -size 103771 +oid sha256:729648f22799603cedbe60b99509ff07f66968d08c1b96fbb69e172a1b9b0ebf +size 103740 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-en-GB.png index fb7320371..f1f6cd75c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaf2ecfa28049b98dc9938cf72b0c3acfcd1ed8ccc55f90e3336326bbb5ef92e -size 169319 +oid sha256:c904ca40f47e3b920de3c3ba88623934d63e958c6dd78155b9649d1d350500bd +size 168343 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-pseudo.png index 91e51e5c3..18d418f76 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:675e62099165ab6611ca4ac9f36caf3861950f8cdc9265c9fde37f8f8d8e3272 -size 175620 +oid sha256:72a8afd713cbeab2f6806f8e0f4bfed710ee681747bc8a706aed2e92044a39c5 +size 174627 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-en-GB.png index a6142892b..5d60c47e8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00bf15f19fed6b872ba68487626d73d2ec877a8def298f4667a4411f4d5b6bae -size 112121 +oid sha256:34d6537a603900a6e2233b1a2fcc483d0e24b801ce3e6e0d8906567c5f75865d +size 112290 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-pseudo.png index f8941f7f9..bcdba07b4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knockable-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03e99c2374fc62277ef2b4d396937117d958d8b0511928589dcb6207a67344b9 -size 122143 +oid sha256:cf48ec4ef46c978b08c598212956b7f213e13d969432868b86313621854ffa26 +size 122120 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-en-GB.png index 6dbf1b62f..29792dfb7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:895af8f472799250a379396a0e2122d66decadd7b24d9df7b33c7e0bee7b65e6 -size 109979 +oid sha256:e37df285a92c49d3d3416e8156bfc8c5f95cb932a2b82ed182512c4eb5368b25 +size 110178 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-pseudo.png index a90fc897d..82cfc6278 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71e74f5051ea0bcdcdd1eb07ffad5d33cac18da6dfa19202cdc095b14f154310 -size 119900 +oid sha256:d3dc0b40bd225a49806f2e7ccbf358bc05ffa690465ccc0f530846d291637345 +size 120092 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-en-GB.png index 1556b66c6..ff68eae83 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd34b4cef8cb73bf31c3314e58f866a1761800fb5c94e74b13d244b48b5128d9 -size 66949 +oid sha256:ec4080d32cf02364ee91ab2337adea36995b7fd0a06b0ec98ad9b95a706a6cc2 +size 66964 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-pseudo.png index 2aedde305..ba1ca7c61 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Knocked-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f33694ab61ecbe4afd5c476d3bb07d0e033fd54a4708d8159e8ab676ccbd9ba -size 81512 +oid sha256:da955a333875e3aa768162d6b0b3a7549b41d553ae9e9a4b25828a6fec36ac36 +size 81537 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-en-GB.png index e07a24d66..8032c7478 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80d6f30690bf992504ac99ea7a5579a31af217456977e7f8f470ac6a56ce9dd9 -size 170155 +oid sha256:8584b9881fbf7192e71871758e3a9611a4d27aa5c8b0e8681e5516892c0df9f5 +size 169195 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-pseudo.png index d6b958c67..f03e2b9c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:795c425e90fbcd4590db7d9e002e347fc0eeea604a5d4b358ec0b128848fceeb -size 185871 +oid sha256:7776a0b9933a77540f75035d8dd8b32e1ddb1b16f5b009c31cfcc11f1e846ae5 +size 184901 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-en-GB.png index 51fb48040..c1a8d38a1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9f654b6f2066f4bdd625a87567d012fa6601b16540769ae2e16f74636e7d087 -size 117012 +oid sha256:c87770052c2a3159f2f7db7d73678abba21a346da57d8ca9a1cac3e9fe3ef6c4 +size 116964 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-pseudo.png index b74ca8576..fbccc39c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.Restricted-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2b3d605f6d0e6dfc58ea5607460e615771e0134747a2c1feb67fb83532e5ee5 -size 134416 +oid sha256:56955889f1a7a65d10edca2bf3c516b15b756150feef217c481b997d255bac01 +size 134388 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-en-GB.png index 5ad8b6f0a..0c1f1c4c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06aa41c11748556ead49632a8f6d447945a45aa332f19026297321bdcba7f3ba -size 155088 +oid sha256:b3936084a9283840a9cc9626e24e3295047d7c18296c9d212a68af22a591c0c3 +size 154109 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-pseudo.png index 1268e9197..8994c3f77 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1c8dc6050602ae739efecb1f5aa45603776b51f9f28b0a8d0654a3a74adb322 -size 159322 +oid sha256:7433d4aae2bc69123e04bebef67adf38a1a9b99a55341d252e81e7b5461e04c4 +size 158348 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-en-GB.png index c3eb25a22..47535b2e2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44dd536e5ae09074bbb2f27c35b120cb5cd75b72a28532db1ea5f615990df9b4 -size 100205 +oid sha256:1c1e921864d5fd2df68dcc2d6181b20d38de97ea9b496367db0f68a26e814e32 +size 100154 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-pseudo.png index 487016fb3..a57a4296e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinRoomScreenSpace.RestrictedJoinable-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5ea3132421433f24f8e0688194893253d2a9adad1ff43dd86bb4b7c5c6664eb -size 104067 +oid sha256:ae16b56b152296f6b9f4d919e2fffd76a0a1644376f95378f1095701f454197b +size 104044 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-en-GB-0.png index 5df578e99..a4560f06e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cc67bdf871dd02120f5e380fdf1755d81332c35c904e2818bd27d5f9c8fb9b6 +oid sha256:c079081867fb1aa64794830c1eb2a9fb30e247536db074d8fb203b5b86c2a82b size 74274 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-pseudo-0.png index ca1e2fd41..579f0794c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33bb51b6d23a5bf42945c7d1b93257d7b729fe81b70f5cfbf6a2871c3e462122 -size 75495 +oid sha256:6f2e977b3cb10357020dd8f2470bc0da48f83794447cf701e22b1c6c198cd897 +size 75496 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-en-GB-0.png index 1ea8f992d..720a3f9ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad670b56be16888c137dc8060b34a7ff91b07490b4160a9c299af9406bbee477 -size 33301 +oid sha256:c4e0f9d529fb93fcb265b9d32f73a54b6590960e3fd34f016ff5daa917c90a63 +size 33300 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-pseudo-0.png index d21bc3d59..2af4aa893 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/joinedMembersBadgeView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a886c81562cf3a34b098389e8e5fc5e97e1c3a6d719c41006a28ee537d554fd -size 34819 +oid sha256:c49cdbcaa1ec358a5464c8c2ec63b7083584d89b4a0c1106941dfa9ffe931266 +size 34817 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-en-GB.png index daf076ba9..272cff187 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b030525a7829c80839832fc65d30e278acc9f8b9f84c6d354e807f61b4bce47 -size 117144 +oid sha256:8cae8d2ffb01c38ac5c6fd70e168470fab625d8f8c91412a2e6b86c62c3c7ec7 +size 117125 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-pseudo.png index 0b797dcac..e13e4d5fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fb9db5fac00b5fbfcd3f933124b2967098430f741fceaaaa3fc5b4879c4361a -size 118715 +oid sha256:13506acc1096f24cbff6bf57f8ac81a2b5a451c71ab40deaaeaa4db90da838e2 +size 118696 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-en-GB.png index 19e297499..dc49e56f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9dfd6797ca5ca9bc0a40bc7fb129c163752871dd440605955440c4f9a76fe63c -size 60895 +oid sha256:c2232d0f0cbc602c5258771d13bfdf6211a3d805ed3ac5ce7f555c4ec5b28080 +size 60890 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-pseudo.png index 14d55cdab..6993322ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Long-reason-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7ae20489846c3656ba523f75ba89f259dccb5ee526f8efbea116420aeb6d1da -size 69871 +oid sha256:c35eccadc83cb1ae7305a57ab9928bcea7c111d006489f4f3853574fc6433709 +size 69853 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-en-GB.png index 44ced39d2..9e208e8db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:221946c1857d77dc9f5b05e970675c8eeb98ef4fe0a8cfcd202f19d6a3d97294 -size 91185 +oid sha256:3ff400d146e6772bc60f238e9d55d8cdf4d4ea33ab1ce8c1c3407653e88956c2 +size 91161 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-pseudo.png index 8bd4092b4..ccafd053b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d06bd48d368307d9893eeb1053dc1ef3c4f6c302171b5f533fce4009c2d9c5e3 -size 92734 +oid sha256:0f4923c2fd2f83014030661c97755572a1e56a3673b75721ce8f903e6d2ef98b +size 92708 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-en-GB.png index 5f93f204c..a7d68fd37 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bface69337c1f5bd4e675c6ca4e213019891c1577f728555dd4d10a69c1896b3 -size 48661 +oid sha256:88d83fa9f0bae75c96a6ca83a65a18d6a342a554c60cedfb04f162a87828022e +size 48667 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-pseudo.png index 985217d4a..be203e5e8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80522342dc8614a599d0ba971fd3b5fedc51171049b5cf3a66396bab709734fe -size 58286 +oid sha256:31d44b4957f77ff30960f7d5b25cf0ccff4836951fef70416505c3f0ac7af79a +size 58275 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-en-GB.png index 2652a3d2b..0a8361157 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90a6927dfe4a892b81d9e4dccff41d400142d69d9d511dead8021f70f6915875 -size 92294 +oid sha256:ae054671d0845bfcbe74c07b92fe59e133af16e0dfae58c372969c6706a0f78c +size 92268 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-pseudo.png index f6e2f463a..e7486a880 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8883d434335ff72a64f7b9fa01e06e4b2b0500001569cda2d25b7a8bff68997 -size 93827 +oid sha256:860a8b07bcfc17794c24e21ad8f2c59ba351809d4679071d01d427225555ce77 +size 93803 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-en-GB.png index 84d811cf2..3a171d899 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5283c596860ec28d78f1e37a8baf39c8f243fbd076156d67c7beaa7d34ac819 -size 49423 +oid sha256:2c91b4022a3dcccfb8f2801541ea1262bbf3f2c151fe818499459ba3f8d2b79f +size 49419 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-pseudo.png index fa68bbdc5..925c07f94 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.No-reason-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b1b14380e1b88eec1da1f8fa5210cdbabf6734e12eddd669879e0b170d00e66 -size 58856 +oid sha256:b0ed3ffbcdf280faddfe42dd54c5c25e5a504d1c7f4eac84d38203d2f713a329 +size 58832 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-en-GB.png index 47ab6a783..29aeb32f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03d319ad055ffc4d49e3a3b6960149fb6cc1113631d709a08b6a3dccca88b898 -size 101641 +oid sha256:718126dd2879509f83f6569877de30d4d8a868e6ae5fb2b3bc8590e155ff37c0 +size 101604 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-pseudo.png index 90fd73813..8b4af1f92 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15d022c30b47c730ca3b67d3b6596836b27ddf925fa66f20e658c2b3649a9678 -size 103196 +oid sha256:c1fdd2af586c91b4d6f9935cd0dfba2d650db51bebda51dd55ae32494dccbf35 +size 103158 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-en-GB.png index 4c2382597..c5e863a23 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:227da7d9866a42c66bf70df2f174fb4697644ea43b308a5c2965199d6538e571 -size 58941 +oid sha256:9e14cb303a4bd9cfb3cdccfe7101d5dc280d744e177d5d44a9aa58a33860ffdf +size 58928 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-pseudo.png index 3b220c726..dc5a2dba0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestCell.Short-reason-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30011305a6aed891fcc5f925af986a871d230df82314d7e3da2a2807bab8844e -size 67792 +oid sha256:dbeb14d9f4bd36eb4593ed85df2ac384b4f6a1b26d67a6b6854a6410a8febde6 +size 67769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-en-GB.png index 95688504a..301f463e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1add71eec72332f3d0f4f56f45068eb44a27290d16b5699ae16d523180b21315 -size 30977 +oid sha256:930ee80c40e9eb7d83d5cde9c5369d99575411647450a85fa98f339a0f92b96d +size 30965 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-pseudo.png index 1b25cc94d..efce20a5a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09e6a9bfffd30aed0d98e81d0f83363517948f42b178bdaa697839474c0b28d2 -size 31918 +oid sha256:3b3319cda7fb759da50528d6dd26c8411c2337f7a1c222cdab554cdb8a9714dc +size 31928 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-en-GB.png index 37169b39d..d608278f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:183f69e4d8bff9139f39194fd86ab630806376f11b0d8e48b7fdbc34df5ba5cf -size 22773 +oid sha256:3e7a085f83f5f8fa1b3e9cbf9b6d618635aa87eb501a2f89420a53c91b7ad0c9 +size 22783 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-pseudo.png index ecaacf970..12eedc918 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Multiple-Requests-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fb13539b94dc0e8ffec3949616b1f1d08b0c01cfeeca864d3a87f37cd7995a2 -size 23345 +oid sha256:31b481cdb03227c55377b9587db2f5a6b554a0940551f849aa4c525b2c05899b +size 23349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-en-GB.png index 8bdc8751d..8870b0267 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ed343dc6fdfe8fe86931ac57bb5de221b893e67ea6740f09b03da2f0d5022f6 -size 33984 +oid sha256:62ba2420d7a39602d33b6eab9722c92a3d8532eb662e29343152b58320a6c4a5 +size 33997 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-pseudo.png index 0320ff0f1..f64bc2076 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c72a9cb9efee8db318182df426a39542100cb8f634646364f5ab2371e2eee743 -size 37324 +oid sha256:1adf282bcf04cd9ac10ff26278e55032757718169697fd13cf89857bb8851266 +size 37312 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-en-GB.png index efc5d0b66..2b875675b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8df4c96c5f7ed1e16b00eed25ee489779b82108e616cf5fcd347b02479018fe2 -size 25336 +oid sha256:b96f7d3c29185305f65d45824166025544100e8fecc5182417a96932b13053c6 +size 25319 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-pseudo.png index 09df2f09f..781dc7923 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-No-Display-Name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41ae37d20af35cc9eafbc37a3a58551c8b08a7fce2f2e5c8b1016540d4a04391 -size 32666 +oid sha256:7f525c29827f588f2ce29f60565978ad61303ed10e999f61ed61d35ecbf66aa3 +size 32636 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-en-GB.png index 2247fe51d..dc5ade387 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b7b864242e784d8ddc6f95be8f0e9e27c81b4fac495c587381b0602d520a8a5 -size 36897 +oid sha256:056c8abbf810e9cc3881aa4e107a3cce574758d42b33223e52bd0b715392fa93 +size 36903 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-pseudo.png index e4c0df950..66f750608 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:435a74365d46ac1366bf2c6343d349cce8fec2766cb09b2d61c7f92187a4e285 -size 41658 +oid sha256:96d4036f055ec32e6583ed9a261d44600c08b56bdb13ed99eb9996ac1b9d0208 +size 41668 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-en-GB.png index 523533cf2..dd9f5f346 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:410bbb9cf2020e28ae5da029aa7aa370c49351eb706692db7e1e976cde373a52 -size 25816 +oid sha256:4f3892f8156d842f4cb2659d16be17ff9f5f2e98de9e0b0975adbc25a9cc0505 +size 25809 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-pseudo.png index 787a4b085..d74c0d2bf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:573d09b7aba1e7a20a20090ad2baf4236f7024bdb7d266383a8ccbd68c525eec -size 35993 +oid sha256:b2b0ca71ede5b5541967960e948c232a5a2262ed6de9f2c98de73880fc716a1f +size 35972 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-en-GB.png index c725b0421..43d97cd47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e4353be9b16318ec5774ed9ce19bcd7092dcb575958ed003ece8a7e8ce1e6f9 +oid sha256:378bf5496b2d0d9bbd2c2a91f716322cbb9c0d708ad084a420984e93d8ee9386 size 32609 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-pseudo.png index ee195b37b..f42898c68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:006f2ac00dc322f133db40b9c22d7e9a74bf06420487a333d01d4f12aa41ba77 -size 36956 +oid sha256:5c829e39646d691f53f832e16948ba94f2d85d8a15c957c8d2c415e47de8c1b5 +size 36966 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-en-GB.png index a0faa71ed..108637656 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:249790076d8003df15316cfa253a502fd44fb7dc66a6642dcf4cdcdab0b9d9e4 -size 22412 +oid sha256:a8ca977df06f72981419002243fd2fd314fd3e435d9fd92b82b7524ee097850d +size 22416 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-pseudo.png index a382fc66c..aed9709ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-no-accept-action-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51461496517a802c737c245e510de941a176cf93f2759daf2c9e2e4053a41b36 -size 28381 +oid sha256:32d4d30d3c8f15c0de8ef8bfadbcc83fd938692fd8e2ef75eb823bf2a0c1cae7 +size 28369 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-en-GB.png index c73d4ab3c..fdb058d92 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6316e6324dbd72e72dc0eb8cf09b80e7788c091746fbff2dd7f62220b146984 -size 52744 +oid sha256:c53d2dd7fa475e712f8ce45502430ee46232c4d1c0044b56ef5cac2b0d411a86 +size 52729 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-pseudo.png index cf0b0e130..53d7f2e67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf1476690cc3cccf2ce3966b6791510a44d65ba1370563fcc3a560b6fc548aba -size 57490 +oid sha256:52f3ce58128cc921b2e647688b0c2d058dfdb58143a763e3a2d0ae6072ce2fb4 +size 57472 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-en-GB.png index 915b2ae59..c64201898 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b94ac6d13906cddffe740a57b5c044adc9389a9d7514fe576d2e0e8080c923f -size 40671 +oid sha256:f4c04fb8cede17011004afa29d8cd99530f1c1760f3ac3cb77bd6b7f1b31177c +size 40654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-pseudo.png index 757776767..aabc2aa96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsBannerView.Single-Request-with-reason-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c637b790aff4bb5341be902d80681fc04618ac94816dc7f0f675048c0849645 -size 50880 +oid sha256:b455db1517931f77d953f55b3373d7298b7f07cf50c1a9153ea5e3e336c99439 +size 50858 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-en-GB-0.png index ed7cef4cf..96a216b9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1329fce0d0af6c6f3293f6173f3d150c25b51b4862fa94e484e1ca9754c0cdf -size 89326 +oid sha256:383ee8eb17183b6360cadfc53a0737e644189737f4b2952fc3893ff484fb6918 +size 89318 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-pseudo-0.png index 6163946dc..ab5d6d8d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d2e7319d540f959c36844bdba6c68779b6a9d8c20b811da77f81def4f4d11dd -size 100056 +oid sha256:6c84523098309a0eb31cfa925769dd4945b700fc8cc2b611beb1c8d00b968fa7 +size 100035 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-en-GB-0.png index 9f7d1d87d..e3fe1a259 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53da3f76d40634873cd04dc9f143f4c69de23a0cdb85c50df9b88f550ff6a7f6 -size 47135 +oid sha256:62c2bd4b299ee9c8a3f9687cdfc0df9f3cba1886bd93e8958b66ad0883ce8298 +size 47137 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-pseudo-0.png index 4b25ba4c1..8a919abb4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListEmptyStateView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e4dc072e5fb0cbb1ae233f8e81eac986b767ba8871625cab36be4e11f8a1a74 -size 65950 +oid sha256:7a0c0e55e94a9d53e01d7094d503c6f1b2ed2b3c363a6fccf6cbedd8ce86c465 +size 65966 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-en-GB.png index b0bc334dc..95d2c1d72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:549c8ab8bfa15dd137a03e83be26c40b895848885e09d9ee199215f04f426572 -size 89087 +oid sha256:60cab1cb59d5baafd3c6772886cb6e5800621d94cd4e1878db8e9fbac31a9556 +size 89079 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-pseudo.png index 126e53744..d9f76d428 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc92ce6192a45223e01feb2fbc14868a5dccc7af058c17c6408c30afb44221d1 -size 99221 +oid sha256:e80d7a541f62601a2df0cb62b378244584af8d97f1a1f44274ebc8e88ab4a122 +size 99192 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-en-GB.png index ee6e0179b..c3ff7e0a9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff18a0368e186fd4a124222c525d86dc4f675cdc6601b5d0ef5c42a1b3e11e63 -size 47135 +oid sha256:d52539622768d5d2632b72e87827e05dc02996ff3cde8261e0ddc2022ac2ef30 +size 47137 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-pseudo.png index be8c30783..18e5b3876 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Empty-state-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5190dfbc78265ca6b836c1f739d6a40f9882a51d04a2f70d6aa6a09875c71e43 -size 65816 +oid sha256:125fb9db091b83e3c874ba8c4c3a0ce1636ef4e359368675610ffd118f960f03 +size 65833 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-en-GB.png index 4dbb3c85a..30c8c7795 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4dc959e6c019f9003117a2b73d24afc6adf6658191943e3cc37ebb40bafdb8e -size 91844 +oid sha256:106e5b757504af251b5fa4ecce4d0beececc64d7a744000c74d58fbf5fe9caec +size 91817 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-pseudo.png index 4df1ae78b..cd8efe73f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb9e433455486db8cefd77745a2476976920467f8d69b9a7db7136e2008ff45a -size 93419 +oid sha256:a3f837dcf4f5fe8a11d8da6cfeb757f806f69c6b68ee53aed4167f508e520a0c +size 93393 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-en-GB.png index a4edd3867..7ef598f68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8886445f7b3dadef3034ebebdf1b576accb6c3e03c210d5a0d48b94277bab2f -size 48439 +oid sha256:1ebb3f5d4e02083a60a9c85d8516a278de74b2d7dabcc9170382fad8ea6aed41 +size 48433 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-pseudo.png index 0f62d637a..4a43482b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.Single-Request-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70318f17da2bc91fbe0fda5514987b757167028e63eaba689980ce57e370e377 -size 57902 +oid sha256:81535ca4e961e7bcb914d083f4f721a0bcf6e36a345fbd7a7c5cac232646eb3c +size 57879 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-en-GB-0.png index 707ee3181..67a44659b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce2cdc908c67f09db7579db0b4c17f12bbfa130f95c3d44360149b2063c2593 -size 166433 +oid sha256:62cabf408a273ff60480bce77396902d7fa176fe239017e6e4b9c3984ff34100 +size 166399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-pseudo-0.png index 8ee745cc5..847d53356 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a13169f8c6612ed06a657cb0b3d69be1eecd19ba1c96d4330a2cc222093d036f -size 171605 +oid sha256:c6dfb7d88883c16158b217fc5d41c3d0ca8342cb538b66499eb64517293d8740 +size 171575 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-en-GB-0.png index 5966c2e6e..3551e96ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afb8f3c7d89dfd83a3cb14c7dd986957b04125e054a302fca5900f2bd368fbb1 -size 105726 +oid sha256:ee5c76a380bcf5379feb0bd146d120e8e59b1429f909071a3bf4962445f687d0 +size 105714 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-pseudo-0.png index 77f637a0a..04c9d42ce 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/knockRequestsListScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86f5289315b01053599c5661510e97b95da6871e45368e49a396d80cd2d6a588 -size 120549 +oid sha256:a9ce517c742857d21ff5ca6fd3ad2dae6203e5c97868eeafd005a1ba9136f809 +size 120498 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-en-GB-0.png index 2e8701ca0..eb908553f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a67b1cbb04c7d8fdba3696f57e6d79d02f78a74f6ccb77f22616f09eada1fa32 -size 114875 +oid sha256:369c8b25ec9a10b426b5245def0dcdcbbbbacf9dab21a0d697ce850ea500ceed +size 114893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-pseudo-0.png index 685c65873..fcd4ee598 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfa024f9d97c81eb37908a79e7568f013aa58efd9ceae17fe170106224f2d431 -size 130036 +oid sha256:b851e90dbbddce09221b619798d45ac1a3a8dfa1462b2fd666aac6052f6184b5 +size 130101 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-en-GB-0.png index 4ab8584e2..a09fb2d1e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98b8079fe3c6a71ad9b4b3759286945d6d00fe4af586b61c3419b30a7df17dfa -size 69199 +oid sha256:8b8f27445813208bef523182397a306b62ce082585b0712d7fc09cc8c505d93c +size 69200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-pseudo-0.png index 73f0ebd0d..f02003a4f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/labsScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dab5e89804d8de1a830b50170f2137f1f63fbeac9391dbf2cd6ee773d8b2fae -size 100135 +oid sha256:a44f2e845fdc046d660650f63e1a5722b2c554a51f3a0efb42fe40c75dfa7d4e +size 100144 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-en-GB-0.png index 5f561e6f6..0ab5e4a27 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64ecb801c205c1b25759279811246ca4caa48dae6e0cbf020befc5869a83b3ed -size 111298 +oid sha256:44122846c87703fe59458ddf5b63bc3e8df1d50594d07894a42e1266f3e0632b +size 111287 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-pseudo-0.png index cc9231c62..7efa26aaf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d57fb6ee30c25e3491f937e0e74fd9a3c2e21e961426300a991e4fe55f71eb5 -size 123216 +oid sha256:540b9963c26fbd67ce02b652a2a0b5c9c4ac66c0d73018950cff2b7a09a3bb08 +size 123236 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-en-GB-0.png index d15b83504..bf379cc98 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21ddf88dfaee75a9cda5e39d6e5e4a1ca6d932c3c791bb7e1b0a2880a0b2728d -size 65927 +oid sha256:8fc25b65635005f7dee10646452a9974672f752cc588c77d30dfcd58665fe459 +size 65937 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-pseudo-0.png index 0e7dbd2ad..ab8afaa41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceRoomDetailsCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3199ed48170a6a163e894be3b4e20376cff1324e946103ee8a72e6d8af71c854 -size 74664 +oid sha256:b5ee5398accba68d6a6aac58fa7f51feeb1e4c9cc7562ac9ac2017dffd5870a4 +size 74718 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-en-GB.png index 2e6ef5955..5661d25a1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2fe3c4f6354f94523ee75f69ed37b702aac943a095bcee679a6743be420a2a2 -size 103431 +oid sha256:d67c04a7414a44fd3bfcb44b5ed197c49474732173a9d0344b2c0e6195678b26 +size 103412 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-pseudo.png index ab6efc2b9..196ef0b45 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6087fcb56a01cebe9cbe17ce6e87764a3b586fdb4443b8a5a6c7be9fb5bbc7d -size 113376 +oid sha256:ec30dcf3fe13b16a47815430419660faf3b12d50c8955e605e5a3d02b0300c7e +size 113370 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-en-GB.png index bb3166ddc..1f4065507 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8d1d8999c2df94cc24c7b11a3727878ce3dd7bfde23910da358fe5293fd58f7 -size 62111 +oid sha256:6753f03b3f76226dac6d2834e29b219e4cc10ed7636e0e8bcc739c0b71ada326 +size 62075 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-pseudo.png index e87a913e2..caf81e5d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Admin-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d3418e7499a070280e0305e06b4b3a318d9acb73befe72cd9c42efa88451828 -size 86087 +oid sha256:5a123d5a61c070eb13c74843e574e03b2ed6e16ae27a72c355c3f7d77907945c +size 86091 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-en-GB.png index 0ec128244..567dc404c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:312afadcc532592b73ea185c60665489d5bc0ad22b49f7d445c31c900feaee78 -size 99431 +oid sha256:f17c51a0a643719c18b2f863c682e3241bddea0d6b60036f28b391d9eb125485 +size 99439 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-pseudo.png index 6e0048c73..8766312cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09e0e50995de534261096ec3b9d1370f65c5dd1b48fa30e6fe4093fa5aedc211 -size 113438 +oid sha256:75a243336a154f8d13f6a814ab37123b1aec093201773483a02b94b1643fadea +size 113433 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-en-GB.png index d71fb1502..b1fb0295b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dc02dfee863f883145cd843cd6a0d5d7168b8d00fddcbea6c1aa22456500e7e -size 59405 +oid sha256:f06c11a526379e46c9420595b1fee264344302e070a609ed4090f672642a6d56 +size 59411 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-pseudo.png index a37322c0a..10d45b464 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Last-Space-Owner-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc8531cd3bfd4550fe8cc5b7b9ec61a7cec5ff909efcaec484de870f1044e0b2 -size 79601 +oid sha256:b53f42b1b6930dac8ca75acd68da0b34cf8bd69b3d64974664aaa7a2c52fea46 +size 79600 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-en-GB.png index 653e1d95f..857a62d0f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8919d537dacbfa092cf8bb0bd088d3d9ce1c2acef978675e9d7a1ec9aae8ad1 -size 75096 +oid sha256:a703f275057fa72eaf6be1dd997ae8ddb22c8abaf338dd8abd713f610376b5c1 +size 75083 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-pseudo.png index ad29b61ad..28c6d2181 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43b9a0739c68efb744640f6a23ebb59aadd4bcc8c5244fa3c47cab7ab427949b -size 75068 +oid sha256:8c5ef82daf32f5a018bab8da1e17784652be7294e9306ed087180f6c730a0447 +size 75071 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-en-GB.png index 5b70cb4bc..3ed8ae45a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f62ab49653a17483a0b0ec3237c8aac8af7d7cf50a9f9b6e5def24a63e1c87c +oid sha256:322b9fc0d9536d2f0f07172a914c94c269196fcbbcec59de4947fd5d0d3a7ec2 size 33417 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-pseudo.png index fdd0d8a98..f26c084e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Many-Rooms-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53f544407b29a510cbfbe78f806a090c65554291018e8f6c202b968ac972105d -size 35337 +oid sha256:d2c26ed04d0f3dd5ab5f08d420b1afdae8829c6ca223499048054fb519f01964 +size 35348 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-en-GB.png index a11283fdc..6df433a79 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18cbed2b974bbbd0a0e16f707c1d0b9eb14d72d8d638e3e9ef9f91da48423e29 -size 85863 +oid sha256:af2e21aac47b2866df5f3d68c2e29d5f00268f72a2e0180e41eabb1aecfba294 +size 85855 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-pseudo.png index a91c307ce..be830641a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83083ca194cd87ed33d7a4246436ac2561481519ae7a440ffa2d4a50cb131381 -size 89816 +oid sha256:1e166c0ee416db4aad6354e6b1648851d249f35cffc7ab15769ed6a2166a4af7 +size 89833 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-en-GB.png index 3e5c92e26..d776c14f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24805390f21ccaccc00622e1ef99efbe3ce8a514a944fdc5b95060eaef247f32 -size 43837 +oid sha256:9f7badd222c61368ffee70829982b0120cbd7ba5059c0dead2cc38169b5de03d +size 43839 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-pseudo.png index 5fdd93c69..4a4ba4e59 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.No-Rooms-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce1e9ab48a3edb5d4322c04d4c1ccbe16f5188db6a00fd248cadf1d962a43645 -size 51116 +oid sha256:6ec7aad45246f3e1684e39436bfd4b2729f3d7d2287207cae6166d604e607c94 +size 51113 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-en-GB.png index cb5d734e6..ae079dfc9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95091a0cddc81a16687e87cb18c9bb6d0c28074634941fa927818c4107f34af4 -size 139488 +oid sha256:44148dffc54bfdaa7bcfbbe10441f0f266be5a575cd27509ec9706c8672ae485 +size 139632 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-pseudo.png index 50e62c7f9..c06289a5c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1570b37deec76b39e511b2d4a9115c80529a8fc6b12d197af0d6a300eaeed424 -size 162529 +oid sha256:2eab3deab1d628dfbe431652ee09500ae373442e8a5de4fd41f4ff0c29f3d53c +size 162732 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-en-GB.png index c242049ae..2697019e9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9b4d56a7cee02f8e139f2e3bf88fed8034e03f1371cf1e492f73cdf5e9bf242 -size 91278 +oid sha256:03b51e5ec7f3ab0ed2dc9995d2d5c26fed062934b509caff506e8ff2ac1e2751 +size 91448 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-pseudo.png index 30fc95f8e..f41d544ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/leaveSpaceView.Only-Admin-Rooms-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95144ab9cb60f59d83d09b110bd46487e077f549bc9522593d76c011abe9ceba -size 118769 +oid sha256:9fd977cfa946befc532874d00026dd33e01fa41195277198e589e123e9f34fd0 +size 118994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-en-GB-0.png index 7e2f7b885..499a34f6b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c1b77f6dfcc012492343f6c976fba8cea3ec8bd6b6aa4601fb8f9054171ae1e -size 89942 +oid sha256:7a41f82b26c5d78676ad5599ad7812bf5bfb2464f1305039487e4014102d1861 +size 89952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-pseudo-0.png index a24f57695..98563b40f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3670a195158cac1f17de566f71d31b8ce3c45b35a648d6d52bc791ce5b15df81 -size 92625 +oid sha256:559d611ec6352617b7007b9092cdc7df075cdcaa46ffae6725cbba402423c296 +size 92636 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-en-GB-0.png index 2023e11f5..ded75eb59 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b290225991ce69b6c1ebde5809da015e247193e9e73343fb97cb48aca0a2090 -size 44196 +oid sha256:eefc4b8ea0b4b36a2c44f3858e6a12078c2dafc32ef4b84e0bf575c267814a99 +size 44192 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-pseudo-0.png index 3a0c103ab..c7e0bd94f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/legalInformationScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7457d284f31515e2101b6e84bbd6c2eed56d2c435875e617dc09348191123d24 -size 50737 +oid sha256:6c212eaa4be7166ccb34119fb2d2e717b5ba5a1272ed2f475a1fb07bca0b82d3 +size 50729 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-en-GB.png index 43f83991b..8d2ae33d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:592b59289bed364dd2adc7728f3e12347ac94424a624be85bdce69c8e128aae6 -size 112157 +oid sha256:3452d97333262a605ed6a852fe1da4de1da65b63c510ec7b64bfe19afbdf5d1e +size 112109 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-pseudo.png index 9759ca317..afff6f6ad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38ff2a2eb43eceb91f9aabfa7a35d928cc6bf39b7a4bce26ef3c81cdd3e36150 -size 124522 +oid sha256:b34e3da4f24ab9cae45a862050cdfb97b616cffede1e20174948072c6226a13b +size 124483 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-en-GB.png index 8f2b79170..d82de5316 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8c7abdd1f0f6e5bfcad754b9cae68da7cb50845d049b8fa4484f4ef724e24ec -size 63809 +oid sha256:cab4d9d095c7f640b53d221745a436a262aee5d3a37f8aa9c0c7c1741017e001 +size 63797 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-pseudo.png index 23fab5e43..44b6bc38b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Generating-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67bfab335ac1cb8aa079a25ed79590f713fbad6fac168a03667ddf611b86e18b -size 85219 +oid sha256:b33e849788dd881aaa4604f1d64fec651c9cafffd816401fc72e9f53146574a5 +size 84511 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-en-GB.png index 0c5fd8434..00f41ee47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f35e13949126aa35bbc49b9e5dbf0845ca60be7063ee7fc3a0384164f96e856 -size 102469 +oid sha256:6cdc97e4344c2ffe177331ac731dd55d3acfce87c997f918829f902261629255 +size 102422 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-pseudo.png index 52c62d4e2..2b7a15f17 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:842cbb773b3cb49647582e37d8a55043e83d3be1dbb0699e301049503b3f3d52 -size 113151 +oid sha256:e905c176452ed33e1a8d2a2260ebbc82c1f3de8ff41f3b29432f7781473538c1 +size 113108 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-en-GB.png index 7af6cbe46..fa10e51a1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eed9e630f879eb404ece6b19cb95e0df848b2f1c8923394ca7ea9cab2c0ae545 -size 52283 +oid sha256:4a342ae7b2dc356b934d99a2d9027244e7401a25266eb355b2b1153eb5577839 +size 52276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-pseudo.png index 61da27440..eae8df28a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Loading-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11c3d97fa832b66434b9467650c29810acdf9548a4ab82064e41ef513abbdfbb -size 64768 +oid sha256:5414523acbf790814802b76be7b6d36d54d481b58f3cb1dc514313c20a7b61da +size 64081 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-en-GB.png index b2e61ccfd..db94df8f4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8241c970619e687e62815ce3f7abb9fbfdea419aa7253bb72583aca0463b3a3 -size 112495 +oid sha256:b531352e3ee933a2e22e9a321c5e139e8174efb7f918a669add6d5532702a9b6 +size 112437 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-pseudo.png index 84ed99212..cdfd6b281 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c904990b0d618a09545732264ae620e994259148474dccbf535edf694cc5b7a -size 124221 +oid sha256:a0538ae0da5fac1186428eb8fb85ba180f76cf1d1e1c0a4ecd04a36d33e9bda1 +size 124160 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-en-GB.png index 8af89c190..40952676e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a349c38b49c9af8335a5483311b22449f7dfc76458b0ece40fab94d71af73d7b -size 64214 +oid sha256:4b8f0c0986304f04698e421be614d81e1b6dff36328e56f24b2d435fabd7afae +size 64195 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-pseudo.png index 35516fe9e..c83a5c703 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Ready-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:685a373bcc175ebfdd5068c1b55ba2947e6e081e5c35bbb26ab397b84fc8508a -size 83664 +oid sha256:4315a4fff20bb806e0fb1ac0009e067cd957a39c5b96304c2b1ebc8bf557da7b +size 82948 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-en-GB.png index aea78b5bb..f1abd61f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:865ad5f990f5afef41e924c286aebb8c99d9629577f4d75b237aa9972aa4a167 -size 96939 +oid sha256:d1662c65902309a67fa3444778b3bbbee5af63098457f8e20117a2ba6a5635ee +size 96923 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-pseudo.png index 33d836a2d..ce86eca82 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9619af1b33240507268b5b8ff1934e025758aaf23ad8b6d5a42a5e3baaed20d0 -size 106049 +oid sha256:9978b04d44dbcd1257da8604f3e6b79f48a4568fe005fa592fc9c2ff421640e6 +size 106044 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-en-GB.png index 3fd4fbada..e1e604018 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d59e49988fd995a3af8ec3ed54a951a6f7e6675d135cc8c0ffba780f64535365 -size 53470 +oid sha256:60bf4103ee3de5657789b3f7765626285603738bbc67fc88450b20c9952254f6 +size 53465 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-pseudo.png index 63fda4777..f2f828f33 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unknown-error-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84dcb8268c7f3f878ffd5d32beb9991a6e7212894e799b1df509a0e4a314516c -size 66759 +oid sha256:ebb51fcd1fc6575ffb3d7ef1b52c3f8dd01285a3712aac416256a09399547cb2 +size 66747 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-en-GB.png index 666d17c7d..907379f8f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd46a891e0688e239d97d83fb2b4baecc148d263b8e242a190435803e87a8246 -size 93795 +oid sha256:0fd4a8c34ab40febebad3ad3e027fee2abab10a8d2689508bfbebf1e035e852f +size 93789 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-pseudo.png index 3e2354c59..77f686fe1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a4de98d1a8011bf49f47a1d361ebb67ea80d0311d8d202f3ff72b19b2bd0542 -size 106647 +oid sha256:22484dc33eea65b235d57125209d7eac9c1ea9b1d15a7a50ffb7aa5dfe55fe7e +size 106654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-en-GB.png index 35d4918a1..de952f5ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99c2ade9e1c6580b8898e71e1399cdc2692049e0ec8637c706ff0bee62c14639 -size 53340 +oid sha256:4a411cd1ba847096b781cea16bc6c7e31bfa3d2e0dc002b5f9713e42f4af8993 +size 53351 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-pseudo.png index c271844e1..1c6a27d74 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/linkNewDeviceScreen.Unsupported-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c3677cfc9cb46a3adc07d65ba53db8353f2922c38fd051e35fafa8c3e8adc28 -size 70486 +oid sha256:5f9efe1aefa17ef6c07a797046fba38d108ce45608193a7f94899e83b9049fdc +size 70520 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-en-GB.png index bba703947..1bc7a868d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c6038d846132e778a87f9b0c092b4b73a569cd6d549a3f8fc29aff57f2b6976 -size 2184702 +oid sha256:2988b20b96a1bfcd3e38d7bb29584768a6236b94a621b2344ab245b62dbe05b1 +size 2184708 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png index 2f5433dda..1b7fa1d8d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18659469e7bc5d5efc6d35efdbd8576f58efa3b0a2ec4874d7d5fae3bb29cf47 -size 2213199 +oid sha256:34936e4f86d0c28030c115b5a82fdada5fa7761f96dffb5ffbd3e76cabf4c0c0 +size 2207952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-en-GB.png index b88592924..6104e2c86 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a942a02296d2f4adc5edb447727786158e0079ca1f88980f7a60b79463bf4f41 -size 949091 +oid sha256:bef678cf3b73d11746503a6e04b1915fd982bbd55a6938a1ec1d6ee8000a5533 +size 933876 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png index 40c951aee..c02e0ffca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c91b60cc3fc131aefef8a8f079b615644e3c88aef360687cabaa54e006916eee -size 981067 +oid sha256:64b97394dabd1a7a1facffd90a4792d40fddbe09cdc04b4b9c196ee9dadb3f9d +size 961829 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-en-GB-0.png index e477b2a52..cf6f05641 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae5fb963478cbc8abf7dc4732ea8f4295ba86efd9e917d2e167378a6e06520f6 -size 14937 +oid sha256:286c908b21be4e8932b45a93ef3a6f6c78fac4d4aae06c68345b79a3e061a2ca +size 14928 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-pseudo-0.png index 01d678e0a..0b9f37fde 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45a96c2f592cbc5cf7a2f1282679bc4b7d592e903df161f0e10c853b4401cd6e -size 18159 +oid sha256:a04f3632ea5cad7c43c0d809c26405e4e70489ccad0b7591644c1117103c3475 +size 18155 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-en-GB-0.png index 5ae8e9527..4d56e1af7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acc5d3b386e57b63e6e2386b96d3cde0eb1afa9b0cc8fc914e1495882e39b691 -size 10977 +oid sha256:7599140166ba4f130f5eb3ad1b6a1459f24aab7a906d4911263263b3d2ba4778 +size 10974 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-pseudo-0.png index a9771462d..2a452aec4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationSharingBannerView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6126e63cf2456619c7e6d2212e6fbf4b6f5af7426df7241ca2039314827da64 -size 15642 +oid sha256:749ed4f6110a00b1b5cab1cf32729120d7da3a10f3f066ffb1398247c92a172c +size 15637 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-en-GB-0.png index 8e83e0869..b3bde1f68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdb760551c4ee06f90180920d595bed05d76ea02cf06575732903597d04c6867 -size 94611 +oid sha256:68af301e2948898cbce05d1669f4599f9ff8be0a68e9c645c3cd3ed7bf126eac +size 94614 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-pseudo-0.png index 8e83e0869..b3bde1f68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdb760551c4ee06f90180920d595bed05d76ea02cf06575732903597d04c6867 -size 94611 +oid sha256:68af301e2948898cbce05d1669f4599f9ff8be0a68e9c645c3cd3ed7bf126eac +size 94614 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-en-GB-0.png index 93233ffde..77b9dce92 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e16d68afd6a8163c1bda175de195bffe0f1cd5ab003ba6c83d351aecf1ba177b -size 51993 +oid sha256:3217a6aa59f8c2d053424b528e6ec34e49d1d1006e5f10cf6cdc96e13a6165b1 +size 51992 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-pseudo-0.png index 93233ffde..77b9dce92 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loadableImage.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e16d68afd6a8163c1bda175de195bffe0f1cd5ab003ba6c83d351aecf1ba177b -size 51993 +oid sha256:3217a6aa59f8c2d053424b528e6ec34e49d1d1006e5f10cf6cdc96e13a6165b1 +size 51992 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-en-GB-0.png index 0872f2071..fa448f5b6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:965ec0dec6eec0315c2fd4bd248a7cedefc8df3f3245e8c1bf6726821a93702e +oid sha256:d31ba566abd85b81b0f16a3a7ae380d8e21085815fadcbab921359a26e0f5363 size 93586 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-pseudo-0.png index 0872f2071..fa448f5b6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:965ec0dec6eec0315c2fd4bd248a7cedefc8df3f3245e8c1bf6726821a93702e +oid sha256:d31ba566abd85b81b0f16a3a7ae380d8e21085815fadcbab921359a26e0f5363 size 93586 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-en-GB-0.png index 340ef10bf..b18bcd2bb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03302f8b6ec0e92addac5a265c299e146c8ee1895885c37988ec5d5ec4c5330d -size 68356 +oid sha256:6b712def81b4058273d9f6113aefeacfeac69edbb3459e6adf7066943fb76a2f +size 68355 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-pseudo-0.png index 340ef10bf..b18bcd2bb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationMarkerView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03302f8b6ec0e92addac5a265c299e146c8ee1895885c37988ec5d5ec4c5330d -size 68356 +oid sha256:6b712def81b4058273d9f6113aefeacfeac69edbb3459e6adf7066943fb76a2f +size 68355 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-en-GB-0.png index f762689d5..20295eed0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42d9e53962ba2823d88f871b2c640d8744bd08ec539c709554cb5eaceb14f81b -size 83560 +oid sha256:830da070046753a10d8d0f785ce403d1d60525a5f15de866786d22a412debf50 +size 83554 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-pseudo-0.png index 87f31ccd8..d1b3bd376 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8707916d97a8bbde7492c7ed6d6562104925e0e9b479a6f2ab26f0b82b9bb004 -size 86855 +oid sha256:621aa673564785d2df8616330bba3233aaf8a6e2e2eb8d50dece954710e1a089 +size 86854 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-en-GB-0.png index 7f8b95a50..d09c7b386 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb0b8b7b5b984110559f8de7845fd878fbc6bce939cf63c0a87ba60a3806668a +oid sha256:903af84a7fbedd5e8447be2774f81fc2a3a657865c970c2b49397496be6bf5f1 size 42994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-pseudo-0.png index 61e897a6f..ef78bfd63 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationPickerSheet.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0977018a5ba0f0c5bdd869cb940a22da4affe31fbbd00e79af6c23c7e3d3ad25 -size 50792 +oid sha256:405ed794336905a4c197ea1b67fb5db41929738487a18e69ede4fa754d4145bf +size 50791 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-en-GB.png index f63756118..1486b4637 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83fe2d86433a391a75c280771253f7ec9b1086b744e29f3acae04d99ce12d9a3 -size 1295097 +oid sha256:1254d494c0a5be06cb3e0c5c560f6cbbdeb87be8f4dfffa44db243209d839e4d +size 1295167 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-pseudo.png index 35452c435..3b0e70454 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f6a979e285b19df414838bc6aa2ef9b28b387a8e720a3d68a92dd9d271430dd -size 1298265 +oid sha256:271f23da8f40db297431177dfd544126bdf9d8e646ccdf17b3bc5a4b0ef2e5b1 +size 1297662 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-en-GB.png index e41bcbe3e..e02eefaf4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c9dc6d890f24df476cd8f548527d9511bc451e20d13ff0180f6201fa88fb62b -size 574858 +oid sha256:b7d6b4046f43fceb77a354ec53ab067ae5d9620bfb30e403fc5e6bc887f3a868 +size 574896 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-pseudo.png index 63e3f7187..97c422db3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/locationRoomTimelineView.Bubbles-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65ffe895a14c6a0ba3cee6c8812f626bbc98b143a2dc77f1ec5ac001fb8d0884 -size 576433 +oid sha256:58205f679a01dd76babfda4059fe3ee97a83bef18d113e084b0d57b23540041c +size 578243 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-en-GB.png index 9c46ea9df..524695f9b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec0138a54b04fccc0eebeefd06cc3eeeeda6d8fb840f4419d16a73ee79bdf537 -size 91780 +oid sha256:39e1e12846935a24e8b43b1b5c326f366ca7d3fc4f5f67821a41e17e5b03bd2e +size 91787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-pseudo.png index 4897b037e..a67bcf0f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ea25c2a980e95a99ff61bc337c2bfc1a76d92f20e974f9b8072fc007d920577 -size 97574 +oid sha256:aba4aaa5b372873a58486fe9d292cc8aa31ebe29e4cdcc9aaeabc155fb14ba83 +size 97585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-en-GB.png index 7a19ac36e..9963b6b52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2e949173e54706a383570ef53a14c20c3094342660e8c86934d92a80775b154 -size 48460 +oid sha256:36fc8d2e7d1699aa6979e29fa896d3249d3081578b720ebc11d86248b1759b84 +size 48462 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-pseudo.png index 879972f8c..8e40bb4a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Credentials-Entered-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:940d76446adb0c55356d7e095a6218f58131802a5d1fb6e1cf7d0360786c7a25 -size 55401 +oid sha256:263e9b47e53c2b4b79ca35b1b8aae0b3c0e5abeb9cc8ad54c64e69cfd5766013 +size 55415 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-en-GB.png index a978e388b..f0021f5cd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1910df9890c7c49b3bdac7b46e7a16efd2d1b236900cd2bd6a5944664bc07c92 -size 95593 +oid sha256:a6f876b8fd1f725204230e94f0cf9897bc49d6ed3716aa46756b1c5f9c57276f +size 95601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-pseudo.png index 22ee660d8..4b2204e55 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e082db9fb5567407364f3126c11702da9b1a164db326882fb21cc100a00217e -size 103288 +oid sha256:2d8e1f89e4cda3a6976aa82d5213981098c10e6f380f7c8b1f798540f151854f +size 103289 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-en-GB.png index d3bdf60bc..e7441a4b9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b58d4d3cba4b9d58f1bce083cdf450f800d07eeaffaee162ee18d48366881d8 -size 51575 +oid sha256:44de57c66ac161df59178d0e0592a70083813ebc5ba3fa4eb30ad8c19f74b984 +size 51579 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-pseudo.png index 42623a031..2f8342e79 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Initial-State-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bd4db068615195e0bf1cf31be90cfdba1b8e788591242baf2f9f1f3a42791e8 -size 59808 +oid sha256:4fb1ffb92cd715710e43f5d9b55f25321f2191dda9028f08dcfa0ebbaa4aeb23 +size 59800 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-en-GB.png index 08fe3c897..e2e510573 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84fede2394585b76fdeebcf6de42b58f45be7009413dc7b6ad46e42b315a1a2e -size 95900 +oid sha256:b5379de7a36edff91616c840e4cf6de986c32af58ac8ff9c0ea58479e996ac62 +size 95930 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-pseudo.png index 76856fe4a..c61de9f94 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:445be7a30a9333829a66254f1b41ec4e5fff2a78263136f1c10f2356e688e591 -size 119171 +oid sha256:42bbcfd5d6637412d2fcf6a1b0158ad99972e165fe430323ccb2879775d387f5 +size 119186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-en-GB.png index 0443ecfd9..e3835d9a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e51d7c16c96ba47b129296ec564b41438294e5ec1a0f70af5514bd2c4a3ee9c -size 55906 +oid sha256:7f4b7c62b1423a9faab00b92bccaac0aaa4e3fe083f5fc4d0cd61dbe50fe6fa5 +size 55891 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-pseudo.png index d56285f03..e9a16069a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/loginScreen.Unsupported-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a33549e3475e5706c266e545fc1371454a14b51735638d500ebc97b70528018 -size 80122 +oid sha256:d388437021bb996a9b0aeb7d78dcbaf3d966abd51b24f0121a93cb72fc35646a +size 80097 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-en-GB-0.png index 9c4408ac6..2e12df744 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:593446d01336ee435d6e1a10a7f85d6aeb2afa3aa2ad95aee372a52ee5f3d4ee -size 104555 +oid sha256:f5a84c594301aedd71aeba7d893dccc61f535ce5a66361c154d4abee8f8a9de6 +size 104542 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-pseudo-0.png index 9c4408ac6..2e12df744 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:593446d01336ee435d6e1a10a7f85d6aeb2afa3aa2ad95aee372a52ee5f3d4ee -size 104555 +oid sha256:f5a84c594301aedd71aeba7d893dccc61f535ce5a66361c154d4abee8f8a9de6 +size 104542 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-en-GB-0.png index 32ac7b6cc..19e4612f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f72493986d9022a120bde045d700644febdcfb90118e08c41e6f97f6b37d6809 -size 63987 +oid sha256:d09a8854288d4fcfa83b131689cc38164906f0bc920dc5f86a0dbe09d32825c6 +size 63989 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-pseudo-0.png index 32ac7b6cc..19e4612f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/longPressWithFeedback.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f72493986d9022a120bde045d700644febdcfb90118e08c41e6f97f6b37d6809 -size 63987 +oid sha256:d09a8854288d4fcfa83b131689cc38164906f0bc920dc5f86a0dbe09d32825c6 +size 63989 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-en-GB-0.png index 6c8dd806b..c31fada77 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0475b424bf7e5a522ac87b408bfe00523e213c1cc9c9f613e9a77803ebb6d0b7 -size 182662 +oid sha256:8313750cfab44148993d58032bdf048d3e2c4bea2d5e9bb19df1fd89cfd87e3f +size 182872 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-pseudo-0.png index 5cf0abf1f..32e32e1e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dc595d057b98da103a5074459a30fa92e11d197f35156deb53001ecf6a5c9a9 -size 208149 +oid sha256:cb48abbf738320ba8736ccf922e0c482123cc2c4b5950aec7b151e8c419fb4b6 +size 208382 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-en-GB-0.png index be5738539..40079ad69 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33cd5731925ca0265f1c8638d09b37753baa53b1a12b05e23a76515a7a5f8bc7 -size 129152 +oid sha256:810e4b18524363545e7c3a62040d6c3a8eb5598a6b11add41ed717d7ef58d504 +size 129186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-pseudo-0.png index 2e9f39ec7..2e7bd6a99 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageAuthorizedSpacesScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c91e18254261ab9e3006962f37668aa923d0651977bb363e22aa29ac36af390d -size 153244 +oid sha256:cad3e054ba2b014219b8f67f8961599fb47329a1e61e61dd19b7f82b0c26e1f6 +size 153263 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-en-GB.png index 6fd2b9b2d..a4fdf24c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3fb26cd65b9844896f35287d535a0572f1399bffae48e1bd71d5ae82c1acab9 -size 193389 +oid sha256:f491a0e099988a3dbef42fe8c189af7236a7baf55fa7df84477a6fa56825f597 +size 193677 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-pseudo.png index d76dbf03d..4a5a60e73 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5f5d615bf41112a0024f7f50df26913e95db681b5b37a40ddac35403117d87f -size 194766 +oid sha256:324f967b350d8e86697be48196497fddf8cac2ebf3691646bbdc4f2df3b85c80 +size 195055 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-en-GB.png index c616f1562..db4d8020e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efd532b936008126210a3ed34b89beb506b2dc2b047249ff472407fd461582c5 -size 132635 +oid sha256:502c5a3040bc1e21a731f8900bd14856eccf96c6d52a6062cd4845f99928ebce +size 132897 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-pseudo.png index d0cd3e410..e8156f1af 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-Disabled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c68eee303e960d9a23e15b83f62e28b8da4f7963a8cbfc18fbcce38b76cecf67 -size 137277 +oid sha256:28bd50f97f534e52748bd7beb5a843fb35f3c2614de12ee6126138ae6a2fdb53 +size 137544 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-en-GB.png index a22032ac1..5c53488e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c8dbfda22e87ce156f3f028e95bafa6892f5f5125f1193270eb1a51da6ef082 -size 193788 +oid sha256:5e2000a7891f112bc7167eb7b2d05f4aa0c1a49e0287fb45539b4322f90c1186 +size 194074 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-pseudo.png index 7bcab070a..09a796d94 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:000e211f49ae8a8296a9658322cd34166c5231fd98e28a1fe3757f2dba8c8f43 -size 195197 +oid sha256:d206db73c1e2e5787e63c28c4356f4ec342e6cdf548cd1fee67e94615ccce1d2 +size 195479 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-en-GB.png index 664d69dcf..994227470 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:851f5282a96a2d6c4bfba0167be08cf7775eaca5587e8697f0965985b0d83da4 -size 133034 +oid sha256:6e315707da13a720bef11e166f4f3675f73897bc8f7a628a90f16e8391bc4555 +size 133285 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-pseudo.png index 9e22efb86..8eda98a65 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.All-Actions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8b1681d05c4f8590fa0a244a9cb788aefe18e59f17498de4bb5a06376ffdd25 -size 137714 +oid sha256:0eaed697871ecb7fff50046368f656992df238b63b0b05752fce92342835c479 +size 137975 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-en-GB.png index 75f7c21e3..7a40a08bd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9935581946c77ffb88aa47b4b168ed4ae17372eafb50630a61d57fcbc85a2d44 -size 189325 +oid sha256:8b443ce809fff612444e72ff77da297de5ed541a2d61698f73cace5b99900eb3 +size 189606 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-pseudo.png index cc5bcf272..ff9f7b39a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d969f3eaa42a072774ea508385082cbb89eca347cf15a454d263dc05846f2d0 -size 190440 +oid sha256:061c1cee4f9a91ccbf294c0f93268019e16a8d0235c395ce85ee2ebeac93bdcf +size 190716 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-en-GB.png index d5def6efa..3f162c252 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e7a5eadf2a60956f22e0b830f42a7536e10bf1f613799d10334c3cfa5b7304d -size 128823 +oid sha256:2591ea1b78e421b68f17ccb1346fe8e76a50ac95ca3b86d75041e5446f98ed0c +size 129088 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-pseudo.png index 224b688d4..bd5dcca8e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Ban-Only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a4a8f6988ae0ceab20b3b252d9653a8eb70c64cdef3b7d034ae505f5e3f445f -size 132075 +oid sha256:e3bf4522372ba96bcc99a0e94b0b74f5436a4e9608ce1904752d88068ce6b15e +size 132341 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-en-GB.png index 699c6be79..fa7688325 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99956b2a9f61558356a406283ef668c337178895b6ef1b41662544ff160126d4 -size 189117 +oid sha256:dbb64d08515a7a37bb15ca3d10f75f3d3b0c365adaf12500165de40edd31ad5f +size 189406 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-pseudo.png index 5a7c7d10c..da9a8b820 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:518cd954375ac1134a89724e83e9174cf0f999063cba737ed3aa7998c342281f -size 190182 +oid sha256:d2ad40bf2251f2fa04ae19254223d88764ccb37cfa2d65ac4cc061bd019cbf90 +size 190468 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-en-GB.png index 4a2c9b83d..53dbf519b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c84c2cb8203ae85837286aba447a4ec3119425ab5faa3d7efd62cb2c511ed13 -size 128882 +oid sha256:52ebf7fd999b6517404a4f338123f6229d3fba857d8b355fe72717365826caac +size 129129 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-pseudo.png index 780ed2596..38b051966 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Kick-Only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:933a073a177d73f6ae6ea83f5674a8fda50d463b0ce2628f80aba443c4eb2f86 -size 132330 +oid sha256:a67c108d91b40f27ea68ab515e25310de33f4c82fbf7abb71d24c25bec54d5a0 +size 132585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-en-GB.png index b6aa60ad5..a01bf747c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e24d90ada7955de3788cf0384412b7ca239448dd39c5e626a9d2e994cf2da042 -size 102651 +oid sha256:5917cc6c3629fd2341e62c29140ab9689267a65d36dfa1fa5261c536a3b349ee +size 102605 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-pseudo.png index 510feacc1..de7240de2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:378d0e11359329c3198e4727add2b05e76ad4f98bda80af7605d9f6fd3c97362 -size 103679 +oid sha256:a5a1e21797dda475db40d8cd98bde4c75ae2f5d714a5687411d694f4bdfd6ed8 +size 103627 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-en-GB.png index cae568b56..8faa41ae7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9c15c885468753a6b4cfa677b59b3547d32d438c565096dfdf5b94db5437a16 -size 53699 +oid sha256:76d228150e3e229af5f003782cb58eced2ac4990f3d8d96fec07f6ad823b4d5c +size 53702 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-pseudo.png index 848a25ff8..c2c156173 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/manageRoomMemberSheetView.Unban-Only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbb506682c95db386f3107d7586234385442bf2afc13f17e5831bc3b3c99a58b -size 56284 +oid sha256:01b06a3545617669ad83dbdd59dfd6c452e5a5616e59d9e71ba8f688a3f522a2 +size 56300 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-en-GB-0.png index 850c949fe..19f62c067 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e8f69de3a43c8fda4a4d2ccf3302b8a1be36371a804be72945a1e993a7bea51 +oid sha256:d518a7126319c470fc502238cbf4e2895c4c0cdb6e55846c02d7542082930108 size 69513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-pseudo-0.png index 850c949fe..19f62c067 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e8f69de3a43c8fda4a4d2ccf3302b8a1be36371a804be72945a1e993a7bea51 +oid sha256:d518a7126319c470fc502238cbf4e2895c4c0cdb6e55846c02d7542082930108 size 69513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-en-GB-0.png index aec45a7c3..b89b91d75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e30b3071e1cdc60ab4f80bbf87d6fb88b4f1027ec2d18ebad669ee8d21fc4e9d -size 29090 +oid sha256:de548cfd064d6e695ad4dada86181ac46e19513bf3cd568c7f5ba4769144af9c +size 29093 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-pseudo-0.png index aec45a7c3..b89b91d75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/matrixUserPermalink.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e30b3071e1cdc60ab4f80bbf87d6fb88b4f1027ec2d18ebad669ee8d21fc4e9d -size 29090 +oid sha256:de548cfd064d6e695ad4dada86181ac46e19513bf3cd568c7f5ba4769144af9c +size 29093 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-en-GB.png index bc085ab10..3d7eb2365 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff8d70acf3b0cffa1d898002393c918e20f4f6fab22c5af185225a8b3ae28852 -size 531641 +oid sha256:91ecc4709369d580555b07c74ffbd4551d44f8d173bd5c45d10c96b21e4e731c +size 531661 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-pseudo.png index 3e0756768..e9a53c8b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9725579b1ea5829e0ccca27c334da30ee06f185655ab27239d196041358eb4f5 -size 549015 +oid sha256:0fd947acf6dae7bd206683581145a8dfb186ba1d23e8ece500581847692b2871 +size 549013 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-en-GB.png index 0aa4c0d32..cd8369a7a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e054da36c170c3df32517ed1d83ace54aecdee72b9b56382a9f7a9c05408cf8 -size 340209 +oid sha256:b79d5fc761975777655923b7de40141164fd0663b34938b7e1f45f1a134ef1bc +size 340215 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-pseudo.png index 60ff7e7b9..fde1df3ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Files-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36e8af8b2a39b70431d2913645c229ea480eb854767af8aa43290a7397d2a22c -size 353966 +oid sha256:64cc27bb38e491546431d8184a2182bcbec78ca0734816195838c1214f3151ad +size 353961 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-en-GB.png index 4446cee16..6a373d1f3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3160e9e23aaa3158ae47501f2411e328a395f281e1e4aad2bacb2a0f1f50df61 -size 526432 +oid sha256:69f3512bf6a380503b2ce23b660f73f83aea3f83a0a92d2f3a4ffbf901091333 +size 526446 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-pseudo.png index 51f71a1b8..3f5fc0c9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b502e74d84bd9fff31013153a5b0293b57e66865004834f88fa5d62cff234661 -size 542211 +oid sha256:b717eeea5102f44afca698d0f150984340a08af202b5d91bfdaa84737d2f8d53 +size 542189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-en-GB.png index 82690e0db..c5bca4de4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f569807ccfd3e15544f259f322f41c7f05977fd8997b2dc5b4c0a5e2d0db2ec -size 337445 +oid sha256:333424f054ee8c4d15cba6a21674910b4228a09e1336b976351c903859f397a8 +size 337444 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-pseudo.png index 8484902d5..3d41d52c4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Empty-Media-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b610dfa6cd8fad1ffa413243e6373e47168d0630fc87995dcf1acdd2e6985205 -size 348448 +oid sha256:0d1abcce4875fb837e710b5dd25f43b6ad885ff0760ec966c66c0a5e70a61e12 +size 348482 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-en-GB.png index f00baa3e8..1cf1d5058 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8abd361ead9b4ba3a4fcc775dbb5f30e9efacea8b04aed07efd568bc06f450e0 -size 150126 +oid sha256:3e90b582e86741c68967b40058305db5e95b10d3a4599f2b5c65a5fb105fcbd0 +size 150128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-pseudo.png index fe060051f..331740c75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f56532ab4444f2b83fa58ee52cc6e8fe9370bf33dd1fbe411bff843fdc8744d6 -size 152141 +oid sha256:096132c80bfb14de4c52af7ffb9cb37d58f8b30f390e720567ec9c25b7da11e8 +size 152142 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-en-GB.png index a0f373cca..0a012c821 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ab513cb0d75b8665c8a0672aac12da40a1c1e620f002f0bee426f904dfdd4b -size 92914 +oid sha256:f489745c43deb4048ee54bec989c0665c75f8615f4d1b0ab208f1ff024116468 +size 92949 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-pseudo.png index 6872a1501..d8d336b43 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Files-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0ca5e74f5d67f2f494df163a5d04d820bde4144f2d3ece3a0a082f5176e4656 -size 93836 +oid sha256:91255b5b9e89cd0f6a9203f6cb80e4ee1e4f0009faf66d88f48d5bf4c3f0fdbf +size 93866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-en-GB.png index 4d9748f27..337458fbe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:205e5c231fcb614fec1aa3d0b822b1d9536d04fd0f7be63a8caadc657ccfd583 -size 732053 +oid sha256:6b975317bdc59a2f0af2229ccae70fc1dae38728c96e3684ee0589bb77fc8958 +size 741520 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-pseudo.png index 454b21e28..20a5382c2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9605263db829ed27e1901c312eba87cb44ce8e656b93ee068f88a5c300bffcbe -size 737833 +oid sha256:850349ee2618124599f6fbaae55c85817b0fe2a69e474cdcdab7306478f6dfc0 +size 746831 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-en-GB.png index 4db08ed04..ab7afe9b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04726d007194bed3efe35e12af0bf74dde9034e6b0a472df1f3f58850fe20a94 -size 810567 +oid sha256:66d47a7c36143fee8107039d1b730951b8deb6b34b71ae07b476f209e800a99f +size 818188 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-pseudo.png index 02a3d3ab7..e52948f54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaEventsTimelineScreen.Media-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1915a9043dc893e3b9ebb3061b7f12a67bf5886e7c97ed60c89cf44ce3afa924 -size 815253 +oid sha256:63b3690fa27205a250c3418eda1fc16ce607e5502680ee2f523a47471b0c609f +size 823035 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-en-GB.png index 4c8a0bdd8..c825c51dd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a7881b2fb7aebe6b94e965bfce12e2a4ce3fc23a0a92da88d3465eeb80dd099 -size 84546 +oid sha256:5c6cad57d6acf8cef417706ddf129b35730d8ad0c20d6163352c044848bc0c10 +size 84545 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-pseudo.png index 7b85f354a..d37e0a746 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:691f1db91276f703f676499bae6f6b155de2058725589d94eb426897dc0b5f0b -size 89392 +oid sha256:954e9bb2b1eee54f44e94bfe3c84823a0232f2cd9fb0840d5e91a9d936d3074c +size 89405 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-en-GB.png index 205819dc0..51b560385 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8de5aeb6a7660b2cf85536e13cab85ff4cc097e341d129008c20638ddb624df +oid sha256:ada42137744361f09cbaa572d9eca41d4ced121442aac431be1bdf94907d6fe8 size 43797 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-pseudo.png index a4de30ec6..5ad9463eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.Caption-warning-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4805bf10bd46f1484a95b692debb8b91c80be0561008f022588299d8491be8d -size 54736 +oid sha256:ca2e2160a9ad58e9c6f6f7eb383990cf8cd9480fa008ef4317f6aa34beb66243 +size 54733 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-en-GB-0.png index 0a25c750c..622e2e7d0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2e3f268b8061428159124d723cd7226d5cd651fba44bc5e2d0dc27ff20e9d41 -size 86287 +oid sha256:228dfc2372e109619f2627527c5124a76401ce24300112837be4b9e5d2f42964 +size 86282 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-pseudo-0.png index 163806653..17189dba4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:990a7554e18ebedbf097699e682af78fb3e40523a72a6b7ad35d3c91bd01383c -size 87338 +oid sha256:fd75072b7457c5bbbaab3876368794273590c3e83ea0ea7cc9020f57c41fdf9a +size 87335 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-en-GB-0.png index de8ed1e03..208b569d7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a33973e5a643555e3ed785f1f34f7fff71e67f2be8099f1c4e654117dec62d05 -size 39920 +oid sha256:5849bd29050c696585624703bbc510efac4c40583394c6e2c4aaa292520e9f4d +size 39919 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-pseudo-0.png index 705a4e9b6..d66e245ec 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mediaUploadPreviewScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:673f2f990cb59bf7b2f6e5e1fe25ce0dabb5a4c380ff69e2ee1a0a3ad1aa0cea -size 40373 +oid sha256:663b24b39a868755bb0657fdeac6e6c0e2750b641de964b4c5405ff26b267864 +size 40370 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-en-GB.png index ea7e07dcf..c8339b247 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b310eadcbf82d6aebdb0d6247040f1f5cc11d32abd0184c32c78877bfad71317 -size 81964 +oid sha256:30c777c7ad35a6ee8623778465a7eb1d46c64da45d83e6fe0b5a602f6ee1ad19 +size 81934 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-pseudo.png index 29b2d0768..bf84b754f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6173c45dfc60c1ab427c2bdb8d2cd297aa35789ea1efdfee552f3f06260289b3 -size 82265 +oid sha256:86732aee693206c912234a34fdea8e883da74057340a30d7b6c4813caee8c57e +size 82367 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-en-GB.png index be78f02a5..e2e6444e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b70b60923c846d77745390dd1477d7b199ddfc28a83791e06a380d6015f5531f -size 40941 +oid sha256:596467d11cff3b809eacec20622ce4c4cdbb8635d239d863ef0a45f44269d00c +size 40982 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-pseudo.png index 5e15df6d5..7d003a148 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.All-users-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10008cd7bd487424ab5bf956a8ab5a92d38018cdf877be0b09b538d60a0b9f56 -size 42469 +oid sha256:57f9b5d6f29df912f63ba18d7d237de95da95bcf53d020afbad7b6646a97b2c9 +size 42509 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-en-GB.png index 69fb1a0a0..788d42fa2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:558afd8132bd34df4f57320c9c05303b2cdfcab90fc700df18b4f35932496337 -size 82090 +oid sha256:d3b38496dcc686fa49680f519fb1d90a8e48c540d631983635a413a9e3785c52 +size 82208 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-pseudo.png index 69fb1a0a0..788d42fa2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:558afd8132bd34df4f57320c9c05303b2cdfcab90fc700df18b4f35932496337 -size 82090 +oid sha256:d3b38496dcc686fa49680f519fb1d90a8e48c540d631983635a413a9e3785c52 +size 82208 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-en-GB.png index 561a8887c..067dd842a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6d4d7227bfc765de517af2d40d2f51e67a2fcfc6690b0e8497e86e290707fb6 -size 41326 +oid sha256:8a8e0a140f4cd78bbcb01b283b48e8556670a52800b7c212e2f04ac6171b4537 +size 41395 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-pseudo.png index 561a8887c..067dd842a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6d4d7227bfc765de517af2d40d2f51e67a2fcfc6690b0e8497e86e290707fb6 -size 41326 +oid sha256:8a8e0a140f4cd78bbcb01b283b48e8556670a52800b7c212e2f04ac6171b4537 +size 41395 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-en-GB.png index 763373cd6..a751d8d47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e21dc8dda83d8eeabeaf2633e13078898dbaddbff7e863c540767060b0e72226 -size 81860 +oid sha256:0a41616519ba35d90c3bffebfcbfa6a0c888d3e0af24761d38fa16f3e6920559 +size 81865 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-pseudo.png index 763373cd6..a751d8d47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e21dc8dda83d8eeabeaf2633e13078898dbaddbff7e863c540767060b0e72226 -size 81860 +oid sha256:0a41616519ba35d90c3bffebfcbfa6a0c888d3e0af24761d38fa16f3e6920559 +size 81865 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-en-GB.png index b39a3dc68..5507e3a35 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba4c392ea617de54e574bafdca62018012a828101d920e9ea8f3356bb354e322 -size 40989 +oid sha256:ff595b04bba65f7512ca8c31c4d57a45dee69fa50344a09b913b6f3a08015525 +size 41006 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-pseudo.png index b39a3dc68..5507e3a35 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba4c392ea617de54e574bafdca62018012a828101d920e9ea8f3356bb354e322 -size 40989 +oid sha256:ff595b04bba65f7512ca8c31c4d57a45dee69fa50344a09b913b6f3a08015525 +size 41006 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-en-GB.png index 4052d954f..6dcfd3476 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efe57d6e32248a72ca312a61561581ca30304ebf8c710a0cdb3a6b5c0387e95d +oid sha256:1406947120c29158afd53579b7123afa75fb0d38354a46fb0721f77ccee09850 size 69739 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-pseudo.png index 4052d954f..6dcfd3476 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efe57d6e32248a72ca312a61561581ca30304ebf8c710a0cdb3a6b5c0387e95d +oid sha256:1406947120c29158afd53579b7123afa75fb0d38354a46fb0721f77ccee09850 size 69739 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-en-GB.png index 4ebef5033..4cb0d59f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df873b9bde31a091b50334ba680972e5359489074609a902a108269e9c03942e -size 29417 +oid sha256:96f70c2053a19f550f77c2419905a73ec18d4b408a57b8f53bdb44e147f37812 +size 29421 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-pseudo.png index 4ebef5033..4cb0d59f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/mentionSuggestionItemView.User-no-display-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df873b9bde31a091b50334ba680972e5359489074609a902a108269e9c03942e -size 29417 +oid sha256:96f70c2053a19f550f77c2419905a73ec18d4b408a57b8f53bdb44e147f37812 +size 29421 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-en-GB.png index 6611ac461..2dc1e63c1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c8a857dae31064b18d93cf43328ea118928ac9fe3a06bfe0bcd0d906febfda3 -size 208200 +oid sha256:d65513e6af74cc1ec7f4d8376f1dbe3578db658ce041544445fabc2b5caa4b62 +size 208648 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-pseudo.png index eda7368ff..576392686 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb040300943d7704cb239ee113c284d9260102e0e7656fe0872af4a917a6e754 -size 211452 +oid sha256:a45fc7469b046c299cfdf591c26e095a593825c81e53bb6831420c5352b7b97d +size 211888 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-en-GB.png index f00660c7c..3d8148ca8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:039e93b80f2678cf4dfd8a8c1adebbfaa78f0216a7994242fd3ddf67373ffb35 -size 144187 +oid sha256:ef7afc77bc50f9f4e679feba82dae9793b7601626857cd2397958679ed88eabd +size 144767 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-pseudo.png index 6f6920c44..4c6e6fc64 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ac6fa4b10d58dba9587811b246322436b3f5f67012b106ea9c9be3242ca93cd -size 147015 +oid sha256:f1182d9d4f6af44bd86d0541f2a188f9343619f1f8e4b8cf30564f979401250b +size 147588 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-en-GB.png index 5c98af13a..b26d6f46f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0765128bc75356a31d15379398401c374a55a7daec3b01e32c082d25e0d276b -size 215627 +oid sha256:50130a20293e72c5432f5ff321fcc65c60614c90cdba3cdc38fdc9a4618085a8 +size 216038 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-pseudo.png index dbc122a7c..5981c768b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4fd72d292f95d7ce31d5d3c5620ea74bcc673bbb4fb9f707ad1b4d0f3169f7f -size 221936 +oid sha256:8996b53d69c134859b68163f85a1c73509c380145b27a8e1478cf27d2f463250 +size 222399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-en-GB.png index 06e248c6a..4b123a545 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc7fb16c53cd48b9eda2d2147a84c0f655c745d99b0f6c281326a954b6b55a4d -size 149415 +oid sha256:e3d00faafc2759b81f36fa76e3b5e779120ed2c364a4ef664935d2a19147f25c +size 149991 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-pseudo.png index 4fab44e55..c9c5755d7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.Replying-in-thread-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1560fc65429790f09040f72965f39318d2a8c4c4c7a50b231fa59365bae13dac -size 155153 +oid sha256:9a8331e209588fc2c894b49d6cc8ef6711a8abe6acac92223d4147d467480316 +size 155876 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-en-GB-0.png index 83175687e..f27b32738 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:545411b9a3cdfefc3c510606d4e10370d01e6ba680c5c4f7d27b2f6134574ace -size 147912 +oid sha256:f0e584862c0482bd3e3608f514c0ba4a1324e52f5c9f12bf4bb218100711f742 +size 147959 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-pseudo-0.png index 702feb40d..1c4dd88f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff0d0b66fae6003f0b2b9f0e09ba874708f40940ead123ee314673e03a4d52bd -size 152351 +oid sha256:c4f58b54d2e43f17555e24125d12c76ae6eb57bf2b2d240ba6a92bf544e865c8 +size 152397 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-en-GB-0.png index 0bfcf145d..ffba29f74 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c96e12790cec548d79f12738e7204d10dfebc41bb9246a418ceb7bda605e4ab -size 103583 +oid sha256:9017d6836a6b5025a474af8891770e34731d559cd1d16beb92f07955c385ea54 +size 103577 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-pseudo-0.png index 82c554bec..e5d6611de 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposer.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:934401ad9add758df2f24dccf72b045eb19b038ad735b4b2d3d5b8225f487d31 -size 109057 +oid sha256:3b05455db3895eb05cb3663e0831e23511f9bb336e06bf0ffc7e2089a3fd96d5 +size 109056 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-en-GB-0.png index 40ef6b5a9..e636b9e32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd9056ac1ae0605698fe7594cb9bba723e768ab915ca3b58a9ede7a1eefcb09b -size 81792 +oid sha256:2f14598f51f01e424499a61a8a1c0144ce78bceaf24ac64c994e03d9a9270c23 +size 81787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-pseudo-0.png index 40ef6b5a9..e636b9e32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd9056ac1ae0605698fe7594cb9bba723e768ab915ca3b58a9ede7a1eefcb09b -size 81792 +oid sha256:2f14598f51f01e424499a61a8a1c0144ce78bceaf24ac64c994e03d9a9270c23 +size 81787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-en-GB-0.png index d753269c3..4191b868a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13a11fee370bb350523a271baf2b0574f5fcc51b0f336c0a206758baeae745b9 -size 44347 +oid sha256:541ffb5ff8f94ff9be9344765ac39d73ce61a27614abbe7e6e7762e3a6d5b0ee +size 44355 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-pseudo-0.png index d753269c3..4191b868a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageComposerTextField.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13a11fee370bb350523a271baf2b0574f5fcc51b0f336c0a206758baeae745b9 -size 44347 +oid sha256:541ffb5ff8f94ff9be9344765ac39d73ce61a27614abbe7e6e7762e3a6d5b0ee +size 44355 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-en-GB-0.png index 9a02b2ce9..19cc09b80 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:721f0242681a8907c2d52bffa7bd261f5f5957b6f1a9ac73ca4dc6841353a49d -size 162891 +oid sha256:5b300331f303c13c6801f619b838769bd76c6864a313e4945f0c1f158b2ab170 +size 161351 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-pseudo-0.png index ecab9a8d3..2cbd993d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ed93632acc367d42218000603e03f33c0cb2bc53dfa2f0d85f3c98a71cfaa2d -size 165042 +oid sha256:42b73f44f9841796a275038499a52b563c75da5dd6dd614f2a22980dcd260ed6 +size 163732 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-en-GB-0.png index 850659643..18fe32202 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25be4ef5f55c0858ae21edf7c02dac396988839e241b48a645564793de936629 -size 109761 +oid sha256:6c1bdc88b370455de19d2fe096298a79945a937a3b82c668e18afff3fff09644 +size 109128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-pseudo-0.png index b55a08e85..ebc3793c4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageForwardingScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22724629fa2fa24cf366528629869c78eba45493c78e96a0167bec6b6ceccbe8 -size 107523 +oid sha256:59982f4521e90f6ba32ab3e8b087bfa2595a425991f52fe0ab6951cddf534555 +size 107128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-en-GB.png index 6247a84eb..7ab054a21 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f359f74ed03cef9427be182ea8a0f975c08a09f13576ff5e69f7c6c9870bccdd -size 72037 +oid sha256:810aefcc78a463935508f865ed148a800bcd0627a9b9f2c264d85e7e939d9804 +size 72031 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-pseudo.png index 6247a84eb..7ab054a21 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f359f74ed03cef9427be182ea8a0f975c08a09f13576ff5e69f7c6c9870bccdd -size 72037 +oid sha256:810aefcc78a463935508f865ed148a800bcd0627a9b9f2c264d85e7e939d9804 +size 72031 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-en-GB.png index 35ed032f2..0bfbbc201 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43a201a3a985cf405477e64e2f2aa916c86d75fade57218ecdb6946cebf2cc63 -size 31532 +oid sha256:652e24b742df8eb50081fa5b6daf2132766b03b5c08231ab16065b02a20e24fe +size 31540 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-pseudo.png index 35ed032f2..0bfbbc201 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Attachment-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43a201a3a985cf405477e64e2f2aa916c86d75fade57218ecdb6946cebf2cc63 -size 31532 +oid sha256:652e24b742df8eb50081fa5b6daf2132766b03b5c08231ab16065b02a20e24fe +size 31540 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-en-GB.png index e381a6397..8bc9365ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa6fb822aee5a8530ab28187ebfe1273fbdf18b2f328a57c0a910ea6f7fe2659 -size 75059 +oid sha256:5ec7924eef3dd423b8de6addd2f39640fc2dcda1e5bc26c83ba65f989fce17b0 +size 75061 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-pseudo.png index e381a6397..8bc9365ed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa6fb822aee5a8530ab28187ebfe1273fbdf18b2f328a57c0a910ea6f7fe2659 -size 75059 +oid sha256:5ec7924eef3dd423b8de6addd2f39640fc2dcda1e5bc26c83ba65f989fce17b0 +size 75061 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-en-GB.png index b2d803037..3eafb5ba9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d44c0d03088e1842d4dfcbc815f83ec0e9e05214692b86719102f13b0059412c -size 42633 +oid sha256:76f49e20cdab441e9cc08a2bad115a2ede8f8f82ae1730082ab9002a0f75acf9 +size 42626 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-pseudo.png index b2d803037..3eafb5ba9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.Custom-Text-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d44c0d03088e1842d4dfcbc815f83ec0e9e05214692b86719102f13b0059412c -size 42633 +oid sha256:76f49e20cdab441e9cc08a2bad115a2ede8f8f82ae1730082ab9002a0f75acf9 +size 42626 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-en-GB.png index 501b0de53..70b461711 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44770fd68bdf2a338090fbac040231224e9c1b0483313fc71ff5a28e9facf5af -size 75059 +oid sha256:e2155cbaadf72bcb824e136174c23f78f9c96a549474a57fc84434c86acd7f97 +size 75061 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-pseudo.png index 501b0de53..70b461711 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44770fd68bdf2a338090fbac040231224e9c1b0483313fc71ff5a28e9facf5af -size 75059 +oid sha256:e2155cbaadf72bcb824e136174c23f78f9c96a549474a57fc84434c86acd7f97 +size 75061 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-en-GB.png index 7782c5ee7..69a0e97c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbb73efdc719fd28a75be4315989688ee6bf3dafbb45777e4baa778c6808a976 -size 42703 +oid sha256:458800c4fe35d59d06a1c4ac48b4685d9fe7a0758b9702527964ce6aa9a9e1d2 +size 42711 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-pseudo.png index 7782c5ee7..69a0e97c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.SwiftUI-Default-Text-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbb73efdc719fd28a75be4315989688ee6bf3dafbb45777e4baa778c6808a976 -size 42703 +oid sha256:458800c4fe35d59d06a1c4ac48b4685d9fe7a0758b9702527964ce6aa9a9e1d2 +size 42711 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-en-GB.png index ed9fd6418..179412833 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c60f428f0b84c2b499c2a3a5491ed302af3945d2dc93af2ac8702ba37f21568 -size 82432 +oid sha256:fa63f18705495d3065f300e9ac57c8f3a4f4117b5d4992b2903a1601a384422d +size 82431 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-pseudo.png index ed9fd6418..179412833 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c60f428f0b84c2b499c2a3a5491ed302af3945d2dc93af2ac8702ba37f21568 -size 82432 +oid sha256:fa63f18705495d3065f300e9ac57c8f3a4f4117b5d4992b2903a1601a384422d +size 82431 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-en-GB.png index d1b1e9055..5e65c6a43 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e36b3662d56586f0f759c03ac878eeebb325f29556e8192904b7146614802a98 -size 48271 +oid sha256:b01f05f622c50170faa71eee4aecedea21876a95d40ec4723cb9fe3ac033cb63 +size 48269 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-pseudo.png index d1b1e9055..5e65c6a43 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-block-quote-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e36b3662d56586f0f759c03ac878eeebb325f29556e8192904b7146614802a98 -size 48271 +oid sha256:b01f05f622c50170faa71eee4aecedea21876a95d40ec4723cb9fe3ac033cb63 +size 48269 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-en-GB.png index 5efead302..b316b4e5e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff732f47d1ee83104eb640216c6849734a4d9b3ad8efa44f4b9bc7bb3284ccc1 -size 74485 +oid sha256:44d60f8d7a6aca67151a16e116d8b3c1bd8787dc959027229b39da33d296f6fb +size 74483 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-pseudo.png index 5efead302..b316b4e5e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff732f47d1ee83104eb640216c6849734a4d9b3ad8efa44f4b9bc7bb3284ccc1 -size 74485 +oid sha256:44d60f8d7a6aca67151a16e116d8b3c1bd8787dc959027229b39da33d296f6fb +size 74483 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-en-GB.png index 7150bd143..4650bed7a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8699be861d421ee9615831cb23c28a6be20a223bcc775f7d86394709f1a4f87b -size 34936 +oid sha256:69c85247de77c180e5d9954508fac241d083c9bbc29950aa9e8e23afbd27e96f +size 34934 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-pseudo.png index 7150bd143..4650bed7a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/messageText.With-list-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8699be861d421ee9615831cb23c28a6be20a223bcc775f7d86394709f1a4f87b -size 34936 +oid sha256:69c85247de77c180e5d9954508fac241d083c9bbc29950aa9e8e23afbd27e96f +size 34934 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-en-GB-0.png index f9bffa86d..8456c97d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4769be55b76d1424c40d9b273159a58f89ee63cd06dcc22817a9fa1fca690458 -size 105922 +oid sha256:0d081987853c04b16ab43fa673ca2da01961cc197d0a2d2468ac09d73c807839 +size 105935 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-pseudo-0.png index 3ea70402b..8456c97d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc4573fdd967980ce95ef55241417bdfebf38c8eee8f48a0a2cdb2d17a94a5a9 -size 107424 +oid sha256:0d081987853c04b16ab43fa673ca2da01961cc197d0a2d2468ac09d73c807839 +size 105935 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-en-GB-0.png index b53f8f3e2..4e8fa5db9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2bf53015130ce1b7250811033bf1ee537745f83c7874c4de1f639574fa12b37 -size 72220 +oid sha256:88adc39a0c53fa0e517efce5ed2d3b684f2b3eaf8e8ee93eb3a94970ecd74748 +size 72210 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-pseudo-0.png index 8b125aa34..4e8fa5db9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/noticeRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e6ca2eee7bb5fe9bc85fbdd4bd17afb2584567c5285e510d9ae022ea5d0f80 -size 72483 +oid sha256:88adc39a0c53fa0e517efce5ed2d3b684f2b3eaf8e8ee93eb3a94970ecd74748 +size 72210 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-en-GB-0.png index 5d85fb242..ba136bc68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2330bbbc0e9a7a21a27dcc548058eb40961bf928b8da360da00426358e6e55 -size 448060 +oid sha256:8008df76303f30415a4980f9b9d95a4e66898396cad747c904baebad9536f379 +size 448078 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-pseudo-0.png index 48d11c664..b6577f436 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5184a96cbb665bc2b441eb0b85a2738b70d81bb85b20dbd1b3dc0ce272e6434d -size 470183 +oid sha256:32660df56df28eff64600c1a3b25abda5c3b13ba2e2f552289ed39b3a2ac0b47 +size 470194 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-en-GB-0.png index bdefc6a4b..f4a6a4d80 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c9a5efa58d72a381f8fdecb31155531c8186617dafe9a0fee1e4d2b77c9c59a -size 293578 +oid sha256:286c43b430b844c74a70e8a846ef621f1250a2f0620159ad04bd20eac9f7e004 +size 293589 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-pseudo-0.png index bd8cfb5b0..b16d95e9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationPermissionsScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7aaba958aad4647bdc6269584092f6c470b7a55ea24d41e2923df3b4b97f2cb -size 309523 +oid sha256:3e5fbd2ae2f87a4661cc3b8f912385f36be2e8687aaa661531917c94a50d8ffb +size 309559 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-en-GB.png index b29daa873..ee158dc9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ab7646db0cba66abb47ac729944185da9184ffae483086715122e28eaab4832 -size 104293 +oid sha256:65ab7c901ea0a4d1b07999e0a0d2df40f0983f5f9b443c61a27d1aa4f413ab96 +size 104323 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-pseudo.png index 1632cf192..bc5538b1c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:467b0e7801f2d720510d7e59844414b27a792e3dbd5630607c3fbf779e9b85db -size 118362 +oid sha256:c25001b8af4b9200f5648ac360d7b26dfd5f7e13dcf6ec9c9b4806eeb34c6186 +size 118399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-en-GB.png index 566a59505..5539d8de6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:607ee60762f41f64839014430d46979cc0785e2723f7d27246d679ef3ab01f70 -size 57921 +oid sha256:5207545bb9767684f0203f37256dc99a66e153cb91b3fcaf0d5fef9484196784 +size 57926 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-pseudo.png index 3a95552e9..066bfccfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Applying-change-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3abd418c7f2a61a71f1dedd269dd404e972a50349426b19b03ae89f8420b5dc2 -size 79314 +oid sha256:2cb1214f55b480046b05fa515a485c621f6721c9978d966cbf615fbe966d7612 +size 79324 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-en-GB.png index 041dd5fdb..0aa0f3917 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14537f2deb8f42e57decf5537ec09bcf73562b826db929f2d471686781e69152 -size 104448 +oid sha256:9a74be5f10b6069527d4835d02bdb361c8ca42d059ea7c9254d318ae09b77f4e +size 104457 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-pseudo.png index a9aa460a0..9587be348 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1807f8e4e25d781449232f1c93cec54f224c3fdc547cb272a7c348e138aefc34 -size 119046 +oid sha256:b4cb2770329ff98b1935fde6c93e0e81a51d6ae19a608b5579edcad838b64d8c +size 119070 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-en-GB.png index e6edf914e..96f391a35 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b45a8407b4843fc9bb0a032ba15c024eafb5e92025dabfe901ae1261da8b1127 -size 58360 +oid sha256:891e7337c733fc6b4a0ad5d6bd814968ea1aee4816615228e74624d4b9fd33ed +size 58362 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-pseudo.png index 49b543ce7..3fe5f9528 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Direct-Chats-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2457be5c763d849958b7270e37617d4d164ebb0eb4db8cdd2eeaa7e1857ccfe1 -size 80103 +oid sha256:fedffe6f1d37153701a1b9367a2d741689f6492e397a5417389a3d5c34f675a7 +size 80092 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-en-GB.png index 45b6f8942..6395a8603 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2c3356d30f78c8032bedad036bcc222832037323a039e13d03563a3a265d5ee -size 104511 +oid sha256:2bd069ba0540754cfb30969e0f4ce2e94de631d58646ac35fe8d7c66662bc03e +size 104513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-pseudo.png index 87258cd20..a75304b9e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8412e904b18842f305e790fa310e312e879e439b06af7dd5c919a59fce29ad7 -size 117758 +oid sha256:0507c35e740560f65a1bdfb8b7dc8abf382fedb6f70ff18e537b33b929694f31 +size 117768 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-en-GB.png index f7fab8b58..84e374408 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:873074549b0d20142ebe684b477dac7c789af68ad759363506d2885e01e49b56 -size 59214 +oid sha256:97b455334031a640da9ece701875e4cce8194b4ef59dee4564e269a0cd010424 +size 59203 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-pseudo.png index 9dab13cff..79bb8a6e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-Without-Disclaimer-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfcb20764051f9172a245058b6d7f9592944c6ef5934acfa995b35a1396708aa -size 81769 +oid sha256:b4b5fc3bfeea57dc64896035a7ce6d79df38e6d56ad1726f264ba8f1e7fb871e +size 81753 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-en-GB.png index 45b6f8942..6395a8603 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2c3356d30f78c8032bedad036bcc222832037323a039e13d03563a3a265d5ee -size 104511 +oid sha256:2bd069ba0540754cfb30969e0f4ce2e94de631d58646ac35fe8d7c66662bc03e +size 104513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-pseudo.png index 87258cd20..a75304b9e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8412e904b18842f305e790fa310e312e879e439b06af7dd5c919a59fce29ad7 -size 117758 +oid sha256:0507c35e740560f65a1bdfb8b7dc8abf382fedb6f70ff18e537b33b929694f31 +size 117768 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-en-GB.png index f7fab8b58..84e374408 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:873074549b0d20142ebe684b477dac7c789af68ad759363506d2885e01e49b56 -size 59214 +oid sha256:97b455334031a640da9ece701875e4cce8194b4ef59dee4564e269a0cd010424 +size 59203 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-pseudo.png index 9dab13cff..79bb8a6e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreen.Group-Chats-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfcb20764051f9172a245058b6d7f9592944c6ef5934acfa995b35a1396708aa -size 81769 +oid sha256:b4b5fc3bfeea57dc64896035a7ce6d79df38e6d56ad1726f264ba8f1e7fb871e +size 81753 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-en-GB-0.png index b0d7a5a9a..01f75ce53 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd532d60d20bc26de1cc4ac961e5529de23f98aee7f0aa1fa2d6b080987fb14f -size 130098 +oid sha256:73686fdce919200696f0450c33c73566083aa1f8d8ce8cf3c05413cdd8b49400 +size 130261 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-pseudo-0.png index b0d7a5a9a..01f75ce53 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd532d60d20bc26de1cc4ac961e5529de23f98aee7f0aa1fa2d6b080987fb14f -size 130098 +oid sha256:73686fdce919200696f0450c33c73566083aa1f8d8ce8cf3c05413cdd8b49400 +size 130261 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-en-GB-0.png index f8dba22b1..ff6ad25f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:684caae8df8c833f172d5ba981777240f1e7ebbfaa76002e394614987c8903a7 -size 86233 +oid sha256:96705967d204969060a82aac5eb7f0cfd4c5714791dbcffa0db6f0749b5dc75e +size 86399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-pseudo-0.png index f8dba22b1..ff6ad25f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsEditScreenRoomCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:684caae8df8c833f172d5ba981777240f1e7ebbfaa76002e394614987c8903a7 -size 86233 +oid sha256:96705967d204969060a82aac5eb7f0cfd4c5714791dbcffa0db6f0749b5dc75e +size 86399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-en-GB.png index d59586cb6..0cd8420ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:633a2e6bf9360531d5df85fc2f4cd077d24a07239bda77b5434e2dee75f77e27 -size 118000 +oid sha256:b3800d67746a89831b2a8406b9aa24326c4747632d408489fb5b02e11d51ded6 +size 117994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-pseudo.png index b7ecde490..b64ea4c53 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47ece76ea5ad430c1971965d32a04e95e3404102f07e763700b1cd92b1715e23 -size 145881 +oid sha256:8451ca835929e46fa6832cdaba5c3a40da024baae2eb91c0eca328520ffff00e +size 145860 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-en-GB.png index 5c73d50c2..8f79fe164 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67a9b6e898dc727a5a698465df9b1378e7de88940d8703edac497f22963d3278 -size 72554 +oid sha256:cbff0f69b789b74b0cf212915d07929633bfde0e2edf7d285412680dfa994681 +size 72535 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-pseudo.png index 010f50a0d..b8bc6fdcc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.Configuration-mismatch-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da8d811dc4216e9a541f482d4d70ccb94fa5290a30e0ec0a3af7ca3f0d18ba0c -size 109664 +oid sha256:234c0b127f4374847c1ca9cee0de17f057851e56ecb9cda3caf51ee19a61b850 +size 109626 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-en-GB-0.png index 848f9a60c..39b3e902b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8250f042c90b5d85b44bc55fcacd03ab5a82ab35cc6269a4836eb11373a4f260 -size 143052 +oid sha256:55ff7ec13be0224ce74da50f227a56f9186d88df322aa849a84a2952c2892547 +size 143076 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-pseudo-0.png index 09f09ae16..fa59c799c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c29e44c319f809366564e6a73d4f9aaf8ce89c08a805815773f9604644687d1d -size 164079 +oid sha256:7d646f88762bb2023f9a8a8ba6162aa3fbf885379442c10b1116fc1204b22b99 +size 164076 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-en-GB-0.png index 715e40fdb..a0559b43d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e28eb1deaa82a7c671d02a375695c55e67589d1c14eaeaa7887ab708e25cd805 -size 91415 +oid sha256:21168254acfdef6629dcb68679e1ba1fe6dc818dc8e9963d1df9db14bc782ce5 +size 90901 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-pseudo-0.png index 9abb1375d..63864bd7f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/notificationSettingsScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9995f89a72f93586bfcac2c856d667ca3b86512fc23c8eb962f584944d24c731 -size 127678 +oid sha256:952f4e09746c2547becda94b8ba274db417145584e61ec405bfb1c48ce438c42 +size 127661 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-en-GB-0.png index 22b5d892e..c89801a46 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91fc74109438adee01e326cda59475b1af4f53ae0aa7307decc7d76eb08876b5 -size 111070 +oid sha256:dc61053c94690730fd59a5c4e4b4aac299877994c070193a79cdff23ee150b2c +size 111077 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-pseudo-0.png index 2e4234c1f..a2d941355 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bac3f26a9ef14437c4f87f794d86071ad32c8d47fc9f472d5d1b221083ccb19c -size 113177 +oid sha256:ca3f7168b5d85fa10de29b36ab5417367e9fb263bf398f978e3e705b6c209004 +size 113184 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-en-GB-0.png index 46b9ab916..51ccaddf0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7f1d866c2390884698f0c8f851217eebcda5309e623701fb401614457b1c97b -size 67660 +oid sha256:bc48764fc6f8857b07695b8ac4e29da16879512ed8f7b95d4134748cac0844ea +size 67662 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-pseudo-0.png index dcdd3add0..783f4a61d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pINTextField.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44ddb2914aa9c6adde3989e80a91131709c02fdd2cd34a8f99a74e7fc3285cb4 -size 69407 +oid sha256:5b132a82eec7920722fd2709bd27235a49f41ccf85890983d92d6de1f963126e +size 69409 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-en-GB.png index f93009de3..645a84a29 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:024ddeaac665513bb05fb4ee8d432d56a545e2dcc455d4bcdcdd752d9907f365 -size 73513 +oid sha256:676d4c8e928e27390c2a1c8c97523f2cf0a4672be873d3c34c58f6a641013077 +size 73515 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-pseudo.png index f93009de3..645a84a29 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:024ddeaac665513bb05fb4ee8d432d56a545e2dcc455d4bcdcdd752d9907f365 -size 73513 +oid sha256:676d4c8e928e27390c2a1c8c97523f2cf0a4672be873d3c34c58f6a641013077 +size 73515 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-en-GB.png index 1cfd4d5d6..5939b3f75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed0c8c8fcf7660d9f8cbfc4c4a52cc4e12a420324d542c8c1365313019a8d5de -size 32674 +oid sha256:edb1eaa54199f3a09c0be52f7a213dd8d3ec6454dbdf3ac44a55fcd93be40d1a +size 32672 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-pseudo.png index 1cfd4d5d6..5939b3f75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed0c8c8fcf7660d9f8cbfc4c4a52cc4e12a420324d542c8c1365313019a8d5de -size 32674 +oid sha256:edb1eaa54199f3a09c0be52f7a213dd8d3ec6454dbdf3ac44a55fcd93be40d1a +size 32672 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-en-GB.png index eed6e53f6..378f23a87 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc8cd998a9cf255c3bde6edc669456b8f860d2cd8dde52e80ef48e39b59b94bf -size 75270 +oid sha256:99e2bff17ced0d145447ed970fcb139247381afa4ecaea22fd40439607e444d1 +size 75263 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-pseudo.png index eed6e53f6..378f23a87 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc8cd998a9cf255c3bde6edc669456b8f860d2cd8dde52e80ef48e39b59b94bf -size 75270 +oid sha256:99e2bff17ced0d145447ed970fcb139247381afa4ecaea22fd40439607e444d1 +size 75263 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-en-GB.png index 0cbf5795f..e5face0e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58e63b1972ac47f5fd9912657967b3b1a78144dc7cfc8348e5f1eb98e281d906 -size 35026 +oid sha256:6464e150c534f7cb49d49a97cb588476fe7d176d7c79a8206603d4db50b37342 +size 35022 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-pseudo.png index 0cbf5795f..e5face0e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Message-link-without-room-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58e63b1972ac47f5fd9912657967b3b1a78144dc7cfc8348e5f1eb98e281d906 -size 35026 +oid sha256:6464e150c534f7cb49d49a97cb588476fe7d176d7c79a8206603d4db50b37342 +size 35022 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-en-GB.png index 5341ca7ab..b94a86c3d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a3ce3dbcb983f608d38f510dc4ee16e9bc65c9e246aebb3aee8fc46bcaf476e -size 69720 +oid sha256:faa2aa9c2cf5dfc5df1ed0c4b5ae51fd67bffed8bd1a2af2409f31aed1670df5 +size 69705 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-pseudo.png index 5341ca7ab..b94a86c3d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a3ce3dbcb983f608d38f510dc4ee16e9bc65c9e246aebb3aee8fc46bcaf476e -size 69720 +oid sha256:faa2aa9c2cf5dfc5df1ed0c4b5ae51fd67bffed8bd1a2af2409f31aed1670df5 +size 69705 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-en-GB.png index 0c93e6351..49ff6a7d1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79b26613033be55f6d5bac6ea368aa8dcaf346f7799af773bf1599984ffd6bb3 -size 30224 +oid sha256:7138cd452b8d5ea2d9ebc6cdd1a1a8c615c85da8ffc63dccc9073ad3582f2ecd +size 30210 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-pseudo.png index 0c93e6351..49ff6a7d1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Own-user-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79b26613033be55f6d5bac6ea368aa8dcaf346f7799af773bf1599984ffd6bb3 -size 30224 +oid sha256:7138cd452b8d5ea2d9ebc6cdd1a1a8c615c85da8ffc63dccc9073ad3582f2ecd +size 30210 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-en-GB.png index f2f672852..c48a456d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a788b4bb473b4f4a50fbdc14651505217d42249981da9018adfb800f652d117 -size 69761 +oid sha256:6e4fa74c7a89bac95cac7e1b4e327e62070355283c17bd742a44da8428af371a +size 69764 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-pseudo.png index f2f672852..c48a456d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a788b4bb473b4f4a50fbdc14651505217d42249981da9018adfb800f652d117 -size 69761 +oid sha256:6e4fa74c7a89bac95cac7e1b4e327e62070355283c17bd742a44da8428af371a +size 69764 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-en-GB.png index 2136a4732..f45284c0f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cb77fd89ba52839025c2ee26ebfb7fea525a5650af2e2ff095a7294fc48b5d4 -size 29442 +oid sha256:52f6a5a167e604558f1b5409a0ba0d5e152f155630a6c1c9b566d000ad781554 +size 29441 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-pseudo.png index 2136a4732..f45284c0f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cb77fd89ba52839025c2ee26ebfb7fea525a5650af2e2ff095a7294fc48b5d4 -size 29442 +oid sha256:52f6a5a167e604558f1b5409a0ba0d5e152f155630a6c1c9b566d000ad781554 +size 29441 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-en-GB.png index f0005994b..744348bd3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03a7111e18fe52615ce15f9d8d21c210822203f55d8f2ab24e754bb5a795f917 +oid sha256:22b5cd1f06ce0c2437ddffaca59c602ed3dd75299ff08747c6829a854b1a8814 size 72107 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-pseudo.png index f0005994b..744348bd3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03a7111e18fe52615ce15f9d8d21c210822203f55d8f2ab24e754bb5a795f917 +oid sha256:22b5cd1f06ce0c2437ddffaca59c602ed3dd75299ff08747c6829a854b1a8814 size 72107 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-en-GB.png index 3eb301bab..795522fe2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2842506fe6b521f961d0f3858380f1984d71cb6d05c2f50298f15f5257af1472 -size 31691 +oid sha256:b127c98d03632c4b82ac0aebf991df8197726d447b37789f917b19850dfb4ec2 +size 31694 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-pseudo.png index 3eb301bab..795522fe2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.Room-without-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2842506fe6b521f961d0f3858380f1984d71cb6d05c2f50298f15f5257af1472 -size 31691 +oid sha256:b127c98d03632c4b82ac0aebf991df8197726d447b37789f917b19850dfb4ec2 +size 31694 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-en-GB.png index 12961800b..e9bcbcfc1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07947498e8d5d5942af066a66c457081d43e0d31e558182ac974c9904bfa7af5 -size 70075 +oid sha256:742028c243d7d07d4274251cecfd483ec90da266049656be3e279c0338e1f880 +size 70074 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-pseudo.png index 12961800b..e9bcbcfc1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07947498e8d5d5942af066a66c457081d43e0d31e558182ac974c9904bfa7af5 -size 70075 +oid sha256:742028c243d7d07d4274251cecfd483ec90da266049656be3e279c0338e1f880 +size 70074 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-en-GB.png index fef4c0ce0..cbc93e546 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7d3b4c7b5bf98f82b81a9cfe3921961dd646cb44afc90cf1118d1cdce3970d1 -size 30119 +oid sha256:a25702b4a392bee21c67d2f506041efbf0f6622272e7726b8cdda2d48ef1a3f5 +size 30118 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-pseudo.png index fef4c0ce0..cbc93e546 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7d3b4c7b5bf98f82b81a9cfe3921961dd646cb44afc90cf1118d1cdce3970d1 -size 30119 +oid sha256:a25702b4a392bee21c67d2f506041efbf0f6622272e7726b8cdda2d48ef1a3f5 +size 30118 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-en-GB.png index 2b73ecb72..50bc268bf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49bbea3cb2322e833c062d868892f2abce79499074302f9ccef1a0ffd6ea606c -size 75279 +oid sha256:b9d9c7dde35f854fc88c7287f444dc08cb135d8e3d237e10fcf07d8eea641ce0 +size 75276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-pseudo.png index 2b73ecb72..50bc268bf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49bbea3cb2322e833c062d868892f2abce79499074302f9ccef1a0ffd6ea606c -size 75279 +oid sha256:b9d9c7dde35f854fc88c7287f444dc08cb135d8e3d237e10fcf07d8eea641ce0 +size 75276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-en-GB.png index c3bd9d68b..b1fbe9046 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:104f477c36185d57bf5b4541453a64f84f74652972b58c068fd10eccd8d790ab -size 35072 +oid sha256:19534a267698d57312679b2675f02d19f9cbf7e1d9c3a5516b898dd9112c5c27 +size 35081 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-pseudo.png index c3bd9d68b..b1fbe9046 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-a-long-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:104f477c36185d57bf5b4541453a64f84f74652972b58c068fd10eccd8d790ab -size 35072 +oid sha256:19534a267698d57312679b2675f02d19f9cbf7e1d9c3a5516b898dd9112c5c27 +size 35081 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-en-GB.png index 2c59743a7..90601a37c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e337b674a42cf80cc36724a786e7d9be44deeb7a5472dba14e48f40892696dc2 -size 73512 +oid sha256:7207e8012d3102a4e4165a432d55b555d1eb43b163852953b13b59a79d9a5a04 +size 73514 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-pseudo.png index 2c59743a7..90601a37c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e337b674a42cf80cc36724a786e7d9be44deeb7a5472dba14e48f40892696dc2 -size 73512 +oid sha256:7207e8012d3102a4e4165a432d55b555d1eb43b163852953b13b59a79d9a5a04 +size 73514 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-en-GB.png index befce6757..ee57df814 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:176df5ba68b30704a5bccb55affdb8207d28967a82b94d89648be7ccfc2ba208 -size 32196 +oid sha256:8e65b4158cf8fe45a225ffbfe0058a80dd3d346b1271b22dddfe18f56f9ef2aa +size 32186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-pseudo.png index befce6757..ee57df814 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillView.User-with-missing-name-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:176df5ba68b30704a5bccb55affdb8207d28967a82b94d89648be7ccfc2ba208 -size 32196 +oid sha256:8e65b4158cf8fe45a225ffbfe0058a80dd3d346b1271b22dddfe18f56f9ef2aa +size 32186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-en-GB-0.png index 4154a9b76..0e0cab7af 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:971cd40a685c67c3b3b3c7bf67aa4941e8561bab934ea369681ddb3ecfd09cc5 -size 102012 +oid sha256:03053ef59a4d924ce4c2c6274bb7ffdd8c1ad49c672cc933f23c1e25cc94cc7b +size 102020 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-pseudo-0.png index 96c6e9cb9..25c84a40d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75d25b3963edef20f297d6ef9947254b4d3795ebd6d19d0f777131ec4c032124 -size 103206 +oid sha256:fd2206a67e3708c2ae4cb674af8e9d03524696ff847c79371c8802a0b348b42b +size 103215 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-en-GB-0.png index aa96071ec..2280d88e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7956c9aeef76e991735e0edb636d50170234bf964e686878c3b744565a61c59 -size 57946 +oid sha256:c8f1566692e9602b762238d2634dcf1d3275045c49c19aa8c1b7aa89c0affa36 +size 57953 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-pseudo-0.png index 456877d13..520389f5b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pillViewOnBubble.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f52e5b1312615297666b42affb652b1e831b4e7fa9935018767a33150ed29b82 -size 61298 +oid sha256:0e092c8a39ea56547e4bdb507f99932ec0228529264f7bba33fd5075555fb800 +size 61305 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-en-GB.png index d447736a8..f121629a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6d7200715b24ecb04c434a8e555446ba9dcc54c6269669d33fe1f53d16bb63d -size 92037 +oid sha256:49d4357dcdb4de6a50c99153f7e5d0bdd388779cec0a45a6769d89d8d6f59e7c +size 92048 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-pseudo.png index c5dfb2cce..22c6a335b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e0c590aabe88c01338d5dffa5e0afbf83086ee1ce481bb0a8b91c88483c40d1 -size 107261 +oid sha256:99a963330e459639746aaba483ec5fc31dd1d7079c152752575ec18163f2ca4c +size 107249 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-en-GB.png index 0c92a8088..f7e3af654 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d157d211f6c9e40ba0b58813ca4abf8a4ca144f874fd138aed25c47f2089bd0 -size 50090 +oid sha256:766e84641c78b6bad0504bd811554042a282639742a4057b7fae5e76ed0e8b97 +size 50069 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-pseudo.png index 0e9d7c5bb..bcc481df7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedEventsTimelineScreen.Empty-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e35bfa05ec210bc01306af78d17ee1d003f103c1d4d0e868c46fed57cc71d228 -size 69664 +oid sha256:c17b0c4514c7b1cc05b2bac4f8cced26361cbcd7b2852f5ef58ad305e60def9c +size 69670 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-en-GB-0.png index 27a0c0320..9364fcbd5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aaedf20685450b28deb7e16673a0f26a888fa345a55c603a68ac3d781e1aea42 -size 79416 +oid sha256:117a41da0c4bda6eaf4b9ffb2963ac37dc3bfcf3230e08c23ef80d5b957c66e1 +size 79411 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-pseudo-0.png index aca7eeb1b..1841a348e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a8de9fae72c3bbcf8a5d205f989ecaa2c3d6313a4597a6b93027651e4cb2f3c -size 99670 +oid sha256:6dbbe9b60aadf97b3e561b8e361751579b9b3b394140e12b1ee059b240337758 +size 99686 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-en-GB-0.png index ee01bde3b..dfab9300b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f627cbfbd1c93ad7c77dd41ef3020f3c652ef53b64ebc51bfa30cd364538168 -size 52157 +oid sha256:951fe0e934a24b758d7d7f5b303676b5454730003d58a2e61f02f5b81fbb0742 +size 52158 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-pseudo-0.png index 3bc14c1c0..ffa01b2ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsBannerView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc3309c3d3e7f290cc21e04d0cb239e8067e961bd4c4c56c9c102ec448852306 -size 57519 +oid sha256:57366dd665c29b81da013e9dd8fc697a080cb25e69ae20d0d902ffd0db9dc625 +size 57525 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-en-GB-0.png index 5e3a44679..66bff3fa1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05df896a2a8c47254923f58f9bf890648a75a252e34e6aeec9e4a3cbb3fb206d -size 12286 +oid sha256:746becae407350398a7560eb1c6a607294b05da6d796099403b3abf954b80746 +size 12289 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-pseudo-0.png index 260b05db7..3de9566ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82cf4b22f5fe8cc6d10536a4761d6a94d3b3e9ebe802674f79a5d1f3487a6cb9 -size 16182 +oid sha256:470abee3e3df66106eff16bd52fffd136fe5e336d40bf711b4855aed2a73ba81 +size 16187 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-en-GB-0.png index 524b988b7..108269b61 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84976d7df074f1a445c8e27948b1b5481a9f2d3a872bc0f6c2619e2edb311b40 -size 8784 +oid sha256:5ecabdf2653bba259c0179b077cde44e1c1d430438d956fd640e56e8e6d1664b +size 8785 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-pseudo-0.png index a91951929..bc29d840c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pinnedItemsIndicatorView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a4b38154465436c1f0ba91c7742dda3fce333fbcf76fa621edef78f450723c -size 15327 +oid sha256:ed92f4caac1f46641acbb8727afb33d71036ca293a85368c0f3e864996cf12db +size 15329 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-en-GB-0.png index 6f56315b8..441136954 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaa4236ec02b96b3883fccefc5e45b0b296448ab52ecc87201a837e5b1b23a83 -size 96810 +oid sha256:bb99797d5d065d66c77b85d016b8b2fec0bc98f7f4c9aabde7de47aae4b7908e +size 96826 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-pseudo-0.png index 6f56315b8..441136954 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaa4236ec02b96b3883fccefc5e45b0b296448ab52ecc87201a837e5b1b23a83 -size 96810 +oid sha256:bb99797d5d065d66c77b85d016b8b2fec0bc98f7f4c9aabde7de47aae4b7908e +size 96826 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-en-GB-0.png index 401d8ce2d..365371e8f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21089ce2daaa37f7e86031e11eab89d2dd9e80bb319c004fb86a9fc0e83d84f1 -size 55228 +oid sha256:22339741c92afbe8165bbf1e1c4be3dfac4fe01dacfa22ebfa52cddfe0f06790 +size 55193 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-pseudo-0.png index 401d8ce2d..365371e8f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderAvatarImage.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21089ce2daaa37f7e86031e11eab89d2dd9e80bb319c004fb86a9fc0e83d84f1 -size 55228 +oid sha256:22339741c92afbe8165bbf1e1c4be3dfac4fe01dacfa22ebfa52cddfe0f06790 +size 55193 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-en-GB.png index f37f26db5..6ff90113c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07c479466ee14baef3fe8dede92376e17898c2fc9b38d5736e8beb61bca63d89 -size 199506 +oid sha256:18f31dececb3c22f53811e44ea883c4fff27ff30cc4e69a75fcc2f067db4b86b +size 199515 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-pseudo.png index f37f26db5..6ff90113c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/placeholderScreen.Split-View-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07c479466ee14baef3fe8dede92376e17898c2fc9b38d5736e8beb61bca63d89 -size 199506 +oid sha256:18f31dececb3c22f53811e44ea883c4fff27ff30cc4e69a75fcc2f067db4b86b +size 199515 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-en-GB-0.png index c0b1a1f93..bd11d9c28 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5badccce7d5992519fc5704f2dcbfac45ca7c5f265595abc3f4b41255b07384 +oid sha256:b59f75325296fc86bc445c48299558e55e36bdb63ed28b36efc5e87d8f7e7cbc size 71599 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-pseudo-0.png index c0b1a1f93..bfd6a6044 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5badccce7d5992519fc5704f2dcbfac45ca7c5f265595abc3f4b41255b07384 -size 71599 +oid sha256:01e19631571c330c9249befd2b385ba5d09715fc41ab99368143630f26a8f213 +size 71692 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-en-GB-0.png index 10a823bd4..8c88a844a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28da429f0809cd994e6d9cdb9560aba18044cd2195ca6baa2f4a5b7f2f66087e +oid sha256:41396b9a9f1db43a5733c97a23b37415613c4cc333559e4fa1f06b074545e8f0 size 30659 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-pseudo-0.png index 10a823bd4..093660c8b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/playbackSpeedButton.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28da429f0809cd994e6d9cdb9560aba18044cd2195ca6baa2f4a5b7f2f66087e -size 30659 +oid sha256:f82fa2840db30bf997e796fc631e351b65014445e00c41461009c2994227c0b7 +size 30738 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-en-GB.png index cf140a67f..5aa8b1366 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b147ec098ba43560f69fd14ebaf0378910597ca437f6e412fbf31503d62eed98 -size 124712 +oid sha256:ba717565284f34e677e6885e82eaba19a07b1009f7a104f4fa394e36fab91f34 +size 124711 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-pseudo.png index 634aeb769..9576dba03 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a2998a3831c0fc04ea2f2b6face1a84cfd4b4b23a35b8e2c2bd2254ad83d29e -size 132782 +oid sha256:3973ef87c63089e471555d0a03396180fae10556566101555a3aea71fcb82137 +size 132776 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-en-GB.png index 282332d3d..e4c2f7e34 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:817a4133c4cd5198e0cd11e2179be0093a535206c8c673f9b917082c74a7611f -size 72544 +oid sha256:c1c666e0578df65052bd04aa3cfd5794977e53e2d1bd5aa3b32264c12e5a481a +size 72536 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-pseudo.png index 9b75ae6e7..64304e975 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.Edit-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdf7fa0e659134b691348d17c70d5f8c4620fe7d204dda8a86c4dc3088ee0403 -size 83237 +oid sha256:40236a2b9ca075fecf6d15efa6ddc99039d18b292d9dcd914c7399843e186bd4 +size 83218 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-en-GB.png index f3945dcd6..d4b8c61ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:759958b8656c0fbffa909f0e103d526553f0510363b807b87bf642e217104985 -size 127278 +oid sha256:ab9b991b75cf2c878f7ac9276115b222ce73fa726173e24f3ddb2c12f19fa17d +size 127261 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-pseudo.png index 44f1bad6e..400b689bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0f47e5d87bdd58117dada38f7a3656982c9e78a41a589b4ffd53fcdb16539cd -size 139910 +oid sha256:56e8b0e5bfcbfe83726fc02d5c05534788144d480770a93a9db02339156b9338 +size 139917 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-en-GB.png index 8533ed4b7..78e0aee2c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b38f55541fb900e008b76c6e1dcb6be6a0ec921bc774674f4ec6c75e03fd4555 -size 72845 +oid sha256:0f060c42f3c8911ba0774fd8a243b7fd644cd986e79a170d6325b1a2f85191c0 +size 72823 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-pseudo.png index 06d857948..f27b4c6f1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollFormScreen.New-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71018c70184edcb27e6c60182d99d2f82257f4c11a7b7bf34360cde237b83991 -size 88362 +oid sha256:d5ec9841fda6f2b97516be4bf329af612dab6808a6c4f5328806764e161afcb5 +size 88352 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-en-GB-0.png index ba573c6e3..ed8d5d517 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c77bb68c553b4124fb19c8630863becca35fc0cfb8bbbb85ac862d65fdad3dd -size 90837 +oid sha256:31910b57227f322dcc264b05e35cc130d967b4e5627d2d79aa85f6c90369cd72 +size 90834 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-pseudo-0.png index 9b1e2bdc0..026e90274 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51b7e5479c855b0702cdc8f0fa985a46d8c72dce3fde9fb8170b97bb38ece4c5 -size 97598 +oid sha256:3430eddc37f6c710170860222c0e61db84d41ac05ef2a419abb72300d969c96a +size 97582 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-en-GB-0.png index dab8a0a57..d37b9cff0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36374bfa651aa0b8584c54e97e60df563cb2f23fd5c0e5687f68bb5cf0796bb0 -size 48886 +oid sha256:e373aae604b5d03fbed2f422ac0522a18f80d13133b77b90d41195a1030b6232 +size 48895 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-pseudo-0.png index d70a4be61..96ccf6083 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollOptionView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f95df9ef11bb6ad896ab56b3ca8e3627efac2806aeb754f6947bc9829721eef -size 57851 +oid sha256:20109f920dc19e8c9125e76be607fd971d94a07617d615e015bcc260694537ba +size 57860 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-en-GB.png index 27069e036..418b6fbfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27eb439a267b4eb6d41e2ab75c445f461b4a245917fee97c08b7cbe1ddc63fe8 -size 120313 +oid sha256:803565ce955fdec5a7b2fb8fd7ff308d57903402ed90bf3362ecd1c9712ee11c +size 120326 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-pseudo.png index 8627ffe35..a8ddc57b9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce5cbd52895f620077b58132522d9956eeb055b9e55fb30ad5d6f75c2ef01707 -size 135531 +oid sha256:36c17a1c701b435c8b410560cdbec33f305601ae7b2e471dad0e6f000a4a0775 +size 134676 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-en-GB.png index 895a7d370..121d405de 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cfdf8d810604c97056d3ced5b1f443ee586ccb945417e5aa4782796eea43a60 -size 73261 +oid sha256:7179710c6bf6405f8c3dc9d67bd24f80b09faceedcb8ba5f39a167ddb5f8c67a +size 73290 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-pseudo.png index b4deb855b..b118b6b89 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-disclosed-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:750be2c59a483cf0e9babc55425bfe492d627d31e232f010c5e7d41c9caba4d4 -size 87105 +oid sha256:7a95c29ffa5d1acec86b480622395ed827ad1c3a47992906ff7be8978ef88858 +size 86439 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-en-GB.png index 918d44085..60dc7a10d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f643a71d018000e916fb7b5735635a75b8038c84f8bac1f107ee5fdeeddfb82d -size 120069 +oid sha256:84742bb7e5d1b3319375d35dc3b3917cdbb7b04f151b3c1149586cf05db7d2f8 +size 120063 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-pseudo.png index 9271cd707..8fe395fdc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47525ca1d0afccc7396415326a7316f296fa9737b09ada39a655f5efee160a98 -size 135083 +oid sha256:cc54e8cbbabb2a3a05474084958f8102e0cb13066ac533054e689f1cf2f361a6 +size 134214 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-en-GB.png index 9c3bb50fd..73536eadc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:073d66588137dfc87f3cd3d1e8a46c15b1de5287ae99c5cb888c771250e16f70 -size 73040 +oid sha256:4e3b93d2b389f539a418603e91e21cad87d5ef9beec772a72f1a4908296ff5ad +size 73069 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-pseudo.png index 4599d183f..48a172425 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Creator-no-votes-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:138d63f9502def7ee0c4a6da2d054caa93465e99f1abe31c5ae309e98a2f9ebb -size 86461 +oid sha256:3d97e3c8af69da9b0aa5b209b1a0577ce819e58af01d3321663abf31974e118c +size 85806 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-en-GB.png index 896e9f09f..c51607c01 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1b3689ef86becf7f1692cd3d3f766affe7a47fd9bd3aaf44d49c1c7cb4ca599 -size 115040 +oid sha256:7760333e2b9ec39e29129ccf0d913aa08f877cb6daa60b0920a4dfd0c1ac8d00 +size 115034 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-pseudo.png index 8137f57bb..9d5644a4f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aae660a066fb8a6a0e74a174419d11876115c2bf43ed5ae69670f04b55f6321e -size 130704 +oid sha256:24a951443bbe95bf2fdd7d9910e56e5bd7904a8463506e33d5f65e2de711fde7 +size 129878 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-en-GB.png index f1a47915d..63b72633f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1394d899a0b2fbca8dd4e70a24c6911288827939927d0639e9e3ddf96f36eef7 -size 68408 +oid sha256:e3fa395b77ba87d80aa101ccf690531edd5e42c53f6dd0fb655d2c349b130c84 +size 68618 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-pseudo.png index 203f683da..6904fec54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Disclosed-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bff75276357f7272f1b026fec34fa2e5b1ddd884a8ffddc2e512464b46bbcde2 -size 82310 +oid sha256:1228e722fc09539549fe60dee37b935cdce9bb5441f5790bfb9f471a1836d202 +size 81871 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-en-GB.png index d900662ad..af0b4a909 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd94086de70f1621fa1aa257dd940d91ae6ce189b669553c58fa0a0fb95c7f5c -size 114698 +oid sha256:a7105e29081e9fcdc2caf3efebbd125c0b5ce295019b8056816f974248c20524 +size 114706 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-pseudo.png index 835b81d2c..4b159ca2f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d7632550114ad0759430577f7d7c2da0a69b77eda28f44405f4497ee1985a5f -size 129091 +oid sha256:70a110f5c893acdfa325c5c326a1615120a8d68392ab948878f8c76bf501814f +size 128297 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-en-GB.png index ce18d0cd8..3219c4657 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:231e0708c786f979a357f29bb302806214e69ad88579a4d6d24b3fc0329b0eea -size 68067 +oid sha256:43b0bdc0ef7bd51221aab983b2d85b33aa941ac5062b0eb9b744661e5d9e1f33 +size 68077 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-pseudo.png index 3db97926d..99eb1ac50 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Disclosed-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:774862f839ce6da32d768cd669aa37ec42ad4f7e991886d0a19ca678392a04a3 -size 87282 +oid sha256:09d7c94e2434e1cbfc05d506275121761c9a0e6479a47fcd07fef3f83e89e9a2 +size 86590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-en-GB.png index d900662ad..af0b4a909 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd94086de70f1621fa1aa257dd940d91ae6ce189b669553c58fa0a0fb95c7f5c -size 114698 +oid sha256:a7105e29081e9fcdc2caf3efebbd125c0b5ce295019b8056816f974248c20524 +size 114706 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-pseudo.png index 835b81d2c..4b159ca2f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d7632550114ad0759430577f7d7c2da0a69b77eda28f44405f4497ee1985a5f -size 129091 +oid sha256:70a110f5c893acdfa325c5c326a1615120a8d68392ab948878f8c76bf501814f +size 128297 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-en-GB.png index ce18d0cd8..3219c4657 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:231e0708c786f979a357f29bb302806214e69ad88579a4d6d24b3fc0329b0eea -size 68067 +oid sha256:43b0bdc0ef7bd51221aab983b2d85b33aa941ac5062b0eb9b744661e5d9e1f33 +size 68077 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-pseudo.png index 3db97926d..99eb1ac50 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Ended-Undisclosed-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:774862f839ce6da32d768cd669aa37ec42ad4f7e991886d0a19ca678392a04a3 -size 87282 +oid sha256:09d7c94e2434e1cbfc05d506275121761c9a0e6479a47fcd07fef3f83e89e9a2 +size 86590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-en-GB.png index e4aa4fe7c..7c23716d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c00200a6d90d9cd5bc28db35bf1d9ec0885fc3eda07fe1178a5a54aaffdbe74f -size 79074 +oid sha256:db48db8b99576a85949b428a46499bffbb9cbc537c5cec4e0a96566a90339427 +size 79085 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-pseudo.png index d37931a1d..7c23716d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b92c56a422222434e44905aad756e51676ca6dba7e5848479490054f488811fd -size 79931 +oid sha256:db48db8b99576a85949b428a46499bffbb9cbc537c5cec4e0a96566a90339427 +size 79085 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-en-GB.png index 0dc3b9bef..6e54586ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56f2df693b4b599c0e923750b8db1c27ceced58cef6c91d25ea8deade74d7165 -size 39036 +oid sha256:b6c1c327a156e3db6fbafc02a671e4fe8ed00889cea581ba6f1915d824c70d3b +size 39054 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-pseudo.png index 60d0e9f2a..6e54586ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Preview-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:652bfe2c2845dc4e52ff588379d44f3da0d5b97c571aff04c55d35ad3e390333 -size 39724 +oid sha256:b6c1c327a156e3db6fbafc02a671e4fe8ed00889cea581ba6f1915d824c70d3b +size 39054 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-en-GB.png index 65ef6b845..1fe629ce5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:475af6d76c000a40b15a70a023c9b587b9858063fa3040ea8d377ccffdd9aa23 -size 111648 +oid sha256:2d72a6670dc29f4e551f3a44b461abb7a96ac65fdb526f4d3c788ee735013237 +size 111649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-pseudo.png index d772a7d94..dd30b310d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc73a3467a27cb296de1ad72a2f8bad292bc4fe8f0ab196b35cb1255d2d2c619 -size 117695 +oid sha256:09a74576dd80adff0dae576537270deb067cbe08c67d79c9fdd1b04269528c2b +size 116907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-en-GB.png index ae72b4f6d..cc755b0f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93821fd0258b38819548409919c8b42274d2c72e661894deaa1cce144d095d4e -size 66978 +oid sha256:64a104c0a76e9064808a12ce5c02843374ce25cd1a99d92139d30ed33d207519 +size 67214 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-pseudo.png index e0aeb07bf..9e8332496 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollRoomTimelineView.Undisclosed-Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d0752b7f66d8991435fe7377b801f94f57150c60ea9250ded83441028422d4d -size 73778 +oid sha256:17794842186416ff910a5598567c659ed504db6b0cdf1bf8bcb5d30095e00982 +size 73316 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-en-GB.png index 08b9f954e..1dd4e98d0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:725ba9b50643cb587c8449e49b5f0c492db9fcf0cdd0415fb848f516117e7db2 -size 109828 +oid sha256:2d51ede51be630a97af607ede65522d2404cd969c5842661978e9f6c5ffb8624 +size 109831 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-pseudo.png index 6f4b335d3..61ce1342f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a526fd24513bab297d4344e98b62a4e4f2aae6c81bf1acd98c88684fc2cfb55 -size 124211 +oid sha256:53a7f0eaf0404d6f5242c3e7a62a055513e4397723dbd5ff2fae8dcbd2f936c0 +size 124218 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-en-GB.png index 182247121..281c2c107 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d739439a0ac7bc0d4b5d86beb4702f0108aee4a8419c19e7cfd5064db2ca169 -size 63847 +oid sha256:314796233f577cfc05353970cd3f945cd1c6fb9229eca3ff0dca8c1bd3b270ed +size 63845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-pseudo.png index f0bcfd370..9fb57d13a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-disclosed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7d66d25d362bf83d720b7fc5d32883e504a01943499c1ebd13abb6ead4fff45 -size 80656 +oid sha256:21d277d0bb01b24ea6e756da3d0aff775348853a0d534ca68aff2fe2240c68d3 +size 80659 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-en-GB.png index a73a968ef..7e9103b42 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2353282fb6f89c719bbc70a64c19527dbbd177452fd347fd6228b87029f8f0b -size 109338 +oid sha256:b2cbca6c6e5ba62982a8ce609bcb048d6bbfeaeb20e0897ec7c8ad16a3d65efe +size 109339 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-pseudo.png index 15b411523..5137702eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d4e4cb49e1c3ad44e30636d772e66f2406861763cf333b44b7fb31c77f1ac28 -size 123483 +oid sha256:d2b9d3f31203b8de1125a7c5e083433860275ef9c07076c59b400423914a68dc +size 123492 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-en-GB.png index ba097c792..071bb8f73 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dff3c45954b86ca548006d748c31e63fba42e8ccc35940435ca0cb782a736783 -size 63356 +oid sha256:a2d2121e9da9d2750223589db23acaea132a17e73b5e6408693eaee8a2bef79b +size 63373 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-pseudo.png index 3e0525fa7..3e473a6b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Creator-no-votes-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70b69f2ec6c1dd31ad67c2922e7eee28e50e7b7a705c384df654008725ecd0dd -size 79901 +oid sha256:3373643c51f7ccc5ed9623187bc3d5292b4afda0e18625f2800b20a81c4fc75d +size 79908 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-en-GB.png index fc46bff5b..18f63e16c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:827f997b33e8ea07a62ccf1347211d47a365da3d2424db0df3f9b0056768d099 -size 104228 +oid sha256:551870e37a64b82add1c6fe69aafbf91ac6dcf7c6e9c6f85919d3dad852b7773 +size 104230 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-pseudo.png index 2cdce9c2d..186286e88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80b15959aca9a63947a20b11a88278cf2a0579ae06e9b4c64c8b3f84d58d41fe -size 118616 +oid sha256:d7256b50822863dac8cd0378fcde8503b6e6338931763b2ad0facb19270165d8 +size 118622 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-en-GB.png index f6fbe5f5d..87b9210d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ba34530e7b046e29947f39fdfc56de2d032d4d84cb9212b2b6e6e9f5991fc3e -size 59442 +oid sha256:15b6516eafb9f4674d89d167f4a15083110fd4172bb8812b8f46838cb769e644 +size 59445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-pseudo.png index 17cfae49f..0b889c8ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Disclosed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0248e4e0473d0e7500a1fdaf59c0f6d7c0f9088b1b82c1f1255132f15c85a85c -size 75791 +oid sha256:2059005c1342541bddf759caa5af871c1b172df6e1a137df556952270277b3be +size 75796 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-en-GB.png index 9c8121abe..7a76b46db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a40bfd211c39f291b4b60c5df8204cfdc6b7e367e2ca7b4a8b30b1b4556f1a -size 104701 +oid sha256:eec6ffdbf14a14c875d5ac0a02ca1d3e591a288a8397810b5365ff4fae2b1991 +size 104693 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-pseudo.png index cf0cfa5b5..d82c22024 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1d5c06d55282e9ad94da752045e1392d42dc00afab4adbf7a643264ce4f27bb -size 118574 +oid sha256:eef62027009f8eacb51a1eb3789f4b8ac156179520f1b1c6699a2b18869ed01b +size 118573 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-en-GB.png index 37a5ba53c..ab516e9b6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e0143d6208cdab487d78a37299a7f8783fc17d23db2aadc1836f5f2bb198415 -size 59801 +oid sha256:ab773efb45b0714bc9e764883db18283fbda977597827a2e4bf4bad0f1247335 +size 59805 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-pseudo.png index ba8674e0d..386256a75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Disclosed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad3d80c6cf8239068e72ec40765ae836fc89b5825d23189e93884e8f12db3b94 -size 75661 +oid sha256:0c2bc5a37e52d71df443935cee9ba56ab2d7dcf9fe262e87b54b7be64fa1c81a +size 75668 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-en-GB.png index 9c8121abe..7a76b46db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08a40bfd211c39f291b4b60c5df8204cfdc6b7e367e2ca7b4a8b30b1b4556f1a -size 104701 +oid sha256:eec6ffdbf14a14c875d5ac0a02ca1d3e591a288a8397810b5365ff4fae2b1991 +size 104693 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-pseudo.png index cf0cfa5b5..d82c22024 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1d5c06d55282e9ad94da752045e1392d42dc00afab4adbf7a643264ce4f27bb -size 118574 +oid sha256:eef62027009f8eacb51a1eb3789f4b8ac156179520f1b1c6699a2b18869ed01b +size 118573 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-en-GB.png index 37a5ba53c..ab516e9b6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e0143d6208cdab487d78a37299a7f8783fc17d23db2aadc1836f5f2bb198415 -size 59801 +oid sha256:ab773efb45b0714bc9e764883db18283fbda977597827a2e4bf4bad0f1247335 +size 59805 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-pseudo.png index ba8674e0d..386256a75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Ended-Undisclosed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad3d80c6cf8239068e72ec40765ae836fc89b5825d23189e93884e8f12db3b94 -size 75661 +oid sha256:0c2bc5a37e52d71df443935cee9ba56ab2d7dcf9fe262e87b54b7be64fa1c81a +size 75668 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-en-GB.png index c4f856a1b..bb323f269 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2abb9d5619eab0fc0bb590e48983028c9d90ba5524aaa7b2722bbaf20ad7deab -size 74962 +oid sha256:98cb69f516a5355db116ec26b9d31c41c017d274916562bb6fda54041dc0bb3f +size 74968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-pseudo.png index c4f856a1b..bb323f269 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2abb9d5619eab0fc0bb590e48983028c9d90ba5524aaa7b2722bbaf20ad7deab -size 74962 +oid sha256:98cb69f516a5355db116ec26b9d31c41c017d274916562bb6fda54041dc0bb3f +size 74968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-en-GB.png index 9ce312cde..25c74822b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11ff836d0ad3a4befa5ef26a817fb2459abb34f51a0535b6060dda103dfab666 -size 33659 +oid sha256:3bd4badfbe52c1abc3059b48600af8f87822ecf2ab9d0a98f68822192853a3ef +size 33673 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-pseudo.png index 9ce312cde..25c74822b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Preview-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11ff836d0ad3a4befa5ef26a817fb2459abb34f51a0535b6060dda103dfab666 -size 33659 +oid sha256:3bd4badfbe52c1abc3059b48600af8f87822ecf2ab9d0a98f68822192853a3ef +size 33673 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-en-GB.png index b02ab0dfd..cd9b16560 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a73ec142959e94276bf5aec884f12cb1d01b0e78e773e241b2768d9849fde1be -size 101057 +oid sha256:ae3c8a487fd10ced84bbdc7344e7c747a09069923a918a50526338aeb38ef343 +size 101065 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-pseudo.png index f07a9095a..4215265f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e8f02bdd40b3a368b44f6fdb1e148d9fd9bade35dd301b357bb3f5af897e57a -size 105680 +oid sha256:8722708cb7205ed1932599053b0197eed41b1a15461ca22a192dc89af3897a32 +size 105696 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-en-GB.png index f8263d21d..248b9cf6a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07a2c999c1f64657b6dbe6d021a697ccf061e4e586924ffcc312029a633c4c88 -size 56443 +oid sha256:711f0c1d1e191bba195a6a16dbbc9063b10f7a7938c291e21abbe2d3be64199c +size 56467 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-pseudo.png index a1ea6c201..feeaeb1d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/pollView.Undisclosed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c4405c6ca3987e725744db4e71ae0c2fb98474213fbe7388f1e9605027b801c -size 61195 +oid sha256:81a3dc9b25a1c38911e970c4464618d5fda782fdf7ad6cbc8a9e246deaa01b62 +size 61213 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-en-GB.png index 4cb9f5e97..48f4fb534 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99039cfa29c1ad171ccb4f79ead377ad8df08d157832d3d8d95f196d1965ac6a -size 96338 +oid sha256:76f46dc3b2f604c754fd2b5d360756edcd232c53cf4d688397022b2b1e9ab2b3 +size 96343 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-pseudo.png index d64800c58..54ad26071 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aeca0e8f518801efe79a78796a2cb87e8cb8f910b673882472ee021be2543779 -size 104068 +oid sha256:71f2daf1ad57383777bd4d24cf7a2fe371556f8ae641f7ccf60291ba514760d0 +size 104073 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-en-GB.png index 26365372f..52cd1f7bd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3bbf39094d65d397119568ff8a6bea9c313bd11e6aa4b2ededd718143b15f480 -size 53140 +oid sha256:be4c3bcaf25b35b8b88cb1ad897e8c3fb7b40b28914bd1939b871c05499d123e +size 53129 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-pseudo.png index 0039b1d16..793a76675 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Cancelled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07dfb1ddbf0f9db98c5f28d01e5700ece886ea38060b512919ef9c0b8cda0ece -size 65950 +oid sha256:619f452145f991bd7ca1b9462eed294131b31df87265a55feaaff2af9a5b4f5f +size 65946 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-en-GB.png index f345ea461..7c67619de 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4da7776836f54807cfb1d032409cb3e5547fac036ca8ff8fd12d39962a048abd -size 148049 +oid sha256:f92e65039505ce54f8fa7c8b23d0584356ba8b8e6f1e7819f7ecff8ea7e5b3a2 +size 148063 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-pseudo.png index 7c6e4fdb0..b5f2ee5dc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b45f5822a671edf93fb06b55a446f2b45fb29547ea5e7edd5dd15a01976951dd -size 194475 +oid sha256:aa37693606a33157ccaf6d29c026c11e6714dad21bb2fa8c315fdfd75accf696 +size 194488 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-en-GB.png index 4cfdddaef..1e4f6a087 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8af042953fdd7d2dad2aaa7615acfc03e53ecfba021da7b38133e8185acfe91f -size 106023 +oid sha256:95be05398cf5919a718ce290e0647d1ba985925c6993c13eb55a6f6b70954c42 +size 106001 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-pseudo.png index 85d7767dd..659054eca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Connection-not-secure-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eebe6b00f270ff92a737bc669452414fe849405385e4189b98cc01ecf26a3823 -size 157922 +oid sha256:8f00d8ce7a3c1e5033fc2aa12e249a17918374150f4ea63cf543d44c967ad517 +size 157930 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-en-GB.png index 1ba36b70f..1be7eedc1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0df156666150ef572576f07a015accc9096251b902be50f5833ff9f86c2e94e1 -size 93666 +oid sha256:6e0ef7dbbbb0e5eaafbf39c0e6379e6f0da84de1e2f3e992acdc201ee3697849 +size 93675 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-pseudo.png index f738f1139..4e640989f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a17d386ccc05cfd597178e48a66e8ae7caed4991862f7db5ce9b28d84b72b521 -size 100469 +oid sha256:8ae298549418cb5615ac572124ad6893122784fcae62d2d6740e659f57afa253 +size 100474 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-en-GB.png index 136917628..c344d2efa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f57c645139b41a6405c285cc23d54fc9ea0ec01c166b46096e11545918706951 -size 50889 +oid sha256:7dc830e00fc3606c08093ddbf601dddd0fbcba6a4fbd82f98c6a4a083f9f1dbb +size 50874 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-pseudo.png index 8485e0d39..0773b8e9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Declined-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16b1c87494e516deefdfab2e71517f8c9e37b795b76294fcfc493bf66004a897 -size 59081 +oid sha256:f5b5ebb922bcf62e133793bd782fbc95f92c94de63c930e85cfe3df04e84d88f +size 59057 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-en-GB.png index d37085ba6..cbd559520 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc7bebb69de830f774ead40f4098b25abb7862df45909c1fe5b0377d0e60017f -size 90884 +oid sha256:e5289235be2e93190bd4b1dd6b5abbc2c799911adcd163260a71bc231864bbcf +size 90878 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-pseudo.png index 7dddc21ea..027089e03 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:166f6c92b9b875a46c70931f675eb506660c01e80fd47e34e35c02c74535ef72 -size 100038 +oid sha256:841a3c833bda263b8fd655959146695474e2f14fb2c675e50fc70707dd0a3b8a +size 100043 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-en-GB.png index 261271c2e..19778b399 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:856720a4590c14cfa97b0a504861200f2342bf1aa0ab28937df70688c75b9c48 -size 49981 +oid sha256:085b199c21680cd888865d67e87917257143a625c3cb885ceb03364b9200ab60 +size 49974 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-pseudo.png index 563dee9e1..5fe4f55b3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Device-already-signed-in-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2c2c12d5aa74ea2717d062e7170b5cca09b837116418d2b8e9c36713bae0b72 -size 63859 +oid sha256:1de06d7e74a090aa801c8d0aaff862dc3c059c0a20a865574e02f14912124764 +size 63861 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-en-GB.png index c943615f8..db40d07da 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e9f46a2e060cd117a567faff96f56223a5082772c7bd983685371500afc9f76 -size 96992 +oid sha256:e43dc25577a87c07e37a83ddb51ede302dc406d06784ae2d7e39087b1ac40726 +size 97006 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-pseudo.png index 9d6d14a80..2003830b2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1a27690d4564af5e1d5bff2638555a98be4147c6af0434b7cbb641289f5686e -size 107013 +oid sha256:167e97f61373ffd54f8dacdd12d0c63a5c87c3515533179316736346384d923b +size 107052 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-en-GB.png index fbea0ed77..d9cbad8a5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ef62bd49ad2b7bfba16ce5acb5297d034fc6ee44b248714f31e7b6de0cb3306 -size 55230 +oid sha256:bbf7258e53e76d71da45b8199df78b1dceb7f87885903ce72eace850b2718e85 +size 55214 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-pseudo.png index 30c16ee51..2d8c52917 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Expired-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6d472aa4f4b88ff4116e8ca78f6401c2182ba563b148f0c53d32cb256d23b09 -size 69659 +oid sha256:a2f486b8ca43a1bcbc324fba8b7d1e9c013d178133c16dd042b22e84717da285 +size 69655 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-en-GB.png index 2b8acabd1..02f52899a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1956eb383999db5a1a0d49eb2e1f1dcbd6066739463c3e3e1b9afcee68cdbf -size 111070 +oid sha256:f850248c917fe875ae2dd6a7eb519c32c0974e7f2547fda47287c3d0aa19f20c +size 111067 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-pseudo.png index 4ea337ac1..f22ef8d78 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2812be22f47f22db567773722833b96494518ffa260668fcfe9e5c1ed0fb9bfb -size 136223 +oid sha256:81973c651dc0a0f67211a9ebb5b8ce6f182b1485f620d611cd67a25e49510d34 +size 136211 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-en-GB.png index 622bbcdce..e2e5569d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:596d6d97bc0b59420fb41e3f5d377dea44b87c66584fc8d89b4893b2c541b52a -size 70428 +oid sha256:c2abd53d3e31afa46eb22eef4bd0078eb6afe24cc137669f4195a1ae34cc84d2 +size 70418 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-pseudo.png index 948480b24..cee0f4c94 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6825fc0ab0c340f5b78f8d1d8a3f62b38be46ec548385cc12ca271d5afe76a7 -size 96598 +oid sha256:35e9ebd1c06b530f42369f9f37dafe1afe8b9ae4979096c8538b841ed95e14ef +size 96590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-en-GB.png index 41ecb16be..7aa002afd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f53530dad8ac0e18025303bd5e9f39d9a2c1d4f797b1ab575d5765aec9804902 -size 102733 +oid sha256:47b4ef92591af6af8036810a29026f784fae287d0ef182e9fd298d2b181d92a0 +size 102735 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-pseudo.png index 5b9f3cfaf..a49652dec 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6284e9b1981fcd873bf2e460ddc837d3a9501724c0e76b85887b71ff8c81d501 -size 125964 +oid sha256:bc1e2903590c242efa2a168e659be189862f4959140ed5a65fb2a9c8fd152ac7 +size 125950 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-en-GB.png index 141078039..2eeaaba76 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9a79b94000ef8792fedfd95aea03c8ed40b955f90857acf9eedad1dc7a76413 -size 63166 +oid sha256:eb877a035c7b3f94da06aa0b03f4a482b1c88b331a947b8bfc27dfbdf4fff229 +size 63172 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-pseudo.png index 8a183e414..f1cde9563 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Linking-unsupported-restricted-flow-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2055ba432f09bf921d04f852e5635bf22b5311affb358cc68b175fee3ccf295 -size 87594 +oid sha256:de0da9e632921f1a0e069df26e6b9ef1ad32e630257b469f48382309c009a81a +size 87595 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-en-GB.png index aab3a5414..63bba57d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd6aff7c2429ded2e44c7dc7bdac66fbad5f81f502ec5e5f5829bd03dd602bdc -size 106290 +oid sha256:ff0e5e61dee37369c7cfc98900b3b4d3689e293e6b28763f519c3ad9d56bffe5 +size 106296 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-pseudo.png index aca242fb8..465f64782 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6614cb1f9dcbd51b13e126935bf5c33ccfbfc5b4b7d1086f3a5dc0727ddca0f5 -size 127732 +oid sha256:9debb5b3ef40c3b9b30988049b56433afa3c83ea70645981dbfb84a52dfedd73 +size 127764 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-en-GB.png index 7498088e4..a2c9e1602 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53c64633e033c97b1ed56887ed77589c89c395bfbb876d5678fd6da27a158b38 -size 65737 +oid sha256:4ec44c806c805754888ba9575bcae1ceff9f69d3513bfae9a6560ceecfff0ee4 +size 65748 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-pseudo.png index 31fb3a50b..90f702a82 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.No-Camera-Permission-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:209af483bc80d71ca347c4ff84e5b55afc37de4c192363026ea0363dd66591e4 -size 94066 +oid sha256:3b9003d993208f5f0c987ff5750b34deb68cbceee4c206e2838fac7b6989c6a5 +size 94053 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-en-GB.png index aafefdff5..d135c2e4b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffc09f736bbc07cecad5e93fbbcaa6eb4bdf90020b88446562b497e095d3a494 -size 101929 +oid sha256:9049b6bafc3869bdc29cc265d50f319dac4100edb73f8535f4a6cb4cccdfc136 +size 101933 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-pseudo.png index c77d6de7a..7829455be 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3e582bae4560bb35730a54b55919550a44e7a645bd3a79139d0beefab19fb75 -size 116499 +oid sha256:f3a8646c3dec655d6fd7c5e863b2756138e84e9b203da4a9b8f0c9b26ccb7f54 +size 116494 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-en-GB.png index db487aa59..5a36ed2dc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:714c7b55b386f686b943edd992bf855a3d678d6a3ab83c44c03e88de3cea9f49 -size 60429 +oid sha256:aa7bc2f72d1526743300b13de61862f3c0e3d4a047b9c47feb0ec11f682076b5 +size 60424 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-pseudo.png index 87955fb14..33d43a151 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Not-supported-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08706c72bfb0f679d634887cc081a539814d0f2c0461e079985a94bc7c0d96d3 -size 79243 +oid sha256:e7949ad0ba8857e0131ef4bcaadbc34c377db2b20088957b5f2771ed99ec9793 +size 79268 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-en-GB.png index b97a71c49..0d245b209 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d877a090876dd54ca18bf5ec98f21b8d28ecd00ef9a0ff86a2b0b0544bebf89d -size 96604 +oid sha256:c2e3f547c35167eb17e42e19cb466bd7f845df0658f5e659a89a0e34dbbfec4e +size 96657 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-pseudo.png index a50bd9fd9..14b23ce2b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74650d5dd76c0e9cd1e20034f3e9eb9dd664078e7057f2eeed621828ee2be32f -size 105745 +oid sha256:3735e9dc5e24e627d747229c97dbe9307da830a6d95915913aca4feb6f6d7e07 +size 105769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-en-GB.png index efbc16918..35cde0888 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35c19a7f7b187a4fd4a0e7af53e7da80f72166c603ad022ec7c182d48bc23cff -size 54227 +oid sha256:647c335564f62a4ee1812b299f259a90154f9a6912d6225ecbc077a36724ef37 +size 54226 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-pseudo.png index d95ca99e7..8e4fdb94b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Sliding-sync-not-available-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eefb6bf9ac16f888fad1988d9b9f05e6f02a3358010a618e8471dcb07845b54 -size 68362 +oid sha256:184aeb4ae7c31e1832ee2f6fe0ad7fa25d46de6a8382a55ffcd68d1f67ca9124 +size 68353 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-en-GB.png index 4d7d875ca..5e9a2d504 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61956bae4a87d1073ef462e0eeb1bc1ba43b155e99bb24bc428419666902b204 -size 96242 +oid sha256:2064726a6e7c77dfc817728ffa63a78a25bb4afc6dc9af72bda2318d817dd14d +size 96259 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-pseudo.png index e342e7423..c3e75ad9b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:287eb47327afda08b0fcc6356aed7b49a49bad707d1a063a9286f0c3c0309810 -size 103407 +oid sha256:773ceee500eafece81b0d10443b663379bf599e3966e72c7260aabb6d75a0dfe +size 103424 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-en-GB.png index a13a2a660..ad812981c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:936c35ac1c5a06a8efe4a94587208f6ff118eba5c83412fb552835cf769103fa -size 53285 +oid sha256:338d9cf3ae37d8c233cadfe484390e876a2d95b8a2fd506ec0ea380ef128d721 +size 53280 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-pseudo.png index 392d1f19e..ea23b8fc0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeErrorView.Unknown-error-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9277a9f9be3ee8eb2b36b4738e38810168279ba963aa2504e3dbe1383f9c9166 -size 66915 +oid sha256:47509384fd973636c1a9fc579509aaf015345d2995073a2adc45eb8bbef25eac +size 66899 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-en-GB.png index bff433d43..a0d37d6c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a63a91ecf6e3637ec861f1100ebc97fd66abd3faeb014ae7812060f4400b82dc -size 112052 +oid sha256:417ef1147e5bc557757b29c8dd3c521fe36ad4f593c0645fcfb8c89903ae6ce7 +size 112054 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-pseudo.png index 6a3748b4a..d593a4531 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5143e2e544a6aca9373fa9680e2c3a7fbb28be55a77d9f283b0656d5f0340286 -size 132923 +oid sha256:e30ab476dc9824c06629b4df87c1bca4a479d5d5f80fbad7be10e567535f6575 +size 132928 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-en-GB.png index 76b42437a..9613a0179 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b12167a9d5d01b0f1c40ea742d1e3a6b0b5bfce9b712ab78367abbb0e91294e -size 65280 +oid sha256:66d42a5fca8e77911f9c2bf8df17eefb31f2c898b7ef33e6ead163cf6b3304e0 +size 65265 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-pseudo.png index 28ab5e34e..b7a80853d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-entered-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4748af8b7a64f4c49253508662a7754727530c91a0fa62ec9d6006d13e84048 -size 86517 +oid sha256:a0875014882833d66251dbe8d2e6b3588a33d4844f5a684c7d2f5285b0a89329 +size 86565 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-en-GB.png index de956151e..d3a0f9141 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17624efed44c446b37934f930dc1be97a6eabff196556707edc5b29d757bed3f -size 112327 +oid sha256:99b7d4c6dafe4b07685028e987ae17f6b47dd7c8e8ece29821b92d961200ad8a +size 112322 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-pseudo.png index c001dad16..4f683d6b8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7581d78168eee58b20477e28e45f129bfce099e8671d19f7ed2bb3ba5cf07ce -size 133584 +oid sha256:25266bebb0051a7760cc9724ae435c78746a5bdad06c4ca8e1da569e18ef058a +size 133592 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-en-GB.png index e24f8c537..14df7baf0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73423e5a5d8d101f9fdb5204d9f89a3d5881fe2897b8e6c676c2b5cf8ad819bd +oid sha256:28cf72dbeb492fcd9f32997ebd869a585fd9e03dc20068ee2ae5f96c81dd5ee4 size 65658 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-pseudo.png index e781fe97e..48b1d7b0c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3efadbacd57c47f8de49a5ffc6437e4bbad98b35455ddb4004238edfc31fa225 -size 86991 +oid sha256:20ec83affb63e330c0322fd5873cf57a668efb616f51e2b0bc58dd1cf91daff3 +size 87040 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-en-GB.png index 8ee4312a6..b27f6bcd5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75d2836225b86cc489ffb2e97d2b88a5a615497013c52a754e11d6064291efa7 -size 120243 +oid sha256:1547fc8b5e87385adf12d38337b6fbf9f52739830a55e8173c7b6a10f6e90d54 +size 120230 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-pseudo.png index 64c6e25fe..7ee3b35f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12e674f700020c1b8ec14d1dd281805bb551ffe2cf510fa9966fbd7bd99e02da -size 146278 +oid sha256:63c28edc6d7beba64ce2870e8bc0c3e7ceba4cc00be9652681a379f0aa053dd0 +size 146285 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-en-GB.png index 10b42e5ba..6c47e980a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52f93b01f90d1287ec889a2416eb0881875276343a9f7cd42cc6041e4410574d -size 71887 +oid sha256:8a0cba38aad08083e80bb54bfeb843ed8fbb5caad652e1162000f46a5ee4a5cc +size 71902 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-pseudo.png index 1d778e219..ebd854086 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Confirm-code-invalid-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b6b686d6b4f544c143d4dfd71b0c66417de9b7e7bc0f99f5ef66f8bacaff2e9 -size 97854 +oid sha256:c722ed2faa6c0421ec44af26d4d01aee89a372514a6ce0de0494215730dc283d +size 97907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-en-GB.png index 885b11344..a031698e2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fbe2e5f121dfe92ae934f15e550f66fc752848d88a7cc403c26e7233b9300c6 -size 105657 +oid sha256:8a186df9ecdbc54ee4da4350249d8a9d6f59f200785e534cfb8f55ebdade0e6d +size 105653 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-pseudo.png index 9f854ccce..c9817851a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f580ac10e8da845e63f237cef93acdbca26ca480c6595a05d1098a1cb07da34 -size 109350 +oid sha256:aa33a49ca1b202f3ae81684e5e23e58e730b7262cf3919c9f8208c635f295978 +size 109351 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-en-GB.png index 93ab6749f..d777ad59b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1efeedc569846e8d896de85c20da4876b278671ffcd1a30ae72f8ad10bc1314 -size 46576 +oid sha256:75763b0556c63f957c1bc74c0c066999f6dabd7dcc11622295cb113606c6fb49 +size 46571 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-pseudo.png index 377821afa..18012ad0e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Connecting-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8e19b9a1790a26f7bd76f11a2b5425d3545584613f3e39eca3f109b65722ea4 -size 56081 +oid sha256:809de0748cae6b217439b0b7fc86adceabcc15521046527b1901de8dc4eaf374 +size 56053 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-en-GB.png index 133097382..39ab80efb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:897433a46e78e649936892b3b4080353731fcdd80781e8eeb2c6c0caaa854c80 -size 116166 +oid sha256:5c0f170e222ec6cc0ab902a6ff36cdea418a7607f1842b86dce7e19c9e59a150 +size 116161 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-pseudo.png index 302274a0e..94a565bd8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:666038dcb22f2e14b3727e7d6539453684cbac94c5eac5d8ffdf4a9c0834c580 -size 137501 +oid sha256:4bf1924a65cdef28a28d896fefb97f05adada85701db1a8fa24ff877fa818cd1 +size 137504 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-en-GB.png index d18ae8aa9..ec65cd7bc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:241a7bef6b8d18d26636ed6a591c06c383462c0d48ef701a7725de675c347dab -size 67128 +oid sha256:91d1757faf7eabf6febe639c220f5c3ac8dffda9ba3bd60edb1cc36dcf93bbfc +size 67122 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-pseudo.png index 2c5c92b0b..d61f5cb7a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-code-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4be4bfaf3f024c0fd3746da456b99e736e5e20afea8627a26c08d6a1ab7a2773 -size 89724 +oid sha256:5cea1841307cf38d2f728342af1b0eb35b5a66a3f99654a09fbe4ab8ec378a0f +size 89771 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-en-GB.png index 8191ff8a4..04def77a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e3c13b00e7e452c71175cc262983cbf9a500acbcdd4f525d335759e0a0fda9a -size 122905 +oid sha256:436e2ca09e39d792089052691aabbf0db3a61027936c22d0869e641467369f00 +size 122900 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-pseudo.png index f18f106b6..8efcb3281 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b59ab75c3a03ade9121fc4fc0b24f87732d2ea222a99922bf39a57f9bb0175b -size 138177 +oid sha256:d011c0a1a3d763149794b6f5ba8ed4e76798386f620ee300c48f63fd4a55fb33 +size 138186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-en-GB.png index bac1469b8..416e6f844 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a2995fbb7b5339fcd062a3f811698697dcdbb264672aabb965181e5fa756529 -size 64409 +oid sha256:3934d5b3db85d7ac1b5919bc89f58790c3c95bb598a535de0db6d69d319e5990 +size 64385 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-pseudo.png index 132b6e54a..620cd6f5b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Device-not-signed-in-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e94e59a5157ccc95dff6e528f826c1920d7ee95bd51738e26643ff815f53113 -size 84372 +oid sha256:eef4808cc176b58a0da127157872dbabf66d0ffb6a7ace3f5930cdfbacea6c00 +size 84329 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-en-GB.png index e8405a6fd..4dad86523 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19b3c9c7130960cadbd4ef8c86e48af9c9129172f4befa195e69bf9942380228 -size 94696 +oid sha256:0ce15cd9996f32fca33005be5967f296aade73bc6924336cfcb1665faed0b632 +size 94692 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-pseudo.png index de4a15fd8..fe3e69fb4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9a007a9348d053ae95005c9b9a37f50e2ea7537abf0f33cbeaf5e3473c8dd5f -size 101164 +oid sha256:0ce6fe9baa13f8ca3a2dbbe6341b5921661c23e74e0f623eeb1f0aee521cba46 +size 101155 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-en-GB.png index 136917628..c344d2efa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f57c645139b41a6405c285cc23d54fc9ea0ec01c166b46096e11545918706951 -size 50889 +oid sha256:7dc830e00fc3606c08093ddbf601dddd0fbcba6a4fbd82f98c6a4a083f9f1dbb +size 50874 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-pseudo.png index 8485e0d39..0773b8e9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Error-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16b1c87494e516deefdfab2e71517f8c9e37b795b76294fcfc493bf66004a897 -size 59081 +oid sha256:f5b5ebb922bcf62e133793bd782fbc95f92c94de63c930e85cfe3df04e84d88f +size 59057 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-en-GB.png index c70a7ee41..c9b4f754f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85fb5855adedb446af1fc92f730a6fe2b4a53f48c2ec8c8028ef36d82e9cb6c3 -size 117537 +oid sha256:a48712674f39b0ebdc2291ed471d3c0887d57d7fa2bca67951c3a975000e463f +size 117519 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-pseudo.png index 42db03fc8..3e8b2166d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:641136b99c2c39ab0ad2f842e43b5b589e15c8ac14c1bd10110535eb648921b4 -size 122486 +oid sha256:f713c9a6af6cc46a782e1a8a001d2f62315f22cc81ff3050faa2fa43f55811e9 +size 122492 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-en-GB.png index 689a87aa9..58d37740a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e5b1f5d79e1838bf4b6fee3cbec9e672a5446544ebd1e2c5c5f16126c896e12 -size 57386 +oid sha256:c79b388036f7ba83d25887311f8c4e0128c4ef9bc7c817444881a9f1235aedc9 +size 57370 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-pseudo.png index a2cfe6c15..338767c87 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Invalid-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:809a8b95dc396882887e2eae8c3df421adc962955e6a41cfa893b595a198ddbc -size 71703 +oid sha256:79bf75459f8597552e3e756d8ad388ebaf5cf43e4f2cbdbf10ea87835adeecb8 +size 71691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-en-GB.png index 755737d22..b3117d12e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19cfafc5a77aec22b3000647fdb3037a97ede0c372ea92ff8b7c13b96d9f522b -size 128392 +oid sha256:4d46912b1b9cb88d36f8daab25770ae998df5568d35cb8f8f5b05f270e7491e4 +size 128409 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-pseudo.png index ee8e10efa..ed3db37b8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63f38ed565d61eae5efeec35e6855393862e60ed0c40a0033fc49cc1a289f1e0 -size 159424 +oid sha256:b3d805fe6fe2de8c73439236a9daad1e995ca9d015d12aa4de4c7b1907980181 +size 159445 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-en-GB.png index df1730799..46c03631b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bc9b7331d0c87575afdda93b12f8abc427ce71807d55facd2829c7b0bdd6141 -size 78957 +oid sha256:1723a176625277e615190abaa9d38356d01395634c4a315011d80ceb3ee4e59f +size 78955 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-pseudo.png index 89af92149..c37bb95a9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Link-instructions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:007ae459fcf2deb6bea1438dc0bb70ddef423a86a3727d0a0cbf2d6b03faf4bf -size 114834 +oid sha256:13d9955ecd0a6a5f48db95d507118168af1c62f3449fdd10ec50718b9bd7c83c +size 114827 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-en-GB.png index 43d8a1fde..2ddd7c4c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d3f9ac2da64c6074721514cc8b93d4e1cf05240aea28fe690a1a6484f7a9443 -size 145926 +oid sha256:90ffc3779f4e167b2db877e5e9ab09e1805e105dcf00660d80f8fbd3b081356e +size 145911 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-pseudo.png index b4a15c611..d05b37201 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7817cbafd5804842146c99ee173439148de27f12383d31453e6bcb42efe0710a -size 179448 +oid sha256:eb5ebb625669a42842c8fd7f0a25c32db9661197d3cf95d4cfa11bec16445903 +size 179416 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-en-GB.png index 3ee8f1856..8ae06d18b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a19c30026c415e7e9863fa0981aa2c099af74d3f5989080b5f30dfba1fc2a16 -size 88935 +oid sha256:14ee71f5da4bedf3526065a65a9cb502d67f6246dd19b23800d0607630ef1e4e +size 88893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-pseudo.png index 592ca092a..b8967fa64 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Login-instructions-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78d88f95b904dde538144d3f4ea90367f7e43e19b67e523344d54f7f7fe5df4c -size 128075 +oid sha256:e73c3a103a10172ed4df4fb2987636c57d756ef12d8fd2686e45df4ae997b21b +size 128031 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-en-GB.png index a644e3fcb..34f3e5c38 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a424225295a47e2a36259db2853d3b3614fa692998fe20b5a5ba38907c5c360e -size 122887 +oid sha256:24f6f24a39d2dce0a51c6394557c472080bdadecf2554badb972f097af5cada7 +size 122904 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-pseudo.png index ba157dd26..93e726ab8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe6acd808e37f633beb64ea2c8adff746ed396c4d9233f26a158bceac35ebde7 -size 132741 +oid sha256:efb4a7d9db359146356f49c628166159ff233ab03ba8af9f706077566325e16e +size 132746 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-en-GB.png index 90a16720a..54ff2a424 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4a1f3b1e53caf4161530cb06d814be1107844fe4e50e698407c1f0c081dc8c3 -size 62469 +oid sha256:f3437ed33e13b17dd37c17cb52ed93d28927424c01ac0b17660b8eb60556277a +size 62479 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-pseudo.png index 59b5c9080..9d37aebf6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Not-allowed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb133954fb0bcda46bc45426000e67da92c4f7e4ffe2a2928a789a34b84e7a4b -size 80418 +oid sha256:d3d756f42e33740d05e7ab79841ecb51d7f8fa39f63f8aa36d5868d899afb11b +size 80365 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-en-GB.png index f83320fe7..fd7bade98 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03ade7d64d525c1f7330fa91e2b02380a9a144ca9260b673048425c9252300b0 -size 98333 +oid sha256:cc28e90d8e6308387f1610293af41581b56e4aaca9b9956f457e1a971e752f7b +size 98332 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-pseudo.png index 34a4e8b70..10c1a99df 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:465781cf576ef369b7e2e630503952d7847281bb44a14f0126e3c0e79d95ce1f -size 98918 +oid sha256:538a9f33306f6be7def20d4d32a48acfc440751200ae69278ac6eddc8389df7f +size 98919 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-en-GB.png index 8d6536b22..152d46b53 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6a437dbbd5255f02ecce3ed2a29d7620257468475c70d7e31f8fc74aa9ea6e4 -size 40815 +oid sha256:3011d4da4dd1133890d485a1b0e5e86371a89e6d8ebb05fb83b8f32a43da4653 +size 40808 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-pseudo.png index d3b4d02ca..fc2004a6d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Scanning-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02a212502b77bb966c5a0af6fabf319bdac8ac6b81686e992ee12e85b537a254 -size 47131 +oid sha256:9cb35c7850921aa040e0ab8cdd320138dc8d9d6d96aa4a41011a19f8ce518cfd +size 47103 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-en-GB.png index 2542ae34d..618873476 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dc2792601fe8379ba95205e54af0feb265b89b98cafcf04050d73c6243caaa7 -size 243770 +oid sha256:70cf051befafa0cbfb6a59b4b4646a8b848afcb282ddd49cc47c4baced108d37 +size 243753 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-pseudo.png index eb6f08b38..b0e69d220 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66501da9f7352a34a1704744357c6df7baa30b8eb9af3c868619183233e7863f -size 267320 +oid sha256:7bee15a2ab8773dae951abd0b9cf776f3a2309b61e725c9b5b68c32e3e78b2ae +size 267287 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-en-GB.png index b16a4a6a3..66e13fffa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07ab39faf3b92f048cc74c2a1f6e67679e83ed0da443899dfc856c046889399 -size 177054 +oid sha256:658534c586136a6af882cb5835d8d45ec55f6fdd00b07fdd8fb2d010845aa29e +size 177059 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-pseudo.png index d59eec0ab..c7da9e6b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Showing-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:980d63529998d5801b39d1c205499a9ce9bfa811da5ba36cbe4bf91624e363d1 -size 202584 +oid sha256:0b03380897de897773b8341acab1225f1003e3ba3e6b2109409a2f1b5b598fde +size 202554 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-en-GB.png index ccbdb8370..b08774519 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07fae09a3a20ce971545fd95792e3592c17e2af485e331f204f5350ed1243345 -size 120885 +oid sha256:b3673919d94f44cf701be1c6cf5a367297fd7f5187db146ab8bcd4027fc7676c +size 120866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-pseudo.png index e679b19dd..d7151b2ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f44b8554f98120eafdd892bc41afe007e465a79048209fcd017d481ba05de9f -size 134974 +oid sha256:ecfb237a685c7edca90db27d5547b8252c926eef2f272a2c9e1fcc3293a7ee53 +size 134937 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-en-GB.png index 08a7292f9..40b814a50 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f7ae09d71a161495e0119719e01ac1285ccc7b02674e1d95c6e5e401742eafc -size 69245 +oid sha256:623ba87f04cb36d8c071d7482e59b032dd07e3a196041071a499d4f7f0ae7129 +size 69226 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-pseudo.png index d08124cf7..09bfbf5e9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/qRCodeLoginScreen.Verification-code-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34a723dfe74b456ba0dde2542ac582873de3e19ede6f34fac696b21faf3eddfa -size 89499 +oid sha256:4750cc62d6ddd3c2e6fdf7beadf69b4aa45766c2a51f5063ad2f0f02fded0e45 +size 89462 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-en-GB-0.png index dd22b7ebf..243bd79fe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a525081a32f80cdb362055bf1fb85bb94e36ee4f8eda0fed3348a66c31863bd -size 156020 +oid sha256:ca0dfef9cb54799888df8bc81635ce829036356a69b5b2bd27b10a6e151618db +size 156026 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-pseudo-0.png index 8535a23c1..2ee1ea851 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17732eaf6452abe88755241d6c08304f1732d0bfd5545d580112ab9f23531071 -size 156140 +oid sha256:e8828a2be92c5d1146d72e800d8d3207ad7e7740708e007adf32fc695927e098 +size 156144 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-en-GB-0.png index aea395514..37b39c996 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:190f8ea7d63ff14e77714718feafc1e6d777f5eb2abcaa65849ec1c78d763776 -size 64131 +oid sha256:f61c8cb3b635a319bffe868a124277bda4ff54053e2cc2900978fe60501b4673 +size 64116 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-pseudo-0.png index becb82437..78c2da6e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reactionsSummaryView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccf83508eff98903ae25de15107818345cef052868b1b5854ab4379e470d0c68 -size 64217 +oid sha256:0c478d9b6ebb072216e03d8530596c1aaf6165467b0d0856174fb41ec9ab4d87 +size 64206 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-en-GB-0.png index b2a8cabb9..e49d076e2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bb588cc5b46bc0b7c67a2f8b8a174b36705556466ed38039e2e15103469d841 -size 95654 +oid sha256:ed0ed5f2469a9a81623d01a8e2bfd66913a5637ac626a5f7b4f44e042241b3e5 +size 95679 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-pseudo-0.png index 415629f94..aeaa4d5ce 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a834120a6cb86890e9a04130f722c45a184b232d8cecc982284b8b216848b228 -size 97871 +oid sha256:179d6b9ac988a0af925a72d727cd83e279fad6ddaaf449af6b2ad896a8c63566 +size 96387 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-en-GB-0.png index 6901401c1..cd50c8516 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:930ba0c500d9fbfd285389134115ac714d1e17a29b59e102a55b54332b91cc17 -size 51876 +oid sha256:6bd7f630c4a35a58d3f961b86c417bffad2d6c2d33fff21978658434d072b4d8 +size 51879 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-pseudo-0.png index b6e2b4047..40a02af0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readMarkerRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d682c9f79ae6ff7271c46f62f3fd453c30e65962efb5aa4bcdacf5566e99278c -size 55130 +oid sha256:7a687391817c97f699477acea959a2bfc4cadb0b2e5d61e4c6f4b5b0576344cb +size 52698 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-en-GB.png index d02435608..a6bc2ff96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0038da7064164f6ea5afefe627ea0281a225ee7d07ed5f3fc119d47c2e11173a +oid sha256:1cd2a0a10a9ad8c7766f841fb8e970b1f2c543641841fd977ec55736d7d9b95b size 73991 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-pseudo.png index d02435608..a6bc2ff96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0038da7064164f6ea5afefe627ea0281a225ee7d07ed5f3fc119d47c2e11173a +oid sha256:1cd2a0a10a9ad8c7766f841fb8e970b1f2c543641841fd977ec55736d7d9b95b size 73991 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-en-GB.png index c1dde9a2e..e1f2c8bd0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da0c69b5481da314cd6ce20c0d9e02bd18da347180b37b0e093c56cf692ccd4 -size 33401 +oid sha256:81cf5d6ae209a8326c144320a3176a259a4bae92a70f5c3b0d76096da092b98c +size 33410 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-pseudo.png index c1dde9a2e..e1f2c8bd0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.Loading-Member-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da0c69b5481da314cd6ce20c0d9e02bd18da347180b37b0e093c56cf692ccd4 -size 33401 +oid sha256:81cf5d6ae209a8326c144320a3176a259a4bae92a70f5c3b0d76096da092b98c +size 33410 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-en-GB.png index f367e61f7..3d5dd4733 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:830510aa780d645dbd18d804c6174390ec1607ccfdf167a85e12823aa126b7aa -size 33773 +oid sha256:3f8ed5f7e126544ea4ac80efbd4f5ebfb80502dcd546ebdbe12fd16a7ffee1c8 +size 33769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-pseudo.png index f367e61f7..3d5dd4733 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.No-Image-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:830510aa780d645dbd18d804c6174390ec1607ccfdf167a85e12823aa126b7aa -size 33773 +oid sha256:3f8ed5f7e126544ea4ac80efbd4f5ebfb80502dcd546ebdbe12fd16a7ffee1c8 +size 33769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-en-GB.png index 0fedcd3a8..567a96c32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61cf59afb8f69c59596c9d22623f936086407e53c9fc9f02a38e6700bee01d0c -size 85638 +oid sha256:a405153f3d6144ed7ee62dfdcbcf54f146b839c10ecbff017c56e338cafe7b4d +size 85654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-pseudo.png index 0fedcd3a8..567a96c32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61cf59afb8f69c59596c9d22623f936086407e53c9fc9f02a38e6700bee01d0c -size 85638 +oid sha256:a405153f3d6144ed7ee62dfdcbcf54f146b839c10ecbff017c56e338cafe7b4d +size 85654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-en-GB.png index 665ad49f6..d9b935ca8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:833cf302413580233fb69ccd0498de868bb1f1011355cad57e58e72312c3a8fa -size 44345 +oid sha256:271e81dd5b8d71dd896dbd4e5ef5bcee7537dec15dd5deb5592debc8dc588f5d +size 44349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-pseudo.png index 665ad49f6..d9b935ca8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptCell.With-Image-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:833cf302413580233fb69ccd0498de868bb1f1011355cad57e58e72312c3a8fa -size 44345 +oid sha256:271e81dd5b8d71dd896dbd4e5ef5bcee7537dec15dd5deb5592debc8dc588f5d +size 44349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-en-GB-0.png index a7e118698..2bdff2ff3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0e209df44908d8d7692697610d6c6e25b521c66139f5702bd7204f7ce8cfb40 -size 124390 +oid sha256:228439d076f6a03717ee770ea637d2b3f1b355e53b9a8ad82b3996f9e2dc06b1 +size 124429 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-pseudo-0.png index 55eb98f4b..54a3746de 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d47622bc8a95188e7c08d8b1f1eb16bed2fc58c1450a668d1ea6ab1e6bdca907 -size 124731 +oid sha256:4a2434da51feb23eba95fb83f675a658d349488189ed1226d33b5a5fc95d068a +size 124766 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-en-GB-0.png index 8eb9f5f0d..6f2a43ea8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2c438946306812aad6bd7fb16d84ddd779aaa03785af6026be9d7b8351dd00f -size 75979 +oid sha256:c70f0b438a7dab0b265b38b9e151db47330dce674ac5b5075aec68fe832312d3 +size 75964 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-pseudo-0.png index 770e3745b..696170744 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/readReceiptsSummaryView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2c739eebafa9fa09f28979bd7d0c9b70d2082b70cc25d046bcdb87fad63d3cb -size 77278 +oid sha256:a85179816520bf0e0039e7995832e1fc8b4bdeb7481323fb05c4111db1981a3c +size 77274 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-en-GB-0.png index 003bdfa5a..b7af6f3c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcbb4ac4eb2cf7159b58cf4301d78b9e980c876e7237ec9c4f752139930f9a11 -size 77826 +oid sha256:d83bcf9d59d21b68c80115551a6bcd7ba67168d30321d2fde01af74de9df3bf9 +size 77856 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-pseudo-0.png index a4434aa71..7d1164831 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ded42ff176a863fc80e00d95b710ed805f87f232976d6029e67b2e9d586a2f29 -size 78684 +oid sha256:b54eccf607d41edea0e0b0fabe979d14d828f4bff2742f38ecf3671e93051d1c +size 78847 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-en-GB-0.png index f38f1154d..99a7df86f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feee14f925ce4f99cda86268db3477e2034b9af2ada1cfaa5f5bac6d306458e1 -size 37249 +oid sha256:1fa780cd8ea380906653994a1fde01b8022174deed03045d17415573b05d6811 +size 37257 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-pseudo-0.png index 7d7b9a5d7..61a94e01b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/redactedRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75947cb663e779475dd149a7430610ad6d60e5255c34262dc5e09b9dd1773225 -size 42992 +oid sha256:8f113225869ec76884adfc4e87a393ef1bfc2f17b3e8f85e3dec4db9288c9719 +size 42744 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-en-GB-0.png index 1e6d164e8..7ae0e623b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1b7e5ef4e8a68f77da2ab491e4ed0db8ccb99e76f0b3afe9754d3025d3ca7ab -size 120597 +oid sha256:bc0ad3dc3d0a0448ff7e805fea1d45dc939d15d8eac1732e9f976af6a512e143 +size 120604 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-pseudo-0.png index b28588ffc..55b8796a5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a762823f0b4f028a56819b0a8dba7468564ce376936135034d78701719505a2 -size 141721 +oid sha256:ebdd34ed207adcf48fd8bd2c98874ad884f6c27cbfe6813ff12babd52590025d +size 141729 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-en-GB-0.png index 3a8dce021..02b0c43ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a61f429fa658974d58b3f87ed55218fe1dbe477785a46a052b20fb572a8858f -size 72323 +oid sha256:e5ae3a743770511e2db47f6a907f1540b13950a554c1e0c60e86a6e3727237c4 +size 72326 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-pseudo-0.png index 8c09ce2a4..f88b88559 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportContentScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd8cbc0de170d6a414107cc1c8982166f16a6c8ca0637bb974262ffe8009de92 -size 101630 +oid sha256:0c4228ae32e322eb37a7793b5a330ac7b0bd94c60fa74fb6440d8e5d3be55982 +size 101612 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-en-GB-0.png index 06befdd29..03a2e66d7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:517efb5e60874a4426bedfda80c23441ca51b4762bd4a72277ad57d4133df0f6 -size 109584 +oid sha256:2ab055612f060cb9373bb059513b0a828906d926cda20677a93b17f2898e6389 +size 109560 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-pseudo-0.png index 77133e46e..a442d0006 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0f8eb9a971270a1180ee52be50ab5fc1b4ad32b0555f14f325117597017864a -size 123963 +oid sha256:1666f6061e8872027bd0181e145e957cdb045682d037ecfd6bc268bdb659b3a5 +size 123945 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-en-GB-0.png index 626a536fb..fdea276a1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f827dac0468d9e21e5d3ece9b63be4aeb75f4b841703bab759fc573a4c9ee61c -size 59525 +oid sha256:4b07baf638243833bbb237ecf98ad0270d8590e3fe40018218489b6f7357b61e +size 59531 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-pseudo-0.png index 7efef8f58..42182cf9f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/reportRoomScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d899aa8d3c6ad139768b588d714417ef2e7448b278b2bc6cb5edb56b28b030e0 -size 76406 +oid sha256:ce65f8a65e24c1ba9c751aa99d6ab71da441500fc2562dda9344c45d759793c8 +size 76417 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-en-GB.png index e41a69f16..72b05c16a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ba9286cdd43debaecd17a640cd5cf007696aa97cf1d5ef452168184c397983d -size 121546 +oid sha256:954645bf5b5a670f48ece56ac406b31c12268950140d329de4a2a8d833fe7f60 +size 121569 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-pseudo.png index 8a0e5ed8a..3c4320247 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffbb7ce10bef96d687094e404f0b8bdd77c05b23af5715f66e4b8823b4702d56 -size 155916 +oid sha256:9fc4de3ad033a21befc9f301edbb5a89751a1d293ed358c6cc7b5984e91fb0be +size 155957 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-en-GB.png index d099acb6f..a3203aed8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1afdef829696ce7ee3ba7cf06ab7c056f3f49ed19a89ac634fe54029c60a2b44 -size 85564 +oid sha256:6c8b47e599260302d9dc774c8a6fe5d4ec212bffb40cc376b0e2359a21bf8f0d +size 85600 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-pseudo.png index 54efaf2b3..cbf2a6b44 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Identity-Changed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a9ec307c58057a9222f1b692e63cd12a03037bcf2ef1516d81a5e5155bd7a62 -size 130481 +oid sha256:3832bb1384c0492bd17fc7ff3becac2a63add36437318a638c68a23f3da99094 +size 130597 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-en-GB.png index 28d10fa38..0ef9340d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8aa394187e0b9cc6000eda7d3ce74920773155077e49a93a7a280b6a542d2a2 -size 124996 +oid sha256:9f18dc04150e8de1b89e26fa7fe7b417e9fbbe606677171f256d2b8b5b273cef +size 124998 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-pseudo.png index 42a8530f4..6845a8b1a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:405b3a9757c9b1eee0f4ac3dacc61fd0942f95295412ea88dfafcd6c3e2dd50d -size 159391 +oid sha256:9171a48aec2d0e3eeb55311e848e5702da56f17f97c9d6cb28279c3e06a9d762 +size 159389 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-en-GB.png index 89654c419..88e427983 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0852d786381850b6a9dcc5fa39321d160ce9a8e328267810d49e895939e3c277 -size 89633 +oid sha256:8e79da5304d039dc1357aaa1992314e07233d6982fcf60cc745f45d58881a31c +size 89643 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-pseudo.png index cea6a051c..0f13f1629 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Own-Unsigned-Device-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d30be65c7f29032abfd3de31f13997d51384b101f51b10ef51d2d2da8402507 -size 137410 +oid sha256:caffc784564275f4a545343660c345ac56e0953de7854a9880916517ca9c1e03 +size 137454 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-en-GB.png index 9cf44c6e1..f205d91d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be6d333ecf199c588c6468601225bf6cb8c2f13316c429b35991152876cfea0a -size 122994 +oid sha256:f63c5cc8a2569fcec93d8ed543641c69a7168e61413fdca3908e461529000f96 +size 122987 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-pseudo.png index d7f9709ec..1d4dadd5a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29f2d6b99ee0e21d22310238eca4f7d83f0fc80a12cd1a0c88fc6447527624f2 -size 158542 +oid sha256:d80cc4c00478278f32b0498c829e420ee9871d17d0701a8b4b766b0fe3a2f000 +size 158543 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-en-GB.png index c1af95131..ecbb47ec9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd57f85903fa4d38a87cb95abc3df9ef1c92008f15f2c17ef9229b658a3c8a48 -size 87490 +oid sha256:2c83f73ca2c436a75bac62c93aeba41d7016a55161320831c24174aa95a5d3b7 +size 87496 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-pseudo.png index a6a1fe854..177425642 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/resolveVerifiedUserSendFailureScreen.Unsigned-Device-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57ce0bb7c7ac252854e5a70c2d264d1ce6a4329bb24c7e9ccb589fa29b8be754 -size 133432 +oid sha256:a23166f474cb9efbc7949569f3fb929835a37c50a8442f92c9e89bfad17113ec +size 133472 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-en-GB-0.png index 70bf149d3..df1f1541f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fd49a3d9e8afd755793a7062318df5a3f7475b544fd464e9ae112167e41c251 -size 136014 +oid sha256:54c777a79aaa97385b243b50bb51c0a79f1c0ccdf6c017dac3d7761f7cf566b0 +size 134969 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-pseudo-0.png index 70bf149d3..df1f1541f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fd49a3d9e8afd755793a7062318df5a3f7475b544fd464e9ae112167e41c251 -size 136014 +oid sha256:54c777a79aaa97385b243b50bb51c0a79f1c0ccdf6c017dac3d7761f7cf566b0 +size 134969 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-en-GB-0.png index c062bc4d2..70defaa6a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65261d49200d5e976d0bdaf065c68cdbea58f78c43959d9ceda80a4ba65a7f30 -size 88352 +oid sha256:d5e0f70279233b5df282bafc099a22277a867bac6c59f93b65661a9e4614aa3a +size 88008 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-pseudo-0.png index c062bc4d2..70defaa6a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomAvatarImage.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65261d49200d5e976d0bdaf065c68cdbea58f78c43959d9ceda80a4ba65a7f30 -size 88352 +oid sha256:d5e0f70279233b5df282bafc099a22277a867bac6c59f93b65661a9e4614aa3a +size 88008 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-en-GB.png index 627840c33..5cd902130 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2897748d30f63afc9e7cd7319ae38467604617171ebc8ff8f885ec65e66d1b4 -size 154964 +oid sha256:08bb3a569aaf29dd0538d60431909b017cc3618bc9e5c70b97c20dd4975fd258 +size 154960 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-pseudo.png index 60a9612a5..d78a288f4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b8c95c8b2d15721ab01673783510e6ec06ee119fad5e7a5a2c1336a818e0489 -size 179946 +oid sha256:37bc436579480dfa58b8c084ceee764211eb72bdbfc7bacd650182ba93f094a4 +size 179950 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-en-GB.png index 2d917858e..4c1fde933 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eabd9c2b8da430c9dbab03a0c085096b40c53e8e96574216463433f0c652df68 -size 99283 +oid sha256:6af754deeb580b9766569cf220aa261386414a8bf443492db2789b377f243d03 +size 99191 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-pseudo.png index e42342aa2..c27676033 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-as-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a4238000b13f41fe0ce60d4cfe5d9b0ea10571e67e147d59f13b235688fe89f -size 135114 +oid sha256:fe09105bca9dd76a68ae95deacfbc5486cf611646274aa3c5569abe8ae6f5c3b +size 135104 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-en-GB.png index ab5e5765e..d1c58e890 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:503630b57e5f7d6e4ea5e24490b705141b33ef85cb54047c763dc73aecb57676 -size 158779 +oid sha256:112f11c00d12522c9cc2a7eb6232928c00a3d860af5421458a84922765333788 +size 158787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-pseudo.png index babd84711..2bff66774 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70627e9ae98cfba96d3ad99c030c411322f43463ce321c5ac9ccd3942bf52e1f -size 185002 +oid sha256:574ab22729ec01379c0fe14cd6e6f2a400c403cc4ea13a89b707ce2299cccdfc +size 185101 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-en-GB.png index 5e17c77c7..52756ad0c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf37507a26e48510b1688750eb7aece1102e0786d9992b6dceb04312bb825ee5 -size 102590 +oid sha256:b705e8ee9fc79fac8d6c4816fba0f0eb42640718e31e28da492b390caaefc4d4 +size 102515 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-pseudo.png index 6936566a0..c1f917cc0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:312b190ae9a8dc4043a76e2a0012ce71b8ef572ebd45a0ff9f22e890c1e4a0d3 -size 139184 +oid sha256:38dced6c1cf12c67215716b100a41ffc731d9aea8e76d9a8eef41799e4614b72 +size 139328 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-en-GB.png index 0d34a68b2..536106f0e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81b67f260876237de89d66e411a8f2d5805553c76d2af3a60c5c0a778b45d888 -size 150830 +oid sha256:c5fcc835a3de2e65b1112c6afc7b7250bc5ba4e540dd1c80fef2994f4b27d6ac +size 150854 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-pseudo.png index 61d3a1bf9..d5a664cc8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b83181a11827d4f93d0279330da617eaac4f826a78d2ca329721f5e63ac7e678 -size 173819 +oid sha256:a2ae1282baccf63fab2606ab1cc2bcba32b261f6f2b34e1f0c8d5b662f4a5b0b +size 173907 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-en-GB.png index 7ecc0b9e7..de1046c33 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ec9b480383e4590866fc36ff9efddceaec9d60687a7ed330cf6141b37096094 -size 95294 +oid sha256:8dca94763d61c394ac549863699ef3ab1ff1cb8370c26b2f222dbfe2d2e1a355 +size 95298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-pseudo.png index 6ca8cec12..4bfd8ed29 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangePermissionsScreen.Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37d6d26d83d9801753cfef539e0e76ca30fb202d74bbb5a7dbd37a315337c55e -size 127665 +oid sha256:7dc80c6eb7af9505a1097e5266ffcf532219032c86ef9347f767c9d983418483 +size 127810 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-en-GB.png index fa1004475..eb823b0ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8154a4c0048bf73ec546fb3e0f00c34b9326e0ef59bf302779f34a24fd7edaff -size 218929 +oid sha256:7c486c6e746a856f6ed80ecffdca380af4339a180f46ed325d62d31175e2a6af +size 217807 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-pseudo.png index 36ee8c8f9..51e0bf196 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a3e28f05bebb9af7c80b3478936f78fbdbde18e27ba75768de69077440b9aaa -size 232076 +oid sha256:9fa955d41c07fe16ff640f34983c2578444d2aa4a76da1a08a6d2bd393cd0378 +size 231243 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-en-GB.png index b4d45e14c..3aa5f9cd7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:345d4c135154fa0f883d6ee02341d71ea91c2531c8b2cdbaf9debc2026ccc148 -size 158494 +oid sha256:85dbb8cb94eb808fed8fb088c10a56ac0d93a4a8adc5d5dfff32b4056d39e0e5 +size 157601 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-pseudo.png index 892168c2b..c1f0485df 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrator-or-Owners-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34ff2823b4059bac4c869ec7b7bd004622c8fae025a82bb7582902592b59a436 -size 169124 +oid sha256:d7218da35a8b094600e13493365328488af95785fe80a841d6e9f774f9e6667d +size 168308 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-en-GB.png index dc5d84c64..e0dcdbd7c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25ebe66044af44ea220c48a42670f40305b2bdd6385886fd2c9b3f50d78456bf -size 215589 +oid sha256:620fe83f4989eb9d410d404d1c290576b5b56f5bb7ad4d2c99de8ae180d3c3e7 +size 214436 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-pseudo.png index 7a4f12203..7a0eef8be 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2057e5c4703ab3dca54aa460c59870534763e0d981e57777bc5de7bad29189a6 -size 227402 +oid sha256:7f82b14625a1558866083b9c26d2f973ba4adfe3ecb96c730adbc5c833d5dafb +size 226522 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-en-GB.png index a622d9cac..f09ea391c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2adee433243f97704ba48103eece573235a52aa0ad2d318fb738ced79fa74a88 -size 155457 +oid sha256:62c1bedb19f8e4f1176e5fc9a69625296e04ea507cc4684355cbfa65e88ef984 +size 154464 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-pseudo.png index f574a6709..0e6b2a1db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Administrators-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a18a8dc74c266f9889c0c2229528296a0eab4e01e6f75997391156389f7d5a7 -size 165317 +oid sha256:18d561faff8744aff31cceadf58cddc0c8a183f642b234dc44249b0939184b90 +size 164590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-en-GB.png index b57e7f87b..340189947 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d3ccf933292d7b65b4503e26dca4cd2bd15dc6acb291eeccff7331bb8e47cf5 -size 227686 +oid sha256:2c20ae6190cc7d4445af860cf399143cac5d443266c58432341259a4adc2af15 +size 226554 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-pseudo.png index 6b037429e..9ade0f824 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b00c5a311df4499b66745667e37a558b8ff43a007688af0eef4dcea385c6774c -size 244268 +oid sha256:1c812467c8e4bfeac3f51efd6006b02ac2d0432e02436aa87559b99e26bd0c89 +size 243555 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-en-GB.png index 72afb0360..84122741f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d3e2f3e4839d63b0d3b4a9d8c18347d1438470da7958d3bd79b08acc6f9231f -size 160343 +oid sha256:f615aca7191ece30e6300573bbe73ae146ba24b4d4cfdb0c196bca009a00392e +size 159423 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-pseudo.png index def860b7e..8c32d745e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Moderators-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4456db32942bb0b3b51b057f8a944eb766436df93b5725ff0c9d676726d5e794 -size 177395 +oid sha256:eff4a2bfac7bb44ef470612e7af1340815cf7a9955704d3e1b666eebe9efbf8a +size 176685 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-en-GB.png index 6e6b2f1c0..b2fae76f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8884d96a7f9fc5a4a4537dd823530e9c0c573176a475eea6bc92b633732917b7 -size 207781 +oid sha256:7d73e2d6341d7681f069388f945df7496573f8a2f6d6761006fc2733f4b1a543 +size 206665 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-pseudo.png index ab6f37c34..f7c544c42 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:100878418a7e4797203eddd69b20b0fc305e0bb83103e141683fc2fad1a5ef6c -size 216298 +oid sha256:8d6d5005b6ecca6b5869efe211080b9d14453bde5168eba0e0170e3e5da1d133 +size 215395 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-en-GB.png index 5adddfa73..f55ea4a75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e62c2854eeb1739f20c8fa059b5d4de74b23e1bb862c1a0db3efeea0c23238b2 -size 151844 +oid sha256:43f474d657a6231ff8e3411d86baf2f56addf339140098722c94fe1b3100f317 +size 150908 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-pseudo.png index d9e7d5ef4..75bcc6831 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreen.Owners-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f86a0c3a9b17ed5fee2540a9f66d69d4718067612a1c5fcf378cd676415aeced -size 159817 +oid sha256:2b2dcf6131d9cb4ccad166d839c82ef7ff9f2ea415d6a7957f3a57b48c26a04a +size 159106 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-en-GB-0.png index e0e67af2b..09e5204c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8710aa790902d209158c0ccfbba4587278b8fa5daf7548d1c14d1f72a7226f64 -size 131248 +oid sha256:d73bbef2eea3835f9d2569cd536631e68afb622c9783380436dc5173c28d9c80 +size 131262 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-pseudo-0.png index 503dbbfbb..4c402ef94 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e62de1a3583c22a726970ef98446da37cde355b857522b4d5519c343929eb2c -size 132679 +oid sha256:5fe9ce3192b94f6a016bb46a5f8af87bc8cca63d60503869b2dd23de7f7dd604 +size 132691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-en-GB-0.png index bfb99d120..b9c651aff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0935842c6830f85e0867e48a2a706d34133de9a111fefa76a01d7dc9bd5d7622 -size 77934 +oid sha256:622162dd6ec71635321915d7d9de2761bbfc7237bbfc8ad8fbc186059afeb7a8 +size 77923 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-pseudo-0.png index 1fdfe508b..91ef91b48 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenRow.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb4f2ab5938d8c46d3d5bc77ac8c5bcce8d7bc821f41373a0261c7ccc9560828 -size 78769 +oid sha256:c3c2d23447dee4b6b3562d933db77d5266d54d68dad6f1179319afed684912d8 +size 78763 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-en-GB-0.png index 9c9449514..9151b3836 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0239b1661d39619a8471348c1932ee688107c1f9734f4243d23b29539c2aedd -size 62612 +oid sha256:a418a55bc9fc2f2467400f6c8202bb1b0a717b3787d7bcfa390afb47288ff6e7 +size 62737 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-pseudo-0.png index 9c9449514..9151b3836 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0239b1661d39619a8471348c1932ee688107c1f9734f4243d23b29539c2aedd -size 62612 +oid sha256:a418a55bc9fc2f2467400f6c8202bb1b0a717b3787d7bcfa390afb47288ff6e7 +size 62737 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-en-GB-0.png index 72462c8a3..1fda1a813 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c36f2935a89f2f1155bfae61e7465ecf5abcf9e6c3f07c8a340a7111fa052780 -size 52352 +oid sha256:0fb2ee307f127c4ab3f1328d5801650215856799f192d82be339832281afc9d4 +size 52470 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-pseudo-0.png index 72462c8a3..1fda1a813 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomChangeRolesScreenSelectedItem.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c36f2935a89f2f1155bfae61e7465ecf5abcf9e6c3f07c8a340a7111fa052780 -size 52352 +oid sha256:0fb2ee307f127c4ab3f1328d5801650215856799f192d82be339832281afc9d4 +size 52470 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-en-GB.png index 43dac1325..9f3fa20b9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4201a7a80ed279f368082f0d03059dec93663257fcd5d2c8791f2d0651067737 -size 105823 +oid sha256:9f82929e08fd6de3bcf0fc6dee6b5d9002cf257dea39154f4c390d271062708a +size 105800 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-pseudo.png index 9b9c8597d..eab9eab3a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1946729866f8949172d28c2b3c801b9e4106dc299468ef74cdff1dd280c9b700 -size 114409 +oid sha256:f7e010aad7b6a32216890867ecfb5ebf27e3874a048550a17ae643dac881b9e8 +size 114403 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-en-GB.png index 3b3ad65b3..445b03d91 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a421b394016878058172e45945d25c3b3fd08c0b45c51684b87eb00a672c83d -size 58909 +oid sha256:24137b4c05c27b3f187c49751a8661e3fc48584f42c33f0cf11fdff0b27ec36e +size 58893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-pseudo.png index 6f00918ce..129ce6576 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Editable-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a562b6d2d16a71cc6197b4fab193a3b2a9d33de07c1c6f21f78a8cfe6feb4fbd -size 65035 +oid sha256:a5ba17de537068bca19958113fe13914e40efb1fb988398a660cf0b2c4c52e29 +size 65014 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-en-GB.png index c83dd8f61..e4444f07c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c1ed4865c5c2c8a141316d8928dd12de84419ddea189d10d5f2b7356bd84174 -size 95828 +oid sha256:fb17df7d4e302d47a6f272c4084fa12ba3b23b72179ae6aed5950ffa751336e3 +size 95822 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-pseudo.png index 4f4b7775c..a686310c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8815fe7ecd55df0ba9904a83bd776f041e30889b05fb3de7d57804c798d167f -size 100567 +oid sha256:0cb2e203539d455b4e2c9a2ba3f1323f438e6ee81afbadd53ee3379f7a32231d +size 100565 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-en-GB.png index b39de4dd5..3d9e1216e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bb42ab4623f0d1e83893ca47791bb627d87cab5c6b67ea5304ac71b39b411bf -size 44844 +oid sha256:8b539bf77e066b1f77b6cc78aa7f4a7ab55ee00ca66dae552768a4af827839f9 +size 44850 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-pseudo.png index eeac9f0da..222aa4c07 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsEditScreen.Read-only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:728016ded5fd2e5a54d308b97cec64c87e20b4635cabe85d2301ba31302d2aad -size 45531 +oid sha256:6d74b49996c7b5a5e45b08ca8af7452e7db2d1039f6dae30031a6575c77c03f7 +size 45528 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-en-GB.png index 2c9d2a6b1..b3641154d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94dcd8637c8fe861c8f1b7ad06345d4a05ae4720f5915200a6db6416c090b24b -size 244479 +oid sha256:c993321bdec5ce94cdd241664bce503fb1c65dc5341355c593f4eeae7f6c222f +size 244787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-pseudo.png index 75cf37c45..abea42b39 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c66756a54147c9dd81260af807454e0309b571918d46114921df865059c9ed55 -size 253255 +oid sha256:3a0c1fd96fe4299e6075b6ebadc330a5943fe5393e3589a93288dc5d87f73ac8 +size 253574 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-en-GB.png index 71db761b7..1b0c83b2e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:705f10acc59058a2dab699389be490ab00c56c45581ebf5bd9451e41fdc3b179 -size 180825 +oid sha256:68b3531545e4cecc6b6be0bb009e448cae7bc7ed2cee4686b48a20a780c82bb3 +size 181065 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-pseudo.png index 03dc1ece2..378d86261 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verification-Violation-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c65f2b27d5a0a5e6aef3ba18374c5f8145817656db3b21f11d1fbe7114efc736 -size 185379 +oid sha256:040b3df78b47409a450c6ffec62fb3ff72cbfe74e15f3e85dfbc046a5f2695a7 +size 185625 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-en-GB.png index 2c9d2a6b1..b3641154d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94dcd8637c8fe861c8f1b7ad06345d4a05ae4720f5915200a6db6416c090b24b -size 244479 +oid sha256:c993321bdec5ce94cdd241664bce503fb1c65dc5341355c593f4eeae7f6c222f +size 244787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-pseudo.png index 75cf37c45..abea42b39 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c66756a54147c9dd81260af807454e0309b571918d46114921df865059c9ed55 -size 253255 +oid sha256:3a0c1fd96fe4299e6075b6ebadc330a5943fe5393e3589a93288dc5d87f73ac8 +size 253574 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-en-GB.png index 71db761b7..1b0c83b2e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:705f10acc59058a2dab699389be490ab00c56c45581ebf5bd9451e41fdc3b179 -size 180825 +oid sha256:68b3531545e4cecc6b6be0bb009e448cae7bc7ed2cee4686b48a20a780c82bb3 +size 181065 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-pseudo.png index 03dc1ece2..378d86261 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-Verified-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c65f2b27d5a0a5e6aef3ba18374c5f8145817656db3b21f11d1fbe7114efc736 -size 185379 +oid sha256:040b3df78b47409a450c6ffec62fb3ff72cbfe74e15f3e85dfbc046a5f2695a7 +size 185625 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-en-GB.png index 2c9d2a6b1..b3641154d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94dcd8637c8fe861c8f1b7ad06345d4a05ae4720f5915200a6db6416c090b24b -size 244479 +oid sha256:c993321bdec5ce94cdd241664bce503fb1c65dc5341355c593f4eeae7f6c222f +size 244787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-pseudo.png index 75cf37c45..abea42b39 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c66756a54147c9dd81260af807454e0309b571918d46114921df865059c9ed55 -size 253255 +oid sha256:3a0c1fd96fe4299e6075b6ebadc330a5943fe5393e3589a93288dc5d87f73ac8 +size 253574 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-en-GB.png index 71db761b7..1b0c83b2e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:705f10acc59058a2dab699389be490ab00c56c45581ebf5bd9451e41fdc3b179 -size 180825 +oid sha256:68b3531545e4cecc6b6be0bb009e448cae7bc7ed2cee4686b48a20a780c82bb3 +size 181065 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-pseudo.png index 03dc1ece2..378d86261 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.DM-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c65f2b27d5a0a5e6aef3ba18374c5f8145817656db3b21f11d1fbe7114efc736 -size 185379 +oid sha256:040b3df78b47409a450c6ffec62fb3ff72cbfe74e15f3e85dfbc046a5f2695a7 +size 185625 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-en-GB.png index 9d314f04d..d91c39303 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:907d45cc33942555e6715f3b228b4194c2fe4b638818ca0ef625aeefd57edb53 -size 173934 +oid sha256:d9fc594844aca516b3cb8eb67f7a951f92391cc57acb594712847de3a6eabb12 +size 173968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-pseudo.png index 97c3f365f..120a54eb1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b800ee52829d51e25acde7efff99a0ae60f84494c1602a98a544389e38b3cd8b -size 183234 +oid sha256:8ce07690f3417273d141fd68dbe0fead5d3fb6c8db60fcdb19b31f2d6106381e +size 183259 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-en-GB.png index 9c35ff95e..b6b0bc2fc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c9f880c01560197a75a44a435ccc8af421990372aefd4d8dee8006c7fcd6613 -size 111467 +oid sha256:aa42b98af47e9bd9a6f795d6db5b02942135f337d756f4f5299136a8b879d1df +size 111455 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-pseudo.png index 3d0d427f8..9ed849a1c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-Joined-History-Visibility-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:284f25d80eeb5e9bfdc61d8bd6b63ff68a7326e8d9ae4a710436e97f0138c39c -size 117693 +oid sha256:7a439438ee7fbaf43994e90b6178d20828630900381a9d9191386079a1e4c9a3 +size 117682 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-en-GB.png index ba9c1e4ba..58c2cdcfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b28a3f68af15043b7780d6431cdc4fa209c768ca02d5dc89d28c17b96ad2486c -size 172948 +oid sha256:f6627c8721d7195ef8f5ad95b5244a3cf9ffd612daf9a24acdb6d6c7a08c0dd4 +size 172990 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-pseudo.png index 27e7ec377..7c59891e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59b7f2c35d1ed1dcbfd7e88e1bfa7cbf671ca952b42ddcb764280eec3bbc8cb6 -size 181098 +oid sha256:b18096c132b604c2cd9e3f267f5b9bda919817c72bdd19b1f5161f04037c472e +size 181127 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-en-GB.png index 3b1679542..69a64e813 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46d4d32b88d36b6c50a0a640e1c9a86827a2f4f4bdefc23a5adee118b7bded52 -size 110112 +oid sha256:93d9c3ab04d41c58dae8e86a578dc43323c5dd9fa726eb9d1a8fef760c649eb4 +size 110101 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-pseudo.png index 68fe3703f..16dab8b9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Generic-Room-World-Readable-History-Visibility-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3509aa590d99133d1f3b2383ae1557507ca527fbbb9defb96474dd6426f58097 -size 114738 +oid sha256:831525144ba59762b8af4a66bf75a5fee529a0b320a9fbae8d43bd78e5dab67a +size 114746 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-en-GB.png index 7f8f302b1..5d841703d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3879b9801c1e85a501c54a3aea379574687c402c5f71137edb55f0165316065 -size 141852 +oid sha256:55de7743388afee5766c4e09863b665d35b2ebab0aa2a29ef5ddb2320be6128e +size 141887 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-pseudo.png index 671819c2b..898c11d04 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ffb5e8075bd62a798a8ca564decee431c009f43a8296c09eb30354293d32a9a -size 151000 +oid sha256:00adafe48e2eacdefbf20ad88f16a9b042f47086771f97a6191ad3560f69ba94 +size 150994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-en-GB.png index 06e6073f3..dd192f862 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00d1e4b9f9d2dd835e82015a4f40369899a7ca9b2acddca6bde6000b74339c6d -size 89653 +oid sha256:666881f02873f1b08dc11d4b579a0b32bea32b3f0d917940ba2743d06f3af7ac +size 89659 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-pseudo.png index dd2bc658a..ffa36a259 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDetailsScreen.Simple-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5094a5ef99f1ded6df8929aceea0419ae317c53edfff5e7b7883b99d7db5a82f -size 103120 +oid sha256:5206a8ac32a1fa1e74b6b0b9241dcd8f52a0f285e01370490745d88f87446b3d +size 103136 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-en-GB-0.png index a4c098e6c..7dbc909f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b13ddd12ac972831c8a86a9f830c5bbdea21664192483cfdaa3ed65caeec34db -size 147221 +oid sha256:670ce6cd8793ea5af87b6c547783697d32b49cc07db5aa42bd59c3ab6bb3be5e +size 147247 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-pseudo-0.png index a4c098e6c..7dbc909f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b13ddd12ac972831c8a86a9f830c5bbdea21664192483cfdaa3ed65caeec34db -size 147221 +oid sha256:670ce6cd8793ea5af87b6c547783697d32b49cc07db5aa42bd59c3ab6bb3be5e +size 147247 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-en-GB-0.png index 9f8b01888..d89635336 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e2e93e19e4f673a98f440460fc0e8d8aa05611e75768fcfe9e558dcd34f3d19 -size 95473 +oid sha256:4c31778021b89c0757609c5f4e0f7b9ea6c76ddba59ae2cfe5d9df9497a9ca6a +size 95480 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-pseudo-0.png index 9f8b01888..d89635336 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e2e93e19e4f673a98f440460fc0e8d8aa05611e75768fcfe9e558dcd34f3d19 -size 95473 +oid sha256:4c31778021b89c0757609c5f4e0f7b9ea6c76ddba59ae2cfe5d9df9497a9ca6a +size 95480 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-en-GB-0.png index 642c9accd..647f28a21 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:897410569c9e8a38d418ea22c1dd3d11e568190f03095930b2e793fd60521c82 -size 94275 +oid sha256:dfc4305591b519974e276cb23041016b521b1eaad7ff2ad39930d19a793ed967 +size 90951 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-pseudo-0.png index d7a1ac8fc..ef6e9b0a6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec1fd4e781e61b412cffb34c791e3f8e37413f774f81a27eaece734062cbe923 -size 95949 +oid sha256:4cb2927b2f09e2537a512b67086b7e12c11b8fc09c3a04e1ed98854b7d5351aa +size 91449 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-en-GB-0.png index e4c3901f8..ed64e56e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15fa7d1cd11ad10fbc2679afe83a67cac6ab628fc24ae94f01e05e8a8da182de -size 50303 +oid sha256:5d2864c50c2f7bb067782fb5839f3df021f9741272daca6797c3d132b7f33fee +size 47276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-pseudo-0.png index 5a5614299..ed64e56e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomDirectorySearchScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7d0319a1139c6fe44c7a6c2dde420520cfd8046dd8d621675cbb3c42cbe6422 -size 51456 +oid sha256:5d2864c50c2f7bb067782fb5839f3df021f9741272daca6797c3d132b7f33fee +size 47276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-en-GB-0.png index 5b191261d..8d5b4c531 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25d819f52ad5fb46aacca695198b7d2fa275a7b205c08bdebc8c1724cf6a2c4b -size 191605 +oid sha256:bc50fc9725d60788ede505498e9d2fac0095be330fcfc9ec6cff4ed2f70ba320 +size 192850 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-pseudo-0.png index 5b191261d..8d5b4c531 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25d819f52ad5fb46aacca695198b7d2fa275a7b205c08bdebc8c1724cf6a2c4b -size 191605 +oid sha256:bc50fc9725d60788ede505498e9d2fac0095be330fcfc9ec6cff4ed2f70ba320 +size 192850 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-en-GB-0.png index 4d45f8300..00b1172a5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee0792530f8ff2020d174a79b0d6f2edd6ec3f970d01f71cc54292ad91b7fc4a -size 145478 +oid sha256:28cee0be451e0b5cfc7ea359ae9fe2de79670f4af27050f3148f7d0257dd787d +size 145918 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-pseudo-0.png index 4d45f8300..00b1172a5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomHeaderView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee0792530f8ff2020d174a79b0d6f2edd6ec3f970d01f71cc54292ad91b7fc4a -size 145478 +oid sha256:28cee0be451e0b5cfc7ea359ae9fe2de79670f4af27050f3148f7d0257dd787d +size 145918 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-en-GB-0.png index fabcbd2e0..f4c02765e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f9bffee40f9a878ea734934ae85c91f9cd6c5496c669e200e8a3efa37d9604c -size 109808 +oid sha256:ca45dabdf6c0a940ceca162227cd95e4b71f2a6f501de6f028b266650c6c3b99 +size 109793 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-pseudo-0.png index bd12229c1..29c747999 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32f0fbde4be2c25999ba47b3a8387ac8ad1871e40e5bdf5fd444da7988d7209d -size 122597 +oid sha256:d8172698a23c6c7ddbe84b4f6624a570acaf65b8513f4abc80029e4de0b2338a +size 122624 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-en-GB-0.png index 6050d2de8..3e4f7a394 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4bb046ff2c3fee3f167ba3773f5309085b327b79b660e79ca118718a842cfd5 -size 65008 +oid sha256:34cb855ff09d0b3388a05b50e29a0cddc8d152d8d9f295c27592563526926e97 +size 65000 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-pseudo-0.png index 1cacb6b46..e98b8b18f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomInviterLabel.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ccb97385d2244f48df2f9082165c23a1298fec10ae0113ecaf4d807611565e4 -size 80641 +oid sha256:fe1b1cd9c7104b722f50770350fa78d579650ee434dd38a47e3a441a787a18c5 +size 80596 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-0.png index d02e3ae0a..85031316b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be928a75b889a272f5b7206f5390ed59c2d1c8aa391d039a44630d94a3b3e99f -size 70843 +oid sha256:a306a420c3997d3d54ac92b645ff6581542979eeef1cd4099bb2e85a63c7d03a +size 70835 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-1.png index b24f2fe27..0dc8a9c0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63a39ef5e8c878b4b885a9026d415544b6995c24f8399136979acee9c95e45da -size 69688 +oid sha256:e35ab01aa714b4e81d698a59a24cec9df0b860598b1e57d6a123f19a2398af75 +size 69681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-0.png index 9b487aa46..021f4eaf1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78847e14b01db3a94a153c3290c4212816278db19e4b52985cdef7fea99834bd -size 72914 +oid sha256:8096fa0e60f407c5f93062887f7f8899a481287a5cc9fdeb3bef7949e9f406a8 +size 72908 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-1.png index b2f5f55cd..eafd9923a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPad-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27f757d2fc4d58053fd43d02fbf434235c97b1b8fc4343fdb188014e665f6eaf -size 71865 +oid sha256:2c60843073fbde5f043e6df5c486f39b428441e15b00d59fb0ab2a4988e0357a +size 71861 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-0.png index 8610dfdfa..e133fe091 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50c39b58c70656a83e81cdc7443395722f2f1a1a1aeb1abc9f82a25aa0b22748 -size 30739 +oid sha256:dd2e3f332c4e541964416c2b3bc0dd3935b6e92c4c288cb5498a2750d9f8276b +size 30738 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-1.png index b6b2d501d..1b80bccd9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74f02e9fad1881e867e4cfa73267ae301a45dbd0e5bf6c7b737d0fa37a3f540c +oid sha256:5925e583440a476a5d33d9976d8ef5805c89cca56bac0ea974ea0cdd521f0474 size 29832 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-0.png index fbdeb063e..eade8ac5a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c214a9acdeb6312f37b2855b34330bbd682bf041c195c3a7593bd94c92b8eab -size 31592 +oid sha256:ce01b65ee6a5398a4f98d7db2edd517c14d35540265828bf0ae17ed09498d93b +size 31588 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-1.png index ae7fc3206..eb09104fe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFilterView.iPhone-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfff190fc9f1b5f1dc427bacf69dcb2e2c17b7d8cfe5563d7d8a1e99170ccded -size 30671 +oid sha256:84510e883f9ed089982cb237deeb1b92a21f9beea1682e228dfd18596fef6611 +size 30676 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-en-GB-0.png index f0f16be48..f03e7b301 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:254c2126afc7adfd661cdf7a50fb92435d36ebb9d14acd7c9bbb15fa9d3ac81e -size 188013 +oid sha256:fce400b18722256d7c24622726c553318fc6266dddf90361d6f77e03296e0e38 +size 188015 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-pseudo-0.png index 4dfeac304..7e5dc282d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8d5e4b64670781c2bfdd76cef6a4386ac536e05d430355771f8c83599420b89 -size 237096 +oid sha256:48ab58418ad2831c39a906d0abe1242f23e5582af3da801b4d2188964daeb640 +size 237078 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-en-GB-0.png index d352c291c..540a5d2eb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d64fce19432bbc67d746c457b5b3d6df360ddd1c7c3272635d34a84350d604c -size 173394 +oid sha256:a896bccdb2ee452b4e067e8d8e5dc8b78007e3c3904ba20293a58c1b7461f4b8 +size 173467 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-pseudo-0.png index 230c5694e..286a5b453 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersEmptyStateView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d7271a3cae947dc1e08e349478f5e0b8960f1067f98033685e756df19517ca7 -size 323307 +oid sha256:29e265bc02c1114e2a97d4eb8f42ecaec66b69556f9da2de95580acd3074f8a8 +size 323381 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-0.png index 9cf31a86e..aa3e532a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a28128b0c43b229e7cd0fc31c5cb0ef82eb370f8124b155828cc5dd698bbeb1 -size 77542 +oid sha256:6d05d1e03b4167ab1698cef9819de6f1c1d491faf57ad15a5113bb51848c4b58 +size 77537 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-1.png index 9d4a2254e..8eab3cfff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f867275d7860397a99f37da2e82f91330e5a011d1f3d740c87d5fdd833c7ba77 -size 78647 +oid sha256:561c15d0418886919fec235529835b46db155165d22049ab0b133c43c487b321 +size 78649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-2.png index e40aca0eb..6a22f65c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f0fe2a1d73d56003f2a5f63d612b41d54107ea79ed723824cf0a43a940d65f1 -size 79536 +oid sha256:8decfc4bb599b9d642af1a033b1abd34f8602e229587b7c9d47aa229806a68ea +size 79540 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-0.png index fe5982a7b..ea7a7f342 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f71aae04ba11eac749bd2f77f44c9ef54a39b41f2a3955715dc7d511fe4849c -size 81300 +oid sha256:9f2abdc7aa1ef50f369ce53896f65b34adde0c1a6397a69594a4509689eb27ac +size 81292 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-1.png index 5d8f6acaf..9ddb9e346 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01ef30d32fbb14a3da2a11b64e0e6e2d893d4daaaeb8664b034913031f286247 -size 81456 +oid sha256:df7092b4c834712666b4535ff773d6d272492698903695f6387f8835690fe79f +size 81449 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-2.png index 11e619e0f..44f8db62e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPad-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab94f90c8f77064eebe92f4cf79971d6535fa6cd94490b8c50c86ae06effdce7 -size 83347 +oid sha256:068c0ad9432c5757a0aee910a2146a5d3d9d44576397879f38669ae7ca4ed5b3 +size 83344 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-0.png index 3648531f9..20824e4cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82887db94ea02ff1679c196e6f5dd8173d3dec60a47c809698decd020287926d +oid sha256:b5050615adf8cc665433778306710b356300fd15d4e9e3bc7ce7c6aaad4333c6 size 35448 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-1.png index 82d909a6f..d0467aa72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3a7882c519ffdd2df24c673903020feabd37ddfa13ecdc2d78b5ad278e1ec91 -size 36844 +oid sha256:a063090ec54bf856c2fd563c1a79387c690e7f0edf8323a59a3460e0f64e0e71 +size 36838 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-2.png index 33bbf0e9f..4aa2504b9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7c897383dd8ceda1626f9437b463cc46637ddbd3a234ae4352a832a16bbbb0a -size 38119 +oid sha256:9f276a452106a30254cfeec857c1073ddfaf48d280fc5560f1d5e500f5d87de0 +size 38118 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-0.png index 43e5111c7..b1d110cfb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dde2b33432f35ad2f38b8ca14e1d135f661a44ae19cdf385c46cad36fcea8683 -size 34675 +oid sha256:8c095e8d734f130b4a8901502572b74700136402ab87876322b7675b0b78bfb0 +size 34672 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-1.png index 244d815a1..21552e1d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27d6353962f1572dc32521575156904190fe0c76d56ab615ff0ecb32404f64f9 -size 36076 +oid sha256:b60167eb5bb31ae0b75d0f7ee2ef122a0758bc1ffcc091bc308cb1d31853b609 +size 36073 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-2.png index c8f452f93..5c46fa6c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomListFiltersView.iPhone-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d877aa1f7717e5906cffec9a81b712cb11a58f6865280c9d629becc04089bb9 -size 37416 +oid sha256:22ce986143d055c0e10f2bbdba26598fd6b70c5e1b1fb9b1d329b9df4b288b3d +size 37423 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-en-GB.png index de3d8d4ed..517b0ab6b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:679acb2e5b3062e8146db776e5cdc6e1c2b3e949b8aee160fade38d68bee6f26 -size 180049 +oid sha256:b797a1d9dc627c623dd644293f878e31b416176661e7e9ecf5082f3c0b353b19 +size 180341 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-pseudo.png index 41bbbd593..995f2200e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90b02ea8eea5d9f9508f34d4b8a3d05ad8014557d380aeff6bc0aa897616cd5d -size 180317 +oid sha256:dcfea2dced17f0dffa7a2f72ef66f428ea650454762eecbc5c2d0dd9c2c30d22 +size 180615 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-en-GB.png index 39e59b222..d0dcdfc1a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:317441e2912bb673732008128adbd837f84cb3f7d8f0767225958c5eec06b09e -size 121158 +oid sha256:22a9f46d5c0a4695886170abf2aa4eda4ef41d7ce4d337f990acd2ff23f0e248 +size 121699 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-pseudo.png index 039e5bfe7..4fa4d44f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Account-Owner-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f903720c8617ab17b2c8f1ced8368627eecc11e06a71388c75280379173ba676 -size 121738 +oid sha256:15014fd5b13270cd636044ef301e11eb3e36029edbb4e3da330535b1f0b21364 +size 122302 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-en-GB.png index 396fb752e..329ef1ad6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e55bfefa631fd86118d38548496fa5b87b7bebf5d78ea8026dbfdaab66289c4e -size 118005 +oid sha256:95f050e91cd605a0560324e5aef42f28ed52d922c0028251edc932c6823c3a1a +size 118007 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-pseudo.png index 1eb3ed821..340f710a0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ec9356526a2c6b939332f0185957959560fa3ef10169896d857dcb984fd1c8e -size 120458 +oid sha256:b9eb9aa03976f93128eb7445d2a19a7ef8a59992336e59c9543daa6ce35abc6f +size 120450 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-en-GB.png index c04c9af75..dfc7cb2f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fde6a61b03d94e85bbb60deeabe058df2aacc36607595f1a9333df3dfdc9a9da -size 67757 +oid sha256:6b33a5dc60b6e22169858ec7d451dd51cf50f0d7721d534ced11047b4571857f +size 67772 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-pseudo.png index 30e02a7d3..b8379c611 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Ignored-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b8439047e30b22f11f66993124a0e267cd085266001641c294fc1d0cb418a04 -size 78751 +oid sha256:fe737f483fb2db986f1a826f655e6662fdf948fcfd6d91ed8f14129c687ca1cd +size 78787 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-en-GB.png index a728d744f..36d3d8bc3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6e660f69e6d6fadbcc07dd9ca237111f8d08694da97d6c052797fabb988e2a7 -size 117629 +oid sha256:b1e37fd682bee768698957493553485945f8f703c7c75842347e00429211971e +size 117679 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-pseudo.png index 3577248f9..600a7e335 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0a40432b43145db08e6374dd87597ce07b475b889dbdb1ed4b0fac44f4fafbd -size 119795 +oid sha256:c3986c3bfd906c646d43d1ea682dda52e81779141f64e2b5620eeaf89b2d73e4 +size 119838 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-en-GB.png index c5ece687b..1333eb656 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cfd1a0a66763efa36b513be7274e87d17b60f82f0881d9f784b3bae0e59ced7 -size 66887 +oid sha256:73adcf8e269bd6ba58800715a88f4b7d96654b42056ebb6776e1ea85bead29a6 +size 66932 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-pseudo.png index abcc19e82..2698b7a78 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Other-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:621a039afdda6282671f969e9fc2cb3d1c91c3c8b2578618329be60412cebf59 -size 77994 +oid sha256:bf43fc5930dfd0b76298fbe682f8674af30a336103d901ea5d6f2f686e691b8b +size 78032 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-en-GB.png index ed4f422f4..3a6ac7a5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f8d1a1bd4aba19644e6c1fb4fde3d270c6b3d20ae0ed6c402dba0626f95a22a -size 127833 +oid sha256:95900a755431c24ebc23f1839f82fa8111b72dcdc344af5692cc0d1237aeca8d +size 127857 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-pseudo.png index 071b04c2b..465e6f230 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e41837d862780e3d24b9f48c6c8b967381544757b65e30e9cc513dd37725776f -size 135459 +oid sha256:cad4d3eeb46ead30fe52a991efdfdb2a57ff1697e5b7e32b842b7dd1575ab81d +size 135489 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-en-GB.png index c54280421..e062cd39d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ef0e08373847ee4ecdad0e79a85585362f667866cb2198c0b5d05c60a70b4af -size 76352 +oid sha256:7ba7d8967b6c1637ef2572628f0a998ad257a322562ba2c32f0ef103dbe8f396 +size 76361 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-pseudo.png index 709ba1a28..542eb0f82 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verification-Violation-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aee07f391f2d96bb54554643c6fd30659014324405ab148029a4d82f268b54fe -size 95894 +oid sha256:fa3e4286f3e82b882ab30454dfacdde5c4f0061703e04ed053860b034d1be3c7 +size 95899 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-en-GB.png index bfca6d907..04120a88d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9be0e22bf3e8cf44a9cfd49f7ba2dd0b30a3b17b3e95106717f1a56a14949e59 -size 202563 +oid sha256:9cada987e3d03a96855cd3a7c1f0cf9e8c3137b24c9abfc3c75ddbd11050bf75 +size 202874 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-pseudo.png index 462ee0a1b..58945ec52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14559ec69b77dc0447bc05417f989fd0352963d0526ba38f361f60c89d6138b7 -size 204271 +oid sha256:b44582aad54c69ccacf54c53e9f07fc4bb95a251ef39725508b4fb15c631566a +size 204577 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-en-GB.png index e476315b0..2abb901c1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae9c8277f79aff3e8fb4f8656fbdc7fb476923c4ba15a4762ee9a1fa426999e2 -size 140376 +oid sha256:926e784eda608c9ff2302214788c9d79268bf5a2f5ee7606b6181d4112be28d4 +size 140643 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-pseudo.png index cbc3b04df..077d0ff37 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMemberDetailsScreen.Verified-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37a286fc1ca7d1a3bc2fd3f2d3dc6efdc5e84536d679dafc35e828ba28d4d6ee -size 150416 +oid sha256:d3b24d47d44de1243c5c341b39b4ff34f48c83b26be83523faaf163396d58e24 +size 150752 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-en-GB-0.png index 44f6c3114..9b34f49be 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:626953fe5279cddc37886a61d6628430e943cf0e9bda8ec47bbc0b97c2c5213c -size 162660 +oid sha256:f8e4dea7de8c79b289e06acbbb69345dbe4a2c4773105814fd19b0c9c2346034 +size 162683 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-pseudo-0.png index 8167f226c..b27fd0a10 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b62b1cc3a8ceba8dc8f09d85e600a2371ad5a40c30063b60a27fef90e79513b7 -size 164686 +oid sha256:01f820b9c5ae5a4d51e5129e1a2f0ce830e687613b1e4c73a4d84b7c27f748b7 +size 164712 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-en-GB-0.png index ae4046eca..04e5ad843 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f81d4dd8fa0c0e584233dc1469a79a060ca264d51976914745428d4d55047653 -size 108340 +oid sha256:60c9200bedd7001d90156b38910c4018f3b5c0dc3165f8b9d0111061101de60f +size 108375 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-pseudo-0.png index a37118908..e79330c61 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListMemberCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:617978565a9716a9217398e284505ec9d993ede2b1fcfe5d6b847a64ca8eca67 -size 113531 +oid sha256:6a299a81ad2ded71a9903eafd237912f115cd98f9124373e6bdbb569cade5227 +size 113552 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-en-GB.png index e6d0cfccb..0371f37c8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56b2137ebc59d2dcc5056727d6df6f29ce7cf55fb0962ffd51185eada4371444 -size 122096 +oid sha256:f0101ea875272818146230060557053cbe48e940703273d47d0d49cfdad1abf1 +size 120779 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-pseudo.png index 11d587d10..0b8a4a404 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed8504c7b33c69f21744279482eed093ed32db0093acc261244b192383a169af -size 131017 +oid sha256:7e2bb39569fea7a28b759538f3d1077b5c81b453618d5dd88a0d05077147c318 +size 129721 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-en-GB.png index 248d2effc..e3a76eee1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3bda37950ed8b1d5e032c4cfa09febbd82e3ea69fcc749be0bd0a9c1ed69e34 -size 73153 +oid sha256:00001ce1cd668ae940b0d1f1f3466eea67b24f0a56528c706dc505993228cbd1 +size 72222 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-pseudo.png index d8fa91a83..01f3a3a5b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Banned-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4adadb57e17eec04cee018b65bb007a9e33ef1e00b6c833a2798cadf41a79fa -size 80668 +oid sha256:9838aeede61eb4a940a43e240707d8224e73b37dfeac1c083c6a076de679fe4c +size 79746 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-en-GB.png index 1f7a34bbf..589e31a88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf120453edf71d97d5a0814a4d457ebf406591a753a18054bd6cb1299e806413 -size 159584 +oid sha256:9e8920f0bfeb5383d039d18641e22597e6cf95a04819c8a1680709838a819341 +size 158299 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-pseudo.png index 617101d78..55e0bb7ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c614748c55e1b0b432487c4ee4b60447f11affd77eb5ab2231978c2f683a305a -size 168155 +oid sha256:13c96039acdaa999fba7c15a5545c2235b8b6af642f11883c79b2d2396e78317 +size 167058 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-en-GB.png index f1434a2f9..bd6ef83f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ec33558d72f4615fb6bb1b871debd53d5a13dc843f7375673b029b13b4047c2 -size 105042 +oid sha256:02e843bc8f59c6a0d837f1a90d5d627b6763f2518bb7b1a50b7883a13cb2ed62 +size 104102 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-pseudo.png index 25356cd91..d839d44ce 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Admin-Members-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae1bb159c82f8579d9bc756e2b7bfaea1501a19f777e59fe9572866fb22eb3a8 -size 117098 +oid sha256:96aa0270c33aa4ac29c8a7c1403c627aab62c8090a4de5edf81c34efd146142c +size 116193 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-en-GB.png index a87237f52..b94b9bd81 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e85eca48dd132afc735353fffc6f92a6bb8b59cac161aed6ce4612c84d7e46f -size 97983 +oid sha256:2e9fa574ed542571fd00495a4841544c254a6e35b030e40cee2b4b89a97178bb +size 97764 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-pseudo.png index e99f92112..3505919c2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e07a6e27bb43be8370ebd660e18fc8db7c52f4bb865067983151c07b3382c9bf -size 104215 +oid sha256:398694d23c362070228c653659b6a8294115c594ebec6da7656cf272f601c2c3 +size 103919 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-en-GB.png index 95a3a44d6..b5d81bcb7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73f3ed23b297763b161360f37d98fac41c133135e0440d9ce6146384b634a949 -size 49221 +oid sha256:f0627f17d67557689bc92c61927b9e67e3a07d8a65ede63b78de0a34919d1b8c +size 49112 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-pseudo.png index eb0790f91..e8cadaedc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Empty-Search-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e37121aec46f3cf865971c95fb5e2a8294db4aabd97ae93c7930b837a982710 -size 60867 +oid sha256:d1d9013018e3185fbf4a0f6b3dbeb1b91b4ac647c080c9600f66275719c2c63e +size 60597 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-en-GB.png index 926d1b26c..6935955d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b09f8a1d37e0f07257467188a397fa6570d8ee41ed74cf97860cbfae6744b46 -size 164666 +oid sha256:343cb9eaeeb7c48761ad8a892589ee13627291df6434cb1c7d1b0b1425ee6a98 +size 163293 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-pseudo.png index c709cb043..2a85eadd9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:209c257d125ae69b0578deebf8cf78bf80f778a276ab7da8f5c3e9cbffe982b5 -size 177585 +oid sha256:0c440bc71eabc9630af191a955079f58aeb76b5d6490493710d9dfc3d38f6c6e +size 176511 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-en-GB.png index 66f53c72a..3dc61d5e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29bcec1f1275631127d0cefb40ff12c52f0cabc4679217883e638a1d741b88ec -size 109556 +oid sha256:326f9d64d01cee13abada2adbb2b3e3dc6d5ac1f449e3aa81c446ab373e69809 +size 108408 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-pseudo.png index d0af7dd80..b0a7e6355 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Invites-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:603daebf68be558a5aed4ad0396a4c87a718856adbc9237e78d4037b02f6528b -size 123753 +oid sha256:e9c306a0cee48a45d8f2bc4c5bea4b40ad421707c4444e8acd2525cb3711caf1 +size 122680 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-en-GB.png index aba8fd97c..03e65f4e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d9c2cf92708fa5ab73f870b17933ef201510551f6ac876d41916cb6717de333 -size 152728 +oid sha256:352077dcea2674be73cc50ea61d9b6662f9bb6022ade37c6dc6f7492fd4d2650 +size 151093 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-pseudo.png index 41aef0ddd..54260f7c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b33a1645eb0c0fd50015c50e3c05010e3a3ee2bbfea0a704dd0457be82104365 -size 160154 +oid sha256:1f041fc9f0507bddf5d714c3de8a13f3265068f15b5a027ee2cc473b0957ed85 +size 158994 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-en-GB.png index d26091cef..bff7ccfe0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03a76fd423b18b2a181dd2ac8db3e6492b37fea8fde35a07ef6e46cdb2656903 -size 99348 +oid sha256:d457c4fc47a6365260fbcfcd342fdc35c15c3b74ab147c92144a7a3a16cea90d +size 98255 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-pseudo.png index 781f8fa77..6ac6c35b7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomMembersListScreen.Member-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:499b690853e3ff2b2805b2ec1e44a30c44bef82a99519c12bda5e2cf0714c23f -size 111281 +oid sha256:7a7fc0e7ebb77b311d8f7420ab53e46811b09d0f815cded604382580dac52d25 +size 110399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-en-GB.png index 53a9138ce..e9332da08 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:722b173b9ff74423dadc68995c99e1a7909001c5efcc1118701fb72ee6a31ba5 -size 104659 +oid sha256:ecc3fbf8b73c07a7be69f2668d5c97dfa406b74df8175557ed43ab10ab069f30 +size 104663 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-pseudo.png index e23598c59..f45ce5ea0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0176de3186641224251b63559c25460ffbc6df1d20ad493f651a66cd0d678b5 -size 119568 +oid sha256:3f705d62927a092377f67a21bd2d6c0605d7c8213138aa368386ad4496a052d0 +size 119587 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-en-GB.png index 0942d2438..8cb7bf031 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:603235af18c99231883a159ccd856a03ac92460b188cbffde2648bae9296f018 -size 59199 +oid sha256:5add993fc38b9e25bd8f33269fe69c3cd6424f9ac4f1834abad4121e20cc35fa +size 59200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-pseudo.png index 17713a793..c9c11882f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Encrypted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3c7b6c69bb5be228b54af0226d66369b0096a193be2a60ddcd4b38f6d8ed9a9 -size 82363 +oid sha256:2cdae536ffa9143954cae633e5900ad93d5eacf21057a8c89c289f379b3507ef +size 82372 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-en-GB.png index 53a9138ce..e9332da08 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:722b173b9ff74423dadc68995c99e1a7909001c5efcc1118701fb72ee6a31ba5 -size 104659 +oid sha256:ecc3fbf8b73c07a7be69f2668d5c97dfa406b74df8175557ed43ab10ab069f30 +size 104663 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-pseudo.png index e23598c59..f45ce5ea0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0176de3186641224251b63559c25460ffbc6df1d20ad493f651a66cd0d678b5 -size 119568 +oid sha256:3f705d62927a092377f67a21bd2d6c0605d7c8213138aa368386ad4496a052d0 +size 119587 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-en-GB.png index 0942d2438..8cb7bf031 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:603235af18c99231883a159ccd856a03ac92460b188cbffde2648bae9296f018 -size 59199 +oid sha256:5add993fc38b9e25bd8f33269fe69c3cd6424f9ac4f1834abad4121e20cc35fa +size 59200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-pseudo.png index 17713a793..c9c11882f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsCustomSectionView.Unencrypted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3c7b6c69bb5be228b54af0226d66369b0096a193be2a60ddcd4b38f6d8ed9a9 -size 82363 +oid sha256:2cdae536ffa9143954cae633e5900ad93d5eacf21057a8c89c289f379b3507ef +size 82372 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-en-GB.png index 458ccd585..7f96edd79 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f5efe9bd8356805de8ca3c8be264d1c19c5ab9285e78c04105ffc9ac48afefb -size 108710 +oid sha256:5163fba6815a36bccabd5b351642d24a9275fee1d7f5261e2b7b1a430bde34f8 +size 108697 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-pseudo.png index f68d9fd6c..81a339923 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3d1dcca61f2f14c5c9f1d8924b3df8c9e5c73924a8d598c42a47ee21ca2b872 -size 119674 +oid sha256:e2e5101a471f7aa51e57d876d79de93b70f0805a5910c5d18924d36c53432d07 +size 119666 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-en-GB.png index 481743645..ae85ad06e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff7e6c50e1e8e4033ede6f2cf806e13456a461a7e59504cb06f07f20d6096be9 -size 57301 +oid sha256:7ce3a6e00b274fdc2a9078c0feb0a34f64bdce7224a9f7ebb14bfc1066a83faa +size 57298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-pseudo.png index 5b37c5be3..03ea4e30f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Custom-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b09413417e482ead672c89baa022ef3c8ba6d19156a50fdc8f560986f2e5f66 -size 74448 +oid sha256:317410ed181c031357afc56e564957476b196378c93a7b03a5d0a75c852e5e52 +size 74441 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-en-GB.png index 458ccd585..7f96edd79 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f5efe9bd8356805de8ca3c8be264d1c19c5ab9285e78c04105ffc9ac48afefb -size 108710 +oid sha256:5163fba6815a36bccabd5b351642d24a9275fee1d7f5261e2b7b1a430bde34f8 +size 108697 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-pseudo.png index f68d9fd6c..81a339923 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3d1dcca61f2f14c5c9f1d8924b3df8c9e5c73924a8d598c42a47ee21ca2b872 -size 119674 +oid sha256:e2e5101a471f7aa51e57d876d79de93b70f0805a5910c5d18924d36c53432d07 +size 119666 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-en-GB.png index 481743645..ae85ad06e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff7e6c50e1e8e4033ede6f2cf806e13456a461a7e59504cb06f07f20d6096be9 -size 57301 +oid sha256:7ce3a6e00b274fdc2a9078c0feb0a34f64bdce7224a9f7ebb14bfc1066a83faa +size 57298 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-pseudo.png index 5b37c5be3..03ea4e30f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsScreen.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b09413417e482ead672c89baa022ef3c8ba6d19156a50fdc8f560986f2e5f66 -size 74448 +oid sha256:317410ed181c031357afc56e564957476b196378c93a7b03a5d0a75c852e5e52 +size 74441 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-en-GB.png index d00368c17..ac7fcef78 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abd1960a66c23ffffb5bf2d1ecf085fecd33f6dbeeed96637d9e5388aa1b0f70 -size 111424 +oid sha256:d630ae03eb11109e2cfc5919988df10c588c78677bf9c4b5f8bb3da71a119c5f +size 111437 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-pseudo.png index 657a54dca..a71626d9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dcbe1720242ce44745b4f5412fd18745e0a9646e8d468ddcbece3da88687c43 -size 126717 +oid sha256:a1d120ae195b4bcffa96549688a816bf8ff4be4491276a5a0e4fcb32ad0a808c +size 126725 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-en-GB.png index c9e7bf738..37558417c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:016ab6d63dd3baab0d80b0bfa847966ba51a69b0d3f16595d6e66018d160bd64 -size 65213 +oid sha256:9db8621ac66224b67d60c36f5334637e0c499a0684717cac18ec581abc622226 +size 65196 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-pseudo.png index bf431802c..40875c820 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Encrypted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e30665c88e3e2e41866f629422e0bffce182bd65c3ebbcfad6f9f0c3bdc3f1cd -size 93734 +oid sha256:c48a0c9038c6135300946a68876a53f7f537ed2a9361c958a072b2874ba218f8 +size 93721 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-en-GB.png index d00368c17..ac7fcef78 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abd1960a66c23ffffb5bf2d1ecf085fecd33f6dbeeed96637d9e5388aa1b0f70 -size 111424 +oid sha256:d630ae03eb11109e2cfc5919988df10c588c78677bf9c4b5f8bb3da71a119c5f +size 111437 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-pseudo.png index 657a54dca..a71626d9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dcbe1720242ce44745b4f5412fd18745e0a9646e8d468ddcbece3da88687c43 -size 126717 +oid sha256:a1d120ae195b4bcffa96549688a816bf8ff4be4491276a5a0e4fcb32ad0a808c +size 126725 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-en-GB.png index c9e7bf738..37558417c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:016ab6d63dd3baab0d80b0bfa847966ba51a69b0d3f16595d6e66018d160bd64 -size 65213 +oid sha256:9db8621ac66224b67d60c36f5334637e0c499a0684717cac18ec581abc622226 +size 65196 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-pseudo.png index bf431802c..40875c820 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomNotificationSettingsUserDefinedScreen.Unencrypted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e30665c88e3e2e41866f629422e0bffce182bd65c3ebbcfad6f9f0c3bdc3f1cd -size 93734 +oid sha256:c48a0c9038c6135300946a68876a53f7f537ed2a9361c958a072b2874ba218f8 +size 93721 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-en-GB.png index 607eaef5e..10eb22b54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e70533c148c3b5c025459d97f4095b1cb41b3153e370433382b699836c10e5a1 -size 95503 +oid sha256:f7e2c396eb0e65d92be463285880762b5932496341006147323f358231284a00 +size 95482 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-pseudo.png index 2843b5aad..65744eb73 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1611cbd696701f89c0f056fa706593b393f57b310ebc9c85e2ef23dcd0e02f85 -size 102786 +oid sha256:7b80ad9fb87d2a89981062213763a5be192f848204293ebbe49f231245f68b42 +size 102791 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-en-GB.png index bdb960b6c..9b0226de7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bd232c6dd2af39be7afd47a55deb691f70522a214d0af5f504a152d4b920170 -size 48208 +oid sha256:85250a1105ac889beb096afc943ad6cbfd81e6571c66e6c676ec3a76db96d8b5 +size 48186 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-pseudo.png index 02b2d0c65..a0fbd1ea0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.No-polls-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa585dae46ab7280cdf6c9bbec02e955adf3369e17ca5f3b74749f1141d64875 -size 56598 +oid sha256:b7bb5f2f8a0822b3d22a665483f74a29dc62785838ba59cad39e63ed8981ea09 +size 56578 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-en-GB.png index fd60f5989..e849013e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81d1581af9c3a2f20c9260d9d3ee37ed506da96bd806cbcf2ac4aa3116a8a4d4 -size 183440 +oid sha256:daf36a619cfc43705a78733ddb89023757d6ff12e937ef435cdcdd04e90d3514 +size 183465 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-pseudo.png index 6be4f10ae..08e92e5a1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cb77a5274fad83a9b0f7b23fa9c77d6606b898a7bfec4a64d14213b2cd8df00 -size 212582 +oid sha256:ce6026318c4813e49ab099498d1e8f4f9603d49da4e48e81a16a32b207c293d9 +size 214152 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-en-GB.png index 9117faab9..fab530edd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4c9388236bf54840e8061da9fcafa152b411b26c5c56de6c45c445e2850ad25 -size 110243 +oid sha256:08e5d1443d93f7c1e8b10c50ee1a5ac66291f08049d422fac1a9f8abe1a0a1e3 +size 110250 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-pseudo.png index e174efcd6..225b8888d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomPollsHistoryScreen.polls-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:281a68943ee5ff6a94e94ae0d3bc0ed48ca46e4f60f7fcabd79a742c2a632f60 -size 137398 +oid sha256:fb2627a2069a1c3177c6816392aa4db0a93c53b958626ac889a5918fa3367e60 +size 138676 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-en-GB.png index f170a00b6..2d54b5208 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80e1c2b9567a5239e6c55ee2b53b7ce10a3973af42cb90faed8297b1a00a374c -size 111439 +oid sha256:9dbef4ca93d3975885bb9e0296c4baaa13685208bdea41a48dc3bd854affadae +size 111429 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-pseudo.png index ecf791ff9..6906ac950 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f0094aeb1a5ff71b993573ed71a8eb0049d7e7bd41c7c4456698c9d39ede944 -size 120998 +oid sha256:3ec8683f55ae187eddc738078697b4a1a392002461ebb60eb26c676ee2e51c2f +size 120978 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-en-GB.png index b8cf6a609..9a0fa488f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab5c37584ef0cd065ebce3df1a860de2de134b9403b585c6c23686d55d3738b1 -size 62417 +oid sha256:8d9a48c3c4016007e72bcee52e482190b06b514c7d5f0a5106823af6d30fcb18 +size 62413 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-pseudo.png index 8c8e44d94..0fee63569 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Admin-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63f8e0a8ec496ad308cb9c3dd50e18492d2649a16ebd219026b7c426a8192d78 -size 72796 +oid sha256:73a0d7b8b9224e89eee21d903665062ff31e0c26c079db47222a4c58bedf74cc +size 72542 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-en-GB.png index 72878a814..26e8d8b8e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:23e19b7122a6a5c52475f152e8a314270bd399fc3b5616b8640b202b465f4817 -size 107562 +oid sha256:cda6ef8a474eb9f7165f024b44d0712302805ba4a89020fee228f04bcdf224ea +size 107568 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-pseudo.png index 4d7adcee5..225da5bd1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21f5bd3f2afd25f2361026a31531af0b1d4c2b0c6a84e60807ba945a02a23edd -size 118053 +oid sha256:2509cea19ce037ddf07806b7f73785e55cc37dc2699026e8a628b6837bf655f2 +size 118040 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-en-GB.png index af50e1778..a1698c093 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e19270c05eb23d3486e01d32d28738a2d1d4a3453429c42e97d5710e2cebfa6 -size 58794 +oid sha256:4ff6f806de15c5e7bd2acae4ef9acfdd746bb83f05ee6c79247362f833f09135 +size 58791 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-pseudo.png index 28fd045c0..6ffc11593 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomRolesAndPermissionsScreen.Creator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd8aa6ee2f79ce8cbf88d086a65ed91b751684ed115fea377fa12aa65127617f -size 72649 +oid sha256:6193156e6dcdf616a2c0be5a43208994d16c9646a78c8778034c2ed115318d26 +size 72226 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-en-GB.png index ad7c4cbe7..f1294863b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4eb07a38487a137a9be2853c1483e540d76f540998eb2b9570a2abf542cf132 -size 291478 +oid sha256:207bd394067c340f9e4b076fd16bd4343316bcd9d8d4d374cd236e47c164e145 +size 292240 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-pseudo.png index 13120f8a4..943b79aed 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e24b5448e6f0bbeffe9ce7043ff54764efdc1f0082a6aeb4def7f8d4bcc7fad1 -size 299293 +oid sha256:f60b961281c6bf3d0eaad1e576d0923c7b303ece347fafb26e2735799b20dd2b +size 294189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-en-GB.png index e6dfa4000..078fdd86c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd758b1b4cf5debc05c5e884019a42a165b7e1ca53fc20cbc5132e5dd1d23688 -size 175928 +oid sha256:85c53cd872455164e11487873edd381bcf6571a49c54cd5a66eb305b46d79f71 +size 177231 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-pseudo.png index 9009d896c..749495206 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Normal-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b97cf1a4f4734da9ab655c37e0d3658a402501ed39335b61dcddffcb6c10ae20 -size 176715 +oid sha256:74c7dcd44b8c17b0c5f98848ae37db78c1323ffcfac408f8139470b65682860a +size 174897 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-en-GB.png index 9d1107d8c..c369b0920 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c060143d9f999e988dca2a66351f73eb13ef04fd92268ddb8f09963c4a459ac6 -size 291147 +oid sha256:92ff74f286a559e4346753371af24b1df1573b14f4c83675f73fb3337fda73cd +size 291851 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-pseudo.png index d01c45048..0edcfd4e4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9511b0d2e47076f1f5fe120fa0568f5e718e63bf145d32da0b2924b097d5e1a2 -size 301378 +oid sha256:623af7cbecf430283d7dd4bb629ed8d6a0fce34e737ff0065a1cde8ff01d906b +size 296149 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-en-GB.png index b0c43a239..243da38b4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acc746e3701765d70d9d7f3e0293a96dfb78db90e51961934f04d64a28fd2d04 -size 177080 +oid sha256:2bcd291f0d52f8d3c6bbb9895ec9e557b8a7a56f884d530cd91f8ff333d0404a +size 178411 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-pseudo.png index 81ab4bd58..03133a6bf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Read-only-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9d85db1a13e8cc86b51595166f9f17878d2a5906b86393e75b68744c8a283f8 -size 181182 +oid sha256:4273b8c6f7a0ccad4743712ffadc2d955c7e6dd8ebf6b67cfced999915a326f0 +size 180502 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-en-GB.png index fdfebfe19..5800c598a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:080c96766ed1113da5dd96df929f5019aca0b7f69b57d964b32f9725d5956cb5 -size 350067 +oid sha256:3b0c5f8e8d167ddc5f00adbf8cd3f19aae03bcb68817a6fccb1af21c1b800a03 +size 350621 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-pseudo.png index cc9550b2d..83ff25ed0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b6160c03a32cc3f948098f80fd690eba9c65a096ee1815d83db3c2a3ca07bbb -size 363346 +oid sha256:dc31f836f1da7c254877bff4011cdecb4d22207ceaffa01d9b7a907899a4fa04 +size 359765 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-en-GB.png index 79e936365..43b96a83b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c16ba848f2169107e33e01929592d524707be021fcab8fdca1ddf3804c50fc07 -size 204091 +oid sha256:c2da0576e9ed07c84367669e5e357f5597c041513079421b5df20588ca5cc76d +size 205437 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-pseudo.png index 06ae65c81..a368abf58 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreen.Tombstoned-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c39806c78e6b5983361f50749c2249df5819e7af20f7cf610fc9b3e391b4ba9 -size 209362 +oid sha256:4557bdc3d04389d15e7fbb1055ea99a49d8a5a8cf88d1df300e8b511afb435c6 +size 216205 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-en-GB.png index f58bb8498..1781d8d4f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae82ed26cef675e68f8568ff3f58448b558d6861ac761c9e809fbd7965306006 -size 160639 +oid sha256:07cb7aec175006bf58340ddf5ef8efabd867d058d06e9ff6242d0dca85a0eda0 +size 160513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-pseudo.png index 6d9ade61a..32aac99c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93816175e870c61b9a8c9e456cc69bbb7805cce3b0cfd950a6b41ae2a1f09ecc -size 172999 +oid sha256:8581091b6b9b30152fadf64597460e39599cbddb39f782a0b9c7f24f5cca34b0 +size 173132 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-en-GB.png index 596359581..bc14213c3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d53a2755cf4e91f179ae0860ddbe1b4671c88e6d52590dede3ef798803cb1ee -size 79190 +oid sha256:4540c51e150675694dfa33199daf9c99ab6c930d39d2e28b58c8933ea9bddb53 +size 79168 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-pseudo.png index f298b7618..4d2ef0f4d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Verification-Violation-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e885f2af908917d8358013394d8011d9c14815fe9ba5d3eb83f52df25c66c3 -size 106932 +oid sha256:5af538211ac9028ae9be3cc9171ce4e1136af6b3a8b1536f3d5b8e9bdcd7c61c +size 107238 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-en-GB.png index 3ef42b326..d88c19235 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da94f654dfc99f964df14da2753db20e885b77d0e390ac8b76ca364cf742be8b +oid sha256:b8760a11d445cf67f98923f78868f3c302e6c174122072b0fe684cb34681e66b size 156314 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-pseudo.png index c00278b5d..8da258cae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01050ed61772dcc8205d1bb82a73ab20eed18df88aafa9c4342ab89309f922f5 +oid sha256:8c0f4595181b46d1dbe74a553af91f575fe64788fe819a4c54c1d3f128b96831 size 167376 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-en-GB.png index 75b9f3a89..73114548f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3179e4462d1e3293f330ff55bcf65f0941bd717f461f839805f168903cdefdb0 +oid sha256:75f0d433649a6fe52e887dc28c1b9f50da5db3b39b9758106d3defc8e4a1be86 size 77392 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-pseudo.png index 0845a6ad1..98094bb1a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.With-displayname-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1396908af3c5f3213fcaab81045d7762b8b65689c03fd68879c47d80e05c3408 -size 95059 +oid sha256:1e415ebd78c77f08013dce172a76fdb52f92f69290cce1191d324f6e624e3e64 +size 95100 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-en-GB.png index 53613378c..3bb3cb4d7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e77834f5a33f63a6d2a352dcd0a94d9704feb173dd64a58cea888a966d64ffe7 -size 158155 +oid sha256:bca74a95ff44721ba2dba54d6e1fbbf5c4c85451e658fc30c44651304e8c360f +size 158150 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-pseudo.png index 3c0545d52..15cb97a88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d57adaff3c273f94807f2380ac9837346f1c062ae8c772910ddd956403ba7ab -size 170896 +oid sha256:7d865296a64dd2f5bfa3871af708937324d56f1d24449d54d656ee8fd3f5b578 +size 170867 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-en-GB.png index 8f075b0f2..956f2d3ad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4d6656a3c0ed98aefb3000a12def46d51ec84e1a910d5e11928efaabce6b847 -size 80033 +oid sha256:6c050a72006b6f42ac72c8fc7ecff433529c19c7c2026010cffa2b7a73d1842f +size 80022 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-pseudo.png index a19c092a5..fc8069393 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomScreenFooterView.Without-displayname-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed48ca31d8fceef36943e80ea687d47d100f3d4122dcd9340cc9d4629a145741 -size 104161 +oid sha256:275f3357bcb28964fbf7d62a7f35db2eaf63a4ed59a117e356974fe8aaa99451 +size 104270 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-en-GB-0.png index 497b1a6f1..f72c6efd0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bd766686a98592c679973d45121334c633826a24041c485e0597a92a9944dac -size 160693 +oid sha256:8eade1203553903e470b82db52e5c334b38d661fb8986d52d21f200337b59aa6 +size 159483 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-pseudo-0.png index 901d5f986..f7455ec1e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d501327d852ed7a59c34141f168dde7a4b9fd2d35626eade374bfca308fad32 -size 162597 +oid sha256:18753443af41f4c431f963600a8847db422dee69e570d63055f022112ec137c1 +size 161230 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-en-GB-0.png index 1629cda7f..466a035ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cd2bc70db6698703a981353a297e805a9b5c7169d7aebf1064000d303e223f9 -size 108113 +oid sha256:646271a0fbe063cb8d8ae5e89c880994b9e607fc23a4c3003d5b63663b8f4c11 +size 107540 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-pseudo-0.png index b55a08e85..ebc3793c4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomSelectionScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22724629fa2fa24cf366528629869c78eba45493c78e96a0167bec6b6ceccbe8 -size 107523 +oid sha256:59982f4521e90f6ba32ab3e8b087bfa2595a425991f52fe0ab6951cddf534555 +size 107128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-en-GB-0.png index 84f0949df..2549b4e4c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3a9ed8255235e4c9b0d9609b7d0156156cd27c467bcc583972e7d1df899c7ee -size 157360 +oid sha256:b98ce2b507559a5618797e4e38fe2ec182b00ff8a1226f816df9e9f52976f733 +size 157613 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-pseudo-0.png index 99045b162..a2bdb4f96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50f34e65b7db32aff0f0ebbe4717c62787b8cd060164ba1fc0806baba44ef544 -size 158113 +oid sha256:a76b3cb91009341798823cd71a2447c26ac5d3ed76f0fe8a557f2b4912adfad7 +size 158326 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-en-GB-0.png index cc5335080..753ccac68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86dd854e8be105efcba365c64151c61272766ece87815cbdedd3aa8951c528ac -size 104952 +oid sha256:cf89c1f353bb7905d1f25633d9a734d0712c1761c4e2945508e8c824ac164ca5 +size 105102 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-pseudo-0.png index 6552bcf85..8c43592e1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/roomThreadListScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75ffd318954dcc6cdbd53416ee7c576892dbb0e8f53f211b6799423b8ba89c83 -size 104923 +oid sha256:7e95a27590808025a1e3c746e7758c3e25486da7e2ae59bbf17e79805916f756 +size 105064 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-en-GB-0.png index 295540fc8..a5c210af3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a68f9499c9da66b6bbba1b6317aa751ff84f8bbdf9402d4fa5810af643318266 -size 67019 +oid sha256:6cf0337a09ea25d0d024beb0ca046dc649dd7a3adbc706ed611d41ebfe46ad94 +size 67012 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-pseudo-0.png index 295540fc8..a5c210af3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a68f9499c9da66b6bbba1b6317aa751ff84f8bbdf9402d4fa5810af643318266 -size 67019 +oid sha256:6cf0337a09ea25d0d024beb0ca046dc649dd7a3adbc706ed611d41ebfe46ad94 +size 67012 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-en-GB-0.png index ceebe9d85..49a932078 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b19a6edfd0ce4ed1182ca5e8c1b6af8b2f0b4fabf19740e64b386b0e7dfcb66 -size 43756 +oid sha256:851c53b887baca9164d8b6d5811424fbf3a691eaa30a7c9261f4b429c3cd9c91 +size 43740 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-pseudo-0.png index ceebe9d85..49a932078 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sFNumberedListView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b19a6edfd0ce4ed1182ca5e8c1b6af8b2f0b4fabf19740e64b386b0e7dfcb66 -size 43756 +oid sha256:851c53b887baca9164d8b6d5811424fbf3a691eaa30a7c9261f4b429c3cd9c91 +size 43740 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-en-GB.png index 4052767a5..cd73a30e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3035ac4a3b17c86440a328716f0fd9ead191152e5bb30f10e740b97b633e7d34 -size 137722 +oid sha256:d70ed0dc43cbf9e51921ba67279d42005483eb5572d678ef0428dc800e26df54 +size 137730 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-pseudo.png index bd1bb9fa8..94cba824b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:319f92b7ae817a06854283921987993729e048fe060f13639f753ce3e02c6edd -size 189803 +oid sha256:933764a098998eb99f75d09f4bc5a6416711f7304f7b65c7998e518c61e3dbc0 +size 189845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-en-GB.png index 6d7336eca..93fd17fbf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:650d688d95b0d48f4f5e973682c1f38cdc9e602bd6436035e57b41d4dbad4c15 -size 100635 +oid sha256:903992d14b656d365929e1f6f34529542c3f6d4b8e439c11733e1cff97d114aa +size 100621 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-pseudo.png index be190710f..f96053055 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupKeyBackupScreen.Set-up-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:409c4c988bae8153ce6b341358188695c16fb756b1b0d67b745ba1e09bcde09d -size 154655 +oid sha256:f5a613fcd8c4e6f1672adee7423b8df725fe0beb4a6a4de39d32f075cdeb1517 +size 154676 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-en-GB.png index 6303065ad..0acfbe1aa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:045777718fe2fcbf99cf713b4a47c9f8a4bea86de0b8a2f3c18a8291330ebbd7 -size 124985 +oid sha256:8ddb4c26dd1af599d5b8a77d69f11463935e4e0922896ed5e7523633d6c809dc +size 125006 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-pseudo.png index 630684560..553793ee2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ce148759ddeb667002666194bbbcffe6c12ddf99c24e71bf44d1c34916930d9 -size 160923 +oid sha256:efb5cfda493c4c9b0a7c992d562f4984af6a4dd103eaa457c040b162c922b8b6 +size 160958 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-en-GB.png index d2b02f763..53ed43771 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dffbf9f5f5a63949274da0932f7b1c581a8aeaefa0c90e3dcf9170963a73a6ab -size 83739 +oid sha256:603fb65f52d7501fbabf42e50a12b6b28640221b29a9723554ef463e9ec22e4c +size 83752 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-pseudo.png index ac1caaa29..1ffc38568 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Confirmation-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a761c49e561137955eec3baf0b995a03972a94dd5dc5dd51106aaf07964d3eec -size 128316 +oid sha256:9e84ccf4bb64b3e5c1ea8251c72d0688ba16979a1a38b67f308902bcc2c86a9a +size 128369 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-en-GB.png index 48b212e70..84d24ecd6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6aecd8d0b9ed2bcdc093c820f749ed73ae166986ea7a362f9e8a187985b6264 -size 110409 +oid sha256:9e965263002877565059778a6a1cb4af4ade8194b75ae1b5028ca0cc38de91b7 +size 110466 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-pseudo.png index 93336b816..05996684c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:469984d04f9da108dabc4fc507d21ed3d8b463affe4c8388c81069dde1906fe9 -size 136314 +oid sha256:846fc108239d06861eea6207bdb78888b4119f8b3adbfb41b9995e61847f8441 +size 136340 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-en-GB.png index 94d2e89da..48ca8bbc4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5b19178efddc0e8653810074d274fedcb82cf55576d8ac37175f795106420ca -size 70489 +oid sha256:11003b75f4ad4cdedd1813f7c0943e7d2bd88dd158e18eefa04d9863da780b6b +size 70496 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-pseudo.png index 4cf9ac0e1..9f7f5fb9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Offline-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab026de4f2474f8742157a5f6924b80252868fe570cdb41c2d1cadabc9eb56a4 -size 102199 +oid sha256:b9cb971b4396a3e6b40bdcaf39fd6a0b138e3b4fd914347608e502be47cb9db9 +size 102243 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-en-GB.png index 39033fb93..dd1810692 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a61ba0958e7d1ca3fe3a37d78aedfe5e64a54ebff886b0c4b9e0171d1f6a2079 -size 99801 +oid sha256:ae86b12abd791b8cb4d4424815534aea313f47f69e52a4fc9d72123cb81244d6 +size 99823 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-pseudo.png index 97d7edace..5ad990276 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a42d4b26424a6a717ea70374e6a5c4dbf900613b911aeacf89aa8bbd02e583e5 -size 118254 +oid sha256:d7b15488549eda1eeeb9693eed7952768780f135bbf55a37ac68b053e66a4d7d +size 118272 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-en-GB.png index 4e7e45af9..c18616792 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b325edd1631682098d2ea8da98e3f330f9bff8b68380a5bb3cd2af5754c59901 -size 61096 +oid sha256:ed044d2d8f3ec22db83fe20b26a19972a7d7f1a4a25237204baf9d88f44b2561 +size 61106 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-pseudo.png index dce06f050..bdcb9b1d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Ongoing-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f06166cea0767ab7a4ca21ed36a74744e765fc3c384a186afdd32d8bb75d032 -size 82682 +oid sha256:2858197a75db4ebd918b369e6524737745d1849cffd77c2ea0f58e76bb7c2da5 +size 82721 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-en-GB.png index 36425b72a..efd796d68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9329b3d29db8f60190e581d7a01487d8213f6c3410191cd8d898c9fe19bb639a -size 105533 +oid sha256:1c721e38bde50ee69309513498e19a1e1ff535f6435d23327f65acd64e29a151 +size 105549 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-pseudo.png index 5925bca26..00bbaba87 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c21f4c822aead3cb93414129afdc3f8e15949858d909c712287966e3f2f7bcb -size 126468 +oid sha256:ba959afad29365a3d9e8e4c534175870c04077150abcad17aeb4f80599f43738 +size 126484 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-en-GB.png index 9f8b4b734..f81df1548 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78df23c9f5aeb9a2ac316e29018ece90e14a40aeb5ec1027bf7f9bbdc539a7d6 -size 66094 +oid sha256:541add85788a8ba75859359d9abf8a4a29a15647b0c50de76e2be0cd135c59bf +size 66096 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-pseudo.png index 59a18ba54..8a135eda5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Stalled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b1b741c021a64ffced165010d5b804edd4c13e35d93ad6a3343b505dfcf3199 -size 93400 +oid sha256:1ba5f0a66373ee1bf0caa5abea5cb9c7eec58702622237af7dd3ba293b66e649 +size 93451 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-en-GB.png index d966240bf..917818421 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3102d5afe63a43477b21a6773312aaa9110e739cc8801a119a3357d99cc08cdb -size 99977 +oid sha256:7ec643aea5ab13181f29281da0368c081a7f8c55ad392a48e4dff1ccac804391 +size 100000 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-pseudo.png index d4a98b65a..7a0869a9c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d87644bf0ed3308f42b2aeeb868ccf4c0fdfd8dbc3cd6200cacb11fa03b519f9 -size 118311 +oid sha256:3faa200ee873335f06786f3812218bd96ca288fa292c63cb81febc845289d04e +size 118328 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-en-GB.png index 7bdd78bb4..5a5499cf1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3070a8ac49e1ee4f6773b0840a948aa2d672ea2e6d130b3f12e3b579edb55a62 -size 61385 +oid sha256:3c8fa5ae969610f85c003a9ba1a28f7294c0a09b0465b5e70cb3b7e3db32ecae +size 61396 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-pseudo.png index a61e5be1f..c0b76f9d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupLogoutConfirmationScreen.Waiting-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff33ef9d83bccb4b9e7fe9dbc035991680d79b8f95cc53e20f16855b243a222f -size 83424 +oid sha256:c6b09a3ecd014e5d2f9f9a0ea7488439aa3bee00c3ccad4c5a55511c08cdc057 +size 83473 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-en-GB.png index a3acc72ac..b5c695a57 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4941ab94e1a482645486be26549f4b06dea72177c6cb38fcde7df8d72e149dae -size 118655 +oid sha256:4a44205dede41bcd1d47aa397e09bcdabcedc01cbe03e00e162b79805b2b6d09 +size 118646 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-pseudo.png index 35c1654e4..e00bbf481 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05f48b8a4f260dc564436dfe22aefc0a1d373a444ff3105b1dd2aad70927c996 -size 143526 +oid sha256:747e74ef85d4a0aca7ee22de54a7d179d41e0b0bb8dafd6d9f6f4508ace40ff2 +size 143550 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-en-GB.png index e1d565ef7..7c3ffaa04 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b9357fc4a08cbd43e43ddeda0f19c6677031e606d686ff61375cc305e786791 -size 73786 +oid sha256:cb8c069da32d01240be1dbdbee5d7ca122c93e106e46647c6bfe5959d1bc974e +size 73794 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-pseudo.png index 1d56befcd..0906be775 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Generating-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff0f643320bc34cf4c2b1179ada6575a0079b2caf70796aae48b2761921978bd -size 99804 +oid sha256:f1cddf1c0e271333d85b6b46e8c1466380f6c42fdb78ec6ecafa7f4b1ed88c64 +size 99818 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-en-GB.png index e767ef413..f81b71e9e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2e63655930f0d8661ba9db30ac681ce3324bdac1eb5f5637c924d9682e38d65 -size 104142 +oid sha256:887f9b72a8ea6a85fb556600c6d830fd20412c5b513acbefcaa7aa27c9ccc40b +size 104131 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-pseudo.png index ea0ec18b3..768c8ef47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67ebbfe051d47ab9fa7c5dd2577da23dffbb4878be0dfdf0138c1d37adc40178 -size 118096 +oid sha256:37acc41b9f350d20382bebd7987436056ee492b4c9b5486cbee3ec03909c905d +size 118108 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-en-GB.png index a3f71e5b4..cfa7ef3cd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3bbd55e76127b6bab788e01246cac8d4540cc2e33b6ad74c5e9fd951ef3882c -size 58127 +oid sha256:3ca57fdd6c5dde19bca35a6e96119d0b72845847eeb9eddd925da179ce59122c +size 58122 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-pseudo.png index 981eed613..de85e2bb1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Incomplete-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:785a4f173cbad4ffa3c943a84e62974b629983e316c45441f99535709e5f7b3c -size 78195 +oid sha256:a5628ffb5074e817f1272c1a2f05363ce644ef0e6c63b02d212263b3743c41a7 +size 78220 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-en-GB.png index 7afae49ec..16e21a4db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:616ac19aff3ceb9b630b3577ece2e3f9de8c601dfd3b0d5be8d8dcb5bde20334 +oid sha256:94464379e28ee3c8a75e997abe5809a51d69bcec77c27c0eae0d9783ae97f82e size 120573 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-pseudo.png index c472f7d15..d08721a0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34bc84902a76d78e9cd2e99a1a3cf64f51bca22a302778977b0d843195ca1d83 -size 147899 +oid sha256:9bb93f2eeba6fd0bee775c0858d6f35ab42e6cf0101712472135cb623a1d3321 +size 147923 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-en-GB.png index 20835f953..6a4bfa62d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6200e0a4799d3b8e265061914e5841ec9bbd9a578442b14bbdbc11eece435995 -size 75329 +oid sha256:bf8d6c28ad2a163a8a5fc85e039674b97259ffcb518d4d5661835e33b2db5382 +size 75333 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-pseudo.png index c448df526..b26126e27 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Not-set-up-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cd182a8cd6bb6d34c79a09aef8c7be544982754814f6d9944069480ff6b37af -size 104629 +oid sha256:90e597350b7c4b34b24e3543db9d853629c7d1272a30c3495e7d47b5ce88a5e5 +size 104649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-en-GB.png index b42f78da8..c6ec06c36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28a7807762dc17e6d885538eceefe24f3c8e2515a23fef178570b998f723f280 -size 138426 +oid sha256:03acdf9d52071ff6b64e5966a3f6545ce0d873b0693f87f6e0671467f1a655ca +size 138465 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-pseudo.png index 1e3215f1a..017b6c7b2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03eacd7134910f1be1b7e605fb3b02bbac9770ede026ec72957515a873651349 -size 164553 +oid sha256:63699a51cdaa25fe40d50347c84821ead9e9fe094c4c205eb4a9be78e4fb45bf +size 164596 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-en-GB.png index 4dd22c5d9..8b853aaff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:499e0148f0c82bcf3b6dba6a9385e1eaa9acbd5813eeae4925199c5943e25b7a -size 95742 +oid sha256:e5438b9c86f402a4116b47bdc62821d1e78a3b6a93ed83a2654ddab0165006ad +size 95763 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-pseudo.png index 9b2b68277..f66ebb989 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Set-up-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a26be29e8ed8434666e14f344f917cb08728016d3bea42f5bfc1a2f86b907f67 -size 124444 +oid sha256:ccbc1d4b045633e676fb34b4d9f1bfcaa72d227756e37646f2b5ec0095ad5c92 +size 124528 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-en-GB.png index 362bfe8dc..27ea366f8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e701a9ba71a86f7975321d5993b703be7b1478deb1baa096aaf703cbcbf2f33e -size 78080 +oid sha256:753cde3fe545370dff2c402d1dc60ec2438680f5d92a50f9f575aa759aaa0bc3 +size 78086 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-pseudo.png index 9c562f2e6..1be828ec8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f820f694abfaccaf95360ad10a90ad100596573afd5071cb3659a0d795f9ccf -size 80743 +oid sha256:98661b1e8107686a28ef5a1abd7abd90256f5585e6352281d4239416a3a2586c +size 80752 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-en-GB.png index 189855a92..40e334b81 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:934b41f2207df38daf36572cd586d36654841114775ab653c66ddad64e9317ab -size 34888 +oid sha256:c134653bb743c2495846cb455a8542e430014e4e49636244146f64a657435d97 +size 34914 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-pseudo.png index 93c1e89a1..768b2a554 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupRecoveryKeyScreen.Unknown-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2a27cf40bf31606c8eb4b5488dad77ffc12fd69e48dff92c0c51b629d83d007 -size 39027 +oid sha256:d01aac8d078ec90b940bf319b04e59aff51894690eaac6d0100a6dea6b4c48b3 +size 39035 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-en-GB.png index 8dd5608b6..674786ba2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d5ab6ba42f327dcbbf0862584426c940a7487413574adc4fa2edf86cf7a6928 -size 131326 +oid sha256:c24b7b2faa539a2b40109f6b236999a3f245af9a1be31996e8e9420f8a881675 +size 131325 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-pseudo.png index 69baaf71b..aa4d25d8c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:873433c7020427e29493637861d1c4e24570d656802d7860f129dc6ee0497be8 -size 163460 +oid sha256:9872c650facf0a49005e45a22aff427e7bbef8cc9a1c3aefb2de9472c1e094a9 +size 163472 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-en-GB.png index 79d5cb5b2..07ab7f9f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d470df08e8c5c4c48ed2aed5ffbc592a8691e43a6520ba6c779f554e3c28e27e -size 93388 +oid sha256:52ff36e41298f9e888dc7712019029b5c271eb9b1e9b278c19e70c3121c7a9df +size 93366 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-pseudo.png index 5472af1b5..84aa9a1c9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Both-setup-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6441802a8f286fb7e618eeb9f1dbc6ba8fc58245c406721bc6ae446f4cde86b8 -size 144710 +oid sha256:035f9af82bb25665c0467736f43c32d3ab91ecd311bca9546d72930198e09d90 +size 144660 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-en-GB.png index 3f8064a0f..b44f375f3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b63e3ff5e20fb54645bc1c9b83495cffd97f4f7f9346b5ba78f57348daa98741 -size 110768 +oid sha256:d45d00643cb4a7e5980f7278ae897715d0ff744f83114def8ae5e1ed3232d8e6 +size 110769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-pseudo.png index 5016bb1ad..25ea834e4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dcb94a66e50bceda293801c08596f0cf59ca22becc6119bc60d83b501da34be -size 131088 +oid sha256:99066f71e9b7530b01843746e4dc8c5a058bd8022bc8913b2d2b943a2e6f0b1b +size 131097 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-en-GB.png index 0e18a2028..3f887dace 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d32a9ffb69ddcc13afa91ea1a77cf053d2b301bf0015df9b1cf87e57084d173 -size 68974 +oid sha256:917d6df67a7510b62b9828e617f32b60b18cb0ded77209d1fcebe0a512abfb97 +size 68963 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-pseudo.png index 400d37177..442689af6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Key-backup-disabled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0484a2dab75c22fe48c638165494312976d968c855af54a130c938f263309516 -size 97608 +oid sha256:b7f7f5750ab8297a35eadc14e892d1ac711105c70adff40a184d648ccd8bcf82 +size 97550 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-en-GB.png index 767289cfe..9a7a8bf12 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9afcd4ea2d5db57abebee894063bfb82228c90f7c5cb7001114e1c08fffeeec -size 130623 +oid sha256:05f31c790306e7b5821063527204c2aef35c4afa4d4e4a1693a200743d5ba7d4 +size 130610 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-pseudo.png index cabfaaa5a..69ae57a8c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bd6b3c63036ab6d4415945e5d4204f32fdae9cd7c85ba054cb0b3cfb746cb71 -size 162467 +oid sha256:e1e96d1235458cf8c21457b7f9d72701665b8234929f359448e1afa9e6ed5734 +size 162473 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-en-GB.png index d964964a8..60d4a8e12 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92077a6b9510f022196ef5047e6951d2f16b2ce3f4f03cf87a0bcfe26953f857 -size 94545 +oid sha256:b97809fb67e7d72364f4b0d9185893afd19a024772bd61d243c7d62ea07aced0 +size 94537 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-pseudo.png index 59aa002a1..10beca795 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Only-key-backup-setup-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d2da04dc596719ac1eec66ce13e4fa0ee5eedffa399135afe9111f732e27345 -size 144887 +oid sha256:349680b57fa7ad59a15e9626f7205cf282275374c68bbae3a7e92aedfc1cbb3e +size 144840 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-en-GB.png index 90c94da9e..0a7d8d5ee 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7106e977eb1cee997e08f2602d48246ecc886c393975f75d9ad8cb4ecdb3e42 -size 90462 +oid sha256:734fe7f23776b416ff7c2104047101f04c532b8e4b9b9737de75bda9568dfa7d +size 90444 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-pseudo.png index 80b5a7ed0..f729be350 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee6817d596e245c5e288982f20b9203246c7b3d0cefafad26730ca0001319471 -size 95226 +oid sha256:3da2c4a0e192b1861aa681589786eb17df6b2815dc22e52566d3f49d609563ed +size 95202 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-en-GB.png index bdd7c7839..306074626 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54d7b20a8ed22cd9d97ebbd274193f10d7e8a22fdac9938d59d19233f47638ce -size 44213 +oid sha256:3caacc4180165472bee68a130b8aa3b184d6e950c2ceeea396632b6ffbe47704 +size 44201 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-pseudo.png index 812891861..85e3bd1ca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/secureBackupScreen.Recovery-incomplete-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95a1a4a6e96dccf61f235e5c3dd3a7a3afa531369c5838aebd2988d521eb8ef8 -size 52643 +oid sha256:ef605a29485f05924061a9d05e01830761e2d990b301341c7c7874d18bdafc42 +size 52630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-en-GB.png index 81f3fb07c..cf0c7ef47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c411bf5eda197e1e908fa43fde36a69452a89d75af05c4f6ab4dce123ec895ed -size 192473 +oid sha256:974a9f520d3bb194a1880b00ca172d57e4e4320726d1ca148091a2f091258028 +size 192443 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-pseudo.png index 8705a61f5..bf0d13dca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9b23f83d44ddae1c8c622dba1a2826cac9b422e0bebd4672fb9cca138d178c7 -size 231133 +oid sha256:fc1ffae49e5edd71c3c567241e66f26ac860cb76c208387e07ddcba3d9d1df0a +size 230883 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-en-GB.png index 64925e5cf..6d4093d0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd828c2af3bfa229232a5d116512fcea7beeb737c23b680427fc2e144560e09b -size 130499 +oid sha256:98b5b32440c1451d9f3d4e9a06517f89ce2494767de184b6627ddb352ba253bd +size 130486 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-pseudo.png index a9826d0f7..079b9209d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b90640e767b3ce769ab1de8b0325828c19f049f0b90f8119e6ca8ed756799b8b -size 162266 +oid sha256:4e0814e128b87dceabd9c82934411db40b431d39275ccbef0409e05cb126d364 +size 162280 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-en-GB.png index fb07657f3..dc3e34a58 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7db65bcd1b3e870e43b29eff864d2fac00ab9f84bf72bd3c84212ec5cc43822 -size 207608 +oid sha256:ec8fd327fdbf4e75a9f6708de51c386c6e7982f176e501b34866ba8610b4e3f6 +size 207594 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-pseudo.png index 783ec1650..6a027b0ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:082260da76d499c1cde6e6387e99996067e20c56825826ad4d47f3fc44096d00 -size 257209 +oid sha256:b97fb9d6dd7a10ed7a73654ce2b4d8e383e958d20c1526f86ef1369aec74abeb +size 257195 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-en-GB.png index e1e1eb323..318543322 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0630f7cb1a8d364b3ef59c8413c49b40b00dd943c009dad007d714990290bade -size 143843 +oid sha256:08e4ea4e5ad562401f087af3edeb443db2831ada431184c8aec524a7d4624e1c +size 143827 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-pseudo.png index 372b72510..adb049eb0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-multiple-spaces-members-room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1e065042603a10dd181512b014c04ba57dcae5b8e16a9424c403550d73ee3cd -size 176398 +oid sha256:e168826a788c4ecc1f55548300ccc6c7087cb4b8212c5f4556ad58e6280a76ba +size 176368 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-en-GB.png index af1668934..ab65c20fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:546733daa2143390c6550ebe5b41d8f0fe83b60fe325fea2e432eabad376bbf6 -size 194529 +oid sha256:e53619f1bfb7e57bdb023115a7d27dabf8e4787bc9e233eb891556cfcbd193ad +size 194508 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-pseudo.png index af37fe945..f85fbc3a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb89d39939e2a4b50166745251ab1524235d54dec0364e7920329576ca0ca0d6 -size 244893 +oid sha256:d4af5eb9e3b32c48a5e29e94def75793333e6e823fb3f4bce28b42d3600aa180 +size 244860 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-en-GB.png index 16fe18882..ef3c494db 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc16ffbfb929da5304b828bfe3ce18d4fca23846fef5049d720116e7aa4e208d -size 133218 +oid sha256:dd9ee438ee2d300e22ceacf0c6b2261cf9e4fd83d05ac0c284d7becc90225d2e +size 133174 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-pseudo.png index 93112b49c..8cda1eee4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Ask-to-join-with-single-space-members-room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e30842c1dd083594384cfb642c65053a565e84096f865f32a7fc7fd9684f159 -size 167133 +oid sha256:3d41ac93241075d042cc10b174adb71ff9b33f7a05763e3cdeea45e7cc56070b +size 167085 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-en-GB.png index 010aed1ac..eb44f489f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b88639dfbcfb991e1fdc9b8ab12ef6899ec1c2891ec2d71bbd890ac31b9a92a3 -size 170519 +oid sha256:e7d069b665b46532a9feaf72ee704419ccbe3179d3ef2a0520b2ca796ab79eb6 +size 170492 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-pseudo.png index 64e38ee03..1c2aeb627 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9498096125350aeb046305629a057469ba892a96b493686dc1f7085aab25c3e5 -size 211562 +oid sha256:f382ab0829a929b3916541c3a6d60ec96cf30c399886069c61a1871e59220252 +size 211330 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-en-GB.png index 2b1ea23e6..f9112226f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1695f51ac1a64867cac8057b2034aa3b68092c935b54fb9904f863d5c9bb86cd -size 115951 +oid sha256:0eba77c02db54d6975813a51c02e2e8bc99927ad4112173e8ed5cef2ddcd4a4f +size 115968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-pseudo.png index 125ba09c5..54d9ceb72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Multiple-Spaces-members-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bd29befddf69996d435ae4254d039e54ffd6d8fbafc2d16d9f3516a4963a926 -size 173992 +oid sha256:b7beb228b60c8e3f91f0e0ba268ce7762bf661fa5727e64f7478ee36d8b7301c +size 173956 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-en-GB.png index 460573145..2c9e233a5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae381f3d294ca9111f67997d178ed130198fe5f07bc1ba316a06e78e0e9c5825 -size 147056 +oid sha256:097bcde6736830346dce51e035c167b17247932148628da27a0438e5a9ff5af0 +size 147038 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-pseudo.png index 7cd99760d..89c502779 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9435b67d6c47efcff596ee12e1687f432b1096491d333663af73cc99b00fc420 -size 176337 +oid sha256:c949b1c3a241d473e4a3da80d0ea37e6bc50028d6ccdca116bbb3b5974417592 +size 176078 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-en-GB.png index 3de08df67..c3901d4e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d6452c95bd3369ee3250d2160c5bf4f990681dfabc9e890d526b6fc6c2c2bea -size 91374 +oid sha256:4587189e57ea6337653b1971d2ca6c07a6e4b8bbf8ef368a3fdfc722d7828893 +size 91392 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-pseudo.png index 11388bbe6..e2692269c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Private-invite-only-room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8859fe9ee910afa1f1c707c8c773fa8a7be45a639847a002ea1cac5ca1c882d3 -size 131379 +oid sha256:0f3247f83ec948f9f866ebb2adea125de1326550245dcd9bb73546b9de6f5a2a +size 131370 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-en-GB.png index c5244f679..a6cce2bb3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ce01d2f033e107e9aa9129e434002d42429d33e1c3239db6687488a3e49c81f -size 196696 +oid sha256:3c80b7b445a71d5a0c94351aa1b358ffcae5fbe995370949ac37e81fbad3db5c +size 196661 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-pseudo.png index 43316d576..e7232180b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7983552fc0092adea522dee5c379f215dcccb03b832b2b392b4c93b737bbf9f3 -size 248818 +oid sha256:334608005ca4f52285560d41da7d7a0258ff45b6637e70005cfa519acea1214e +size 248754 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-en-GB.png index e934305c3..32d753401 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70a0a10db8d1ed541a8f06ede76e0c526345fb890fe60393cfac25d8d7953bb9 -size 132979 +oid sha256:7699c6fc45e06bfa373c7704162ea5a4bde2893740c371b7d1910544c5a184f3 +size 132972 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-pseudo.png index 632f363e2..ab8e1ebe2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e86d3f569b7c57fc55a048e52e30aa6b3cc079d21498b99dd6892949f45d1865 -size 167836 +oid sha256:72a140ed19dcdefb48da6b0b5ee17311129f0907c1edac30fb62ab2d270c8896 +size 167855 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-en-GB.png index 22075424b..78dc69353 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2bfadfbd2b5fceb741a967b2fdc17aba121ed4622ea0b5192a533355fec32192 -size 168857 +oid sha256:9a25c6df8affa3f9de5c40a797fe272adad40c634dbf89bae6cee900764612d7 +size 168816 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-pseudo.png index 2c347a120..a447c43a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:833cfd33f3b98a8e4d5072b064ddb848cb6b884d67fb66252df5311dba60a29e -size 214490 +oid sha256:37d92a85297fccb2c292c3ad3daeca7341be5ee6ba46098f202f25d9f5509369 +size 214424 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-en-GB.png index 8c58d4f60..755ab4114 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0009f982c81bd1aaaa63461c502f036e7f1c93534d3ac83d7df4afb752eb341b -size 114050 +oid sha256:d475e2a4c7a3f498b30aa05e363644515257aeaa89de0175c87425629c90275e +size 114066 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-pseudo.png index c5462fa21..36a9de06c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-room-without-address-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e64eaf175636247d7ff8a5337e7266a10669464688d1bcfe63cc583328aed332 -size 152430 +oid sha256:02f75137b8545136c2e69a16f3c74619825be5f30b30f0a442ade2f56f3aa123 +size 152420 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-en-GB.png index 2187c21c2..b6debcec5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7f0bbf1700b72323d01640b7dbfaa573df891b1b860c8d8ddf338b8706f1d28 -size 150305 +oid sha256:e7fed775828fedad7c664db0578629c150fa5721aae3ff93f97a7dc8321f1b49 +size 150292 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-pseudo.png index 365b03e8a..b2503b1e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d823f4d0482dd2eb27d74b562c5e27f6ed00764e97bf64cafd35479519523d5 -size 180665 +oid sha256:fcf8ea2ae117abb60e1f3c491f4ea9480426a29b24822b94d6c4f273acb3475f +size 180641 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-en-GB.png index 5f1e52d6a..dc0970293 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c532474c60b20bd0128fc04cb90754c1ae26a118da27f3e8b676cc7977ae943e -size 103125 +oid sha256:5d282edaaac8994a50bd0b5fe3e3340217bf2e4822aa655d8d538fd37b0c9503 +size 103145 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-pseudo.png index fb5c1e18c..9263596d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Public-space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6c05ce2fc6febade0d549a79ae191a413ac529dca19417973a2679ab55350af -size 145686 +oid sha256:824706734b8559792a8e7a3fe758337a1e28ab3a2bd4be7ce846fd7e328ee351 +size 145667 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-en-GB.png index 22bd527e8..138f0dc4d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:523ded048d1b0efb9df295abce1ebdda0870a7470dd963e1df9d9d60b3ee752b -size 157655 +oid sha256:096a788cb49a65ed55b083b7dae228514e153c83cf737d12f0543fa200b6932c +size 157617 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-pseudo.png index 50ad14045..938abbb51 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae3f3f20a609a436b8690a48426e01962199e3ba53965ed446147925af56d8de -size 192794 +oid sha256:840853da7a558f869419d90edfb73d9b132126ccf28492bf8ecbc75cf44a00a5 +size 192519 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-en-GB.png index b2834c8a2..e3432d363 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9560b4a455c53d5e2b7ff6b0b74dee4750f87f9e5925a883a6acc266406917be -size 102547 +oid sha256:f2d915597908038f66ad5ca4e974729b836d58b09b0206549f222aaf034f5aeb +size 102540 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-pseudo.png index 14932b56f..786be35f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/securityAndPrivacyScreen.Space-members-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aeb32d45f7b1698520604065bc32a422e746f3ab2bd5f0a5c619cd9013b93f01 -size 149570 +oid sha256:42cd73348e2ace09b0d403237ad35f1c8064c614ae08cda0e0acf8e7fe3a2c56 +size 149527 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-en-GB.png index ace61b603..7fed073ad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a90a6bd5b50f0c270996ded0adb491039f8cd6dd696a52246fd7e091dd505ba -size 96683 +oid sha256:3c4f102a322d0afc5baafffa58bf22b90eb5ff4746eb5ae3ad106e16bad19f68 +size 96668 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-pseudo.png index 4ca9b9278..fbc0c6e06 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2d2c70eb13e46904074cfe4b9a7b0a90e8d5d0f0a58e870bba3c48c980298eb -size 104195 +oid sha256:a6dc166f87cf0844e755014afd35ae64d0798f82670b3b7b2f9972d7677ed6f6 +size 104179 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-en-GB.png index 6c516450f..d62972547 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dc60024eae0af3c06b3dfa704c0ab90768cbfa0bd3b7387e6a113489225e681 -size 53601 +oid sha256:c56d888564f56c17f3ab82c96d8ee153f9d6116d73c9718f8ddbfdb2625ca551 +size 53621 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-pseudo.png index cda6586c0..afc01aad8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Known-Identity-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d740754726b64c1a72497817003f4b7c96101fe966667acaf54c721e60f0326f -size 66839 +oid sha256:c3da23af6e33c17200baf89320cf0ca8ff1e1b524c9c48305bb1d6c9ade32dd8 +size 66822 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-en-GB.png index 35519564b..2687cf816 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fa0aca5dc6c594440ac0992afb83cad577f002abc84b63aa753d0b5e0e4f78d -size 103351 +oid sha256:b725ee09f56da55b4dea6a8bdfa8ba5fd1d3254832c29e34622226bbc188defa +size 103338 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-pseudo.png index 1fcaf7938..ea7ad42d5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26fac79b2439a30f6f4a3850e2105a7b396c82b63bac87c7147e0de85210844e -size 116096 +oid sha256:6b52b84f5c026faa2b4f14a3d20f2d61e9e941b82afc288d599fdd3b083d72f9 +size 116100 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-en-GB.png index 534abbf82..66e885595 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8235d8f2ce0f4f1187534209d3ab6ff7a21dcbd49f62b6ac2b8e6d19984c9af -size 61539 +oid sha256:ae24a3d080aa9cddbc765adb611bd686df9972b51274023b6c3cad93f6d93de2 +size 61544 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-pseudo.png index 1275969c4..411648b96 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sendInviteConfirmationView.With-Unknown-Identity-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9deea49513c330d3605f484f16b87e525dc49ec9892980be73740ca14d69305f -size 84901 +oid sha256:c70aa3ce54b962f145e32368c0ffce82350fd4814bc7daca1538034b8c79eee9 +size 84905 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-en-GB-0.png index 42f8aeaf1..a54406549 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f106042c8e2bd09f7dd7c2e500d9cd51f795eb84e59b038b532ca8ab86ae3e3 -size 68347 +oid sha256:b3d0c387230216e9f6333ddfd56ec733ad95d30737b8a699f9a73a87972a2494 +size 68349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-pseudo-0.png index 42f8aeaf1..a54406549 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f106042c8e2bd09f7dd7c2e500d9cd51f795eb84e59b038b532ca8ab86ae3e3 -size 68347 +oid sha256:b3d0c387230216e9f6333ddfd56ec733ad95d30737b8a699f9a73a87972a2494 +size 68349 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-en-GB-0.png index d4026a22e..1c47aa7ff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0a1a4493ccddb0149b095ab2eaa7ca14043436d80584a5244db7d9899977fe0 -size 27936 +oid sha256:6a7ab60fe1d64f63e50d800dfbb9be42af1786eaac66937a3960ffe2e450f08c +size 27935 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-pseudo-0.png index d4026a22e..1c47aa7ff 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0a1a4493ccddb0149b095ab2eaa7ca14043436d80584a5244db7d9899977fe0 -size 27936 +oid sha256:6a7ab60fe1d64f63e50d800dfbb9be42af1786eaac66937a3960ffe2e450f08c +size 27935 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-en-GB-0.png index a09075e9f..dc369e05d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:636a442cba297be374f443969984fdb2dcbbf1c1cdc567165bea6031a9986561 -size 72119 +oid sha256:989f12dd57c0f7f29f761aeec3f2645807f3840230e7e346d6d2fd93cfe38e12 +size 72126 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-pseudo-0.png index cda581b1f..dc369e05d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c244c3d942e34e4a54a07fef6d90f8e6b292ea4f8a79d88c14dd4a38ea0e8dd -size 70977 +oid sha256:989f12dd57c0f7f29f761aeec3f2645807f3840230e7e346d6d2fd93cfe38e12 +size 72126 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-en-GB-0.png index 03e07b973..7f4f1b8ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbc824e1931754d0c56d5019c0c341714cf98c24f6f048d4066e8ac813d6c815 -size 30604 +oid sha256:2241bc65dfdffbb72f0b412516f7a74a7d59a6f2a106ce654e512800fab8bf37 +size 30605 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-pseudo-0.png index 2737af5e1..7f4f1b8ea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/separatorRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7647c90ac369edd5bbfd9e0cbe5a871791f871d16c8db511f1d4b95a6bbb24a1 -size 31058 +oid sha256:2241bc65dfdffbb72f0b412516f7a74a7d59a6f2a106ce654e512800fab8bf37 +size 30605 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-en-GB.png index e14b08ac2..ba7b1f7e2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce0a0133a03cc09083ac292d612c493390f523c4ddec539b51e883e4fc775a4f -size 102444 +oid sha256:2f27d379cfab2f1a6051bafb477659476a7cc6b49741aa6324b9a398899743fe +size 102448 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-pseudo.png index f6a64d285..143404803 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c13ca1ebfdac343a09c642428e320d7b2980db7935f969c9ee43da18d23f94cb -size 119860 +oid sha256:6b81a350c87e4507538d1164e4abee2b20744cd4d39a1fbe2e11670b964c45c5 +size 119863 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-en-GB.png index 3e2c30381..ac1baf161 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14793540effcc397d6cdceb2c82392d80bd1e4f47123c553108799dfc9b88dba -size 62879 +oid sha256:d13b5587f99e70f5af6ffa67dfed0ac1e86463a3ef5945bffe054882741b81ac +size 62912 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-pseudo.png index 271641443..6b84f7020 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Login-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9492cc4d84859cb381c3fa251dcd3bc4b135758ce205c4dc283a569d63869ae -size 86662 +oid sha256:fe55253bdbb21c766fd15417e3f8ab7eeac82f3e6454fec96256eca4c936f611 +size 86722 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-en-GB.png index 420493804..3b87e2f0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35ef10fd663b86adbcf0a559d0e9a3328742c2f5f6360cf5caff24d3b87249f3 -size 112328 +oid sha256:e92996d46d24a2af5f482f1ce284d58f0ffce48b445651122a21c15de4f63a8f +size 112413 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-pseudo.png index fbfab6a4a..1a11b126c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:deb0f568b3f9f9549c8cc5ebf56ae0c46f6d56c0be0f2e72545f47178584943c -size 114207 +oid sha256:21a3903ea3f07a73c627220ca5923c95650e3292b0118a7886d25156b84b13a5 +size 114289 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-en-GB.png index 894063690..7d7bd50e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:640c527d167688b4b1ca020a01aa72a853d883183c8e3710c3e945b59161d537 -size 60943 +oid sha256:8878dce76865b60b10bc9e73348cde7c4275fa31b494f80514e9273a2844d1e9 +size 60939 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-pseudo.png index 49c3d5fab..b1f279dc1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Picker-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb63513d30441ba654970753dcb626ac95c63f82447a84ea922881459e9aef72 -size 70019 +oid sha256:0f8346774844ac54be9a52aa8e82afc26ffb57cedba65d3f56153929775bb5e1 +size 70029 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-en-GB.png index cfa3f747a..fc14841a3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bdb0be6f7dc4c46f1757348882d6e979f76a966c458a7feef59cf778fa0bd034 -size 108132 +oid sha256:728f62529a6525f905d3c595b2dc9b5c7d9298decb75c627c404d7acf421718b +size 108154 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-pseudo.png index 4ffd7a169..cc2337488 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:341a9102719819cc202d1002e2d6265bef771d849afa2b739fc0aa5547d3158b -size 133079 +oid sha256:00d7ab6cdc91aa264756e850f9ed2eecd54bf21b0bbf91faea6a701b86b020c4 +size 133098 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-en-GB.png index d686c7b26..ca3e30da4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cebabea7619794ebe1f86bd8b698d1652b8b3d75558e457ef9b0f2a782d5ce7f -size 67993 +oid sha256:4a59fd2dafc033210c6e8e723ab37099b8f7e7f12382d1a0fb2d7c70a4947207 +size 67977 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-pseudo.png index 679548891..9de1a32aa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverConfirmationScreen.Register-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06147b1c1c164c0b408da2fe8ead78132a33eebdd38808955ad380e272555bf0 -size 97512 +oid sha256:7911437071e4ec2b83d685a4e89050bc9853bc82944bfaac6da9df662d05d527 +size 97511 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-0.png index 8d8c35efc..a66cd2308 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f108438e11f42d270e904e7103f22b789f68f4ca22b53f08e604511316a81a79 -size 104923 +oid sha256:93a068e32193731865a0a078cd05fec555b3643fcc054e2a51fccdeaccb6ffbc +size 104902 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-1.png index 7fca42d1e..8346c76d8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cc7083f11056a91733e6adea256cb10946142352d31f5dbe8ae005167b7a91a -size 102297 +oid sha256:a81039a39324844c8f5bfa587af29b673c5a5cc63fc910d0a2c2c18c959d1a39 +size 102281 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-2.png index 230b666ce..aa08d7876 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42a9a81106c2c48c879ed7ca9c21c2e25f7681badfb86036a9fe06aef940068b -size 119622 +oid sha256:2e461423727936b41fc013a538be7ea7d7d63b36b5df0ae0cd6e147316ba0511 +size 119591 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-0.png index f171b70d0..cbb97f307 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93a0fed204f2ed74d6d19ec8c7b4a6980e5fc4d6d127691721b3619dfd1e0eee -size 113672 +oid sha256:7f48141d04772e2b926609cf45375b290cbd2eb3e3501258a6677e88deaee62a +size 113666 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-1.png index dfe638789..3389165f6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81c5a1e4b015984f4afc8dac7a20fae42b29b846af2e645bab44054fd5bab46b -size 111229 +oid sha256:ab26ac3d03baff78c88d7a58366285f35dfb94ed2fe63c201304b1c3ade1e39d +size 111225 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-2.png index 18023dd06..53bd615e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPad-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80fc07bdf3254924fa214ca59c18084d143e9902900b7281e186d6b0f3b7e505 -size 145176 +oid sha256:98b5540ca149920e1de8a91e01e260ee1f673650ee3fcec258069742325f84e6 +size 145152 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-0.png index 2b5d696bf..718e12740 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f65634e0c9dc4148285af62fc21f2297018d77f67bb2cc7c1537d1d9dd99909 -size 58137 +oid sha256:deafe05744c9a4b9a2fa84affde0846d7382c85e74a7bab047cf56a1bafdd926 +size 58136 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-1.png index fd796a369..8d33c3d9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0b466c6771c2aaf742250c0e8338573f431d10c8ae18854b8ff8e066c9009b8 -size 55873 +oid sha256:b0b67210710c1941c3e2500119f58949096b8bee7b6eea4be708a6bc07f5601e +size 55866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-2.png index 5e3a6c05f..9f309767f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed35d6685306e5ab4f4c92308744925c9bd2020026579c6ec2badb4263fa74ae +oid sha256:68cfda59d6944c0ddc4387be699ffa899b4aaaa3628c7d15d11bfbcf6f484d63 size 78798 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-0.png index 5bd6f7664..f260514a0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a200b2c9e57e32a87c2f8709b3edbc303fe5cc79bcc818234a8911476d89d1f -size 71090 +oid sha256:f2b74903d67b958ef96dfa90e928a923dd606e46d44192202792823cbb3530d8 +size 71089 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-1.png index 003bc1210..4ef4bfcad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e96e8758c1b8734d62b0d31df0e82c3266f41b670fa93635a428d4561440762 -size 68903 +oid sha256:1a0b30b62a4f660b83eacb3e06274d7ff4ad0b49c77444fb8c7de04790507f32 +size 68888 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-2.png index 4dc27dba0..5530a6537 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/serverSelection.iPhone-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e74a13d161e029f08d64d6edb353863f8d2e8e591208993cde18afd34714b553 -size 111292 +oid sha256:9653c1eade5071bacde6656eba3eaa4c64a98709d1d7239e15d03590eea88f2d +size 111265 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png index 01c159d27..315083e42 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e023e22ca77fb0f4c1f9f36fd40e480ac175bc10acaf643b9a04b071db556183 -size 153946 +oid sha256:b7263260097e434c063ee7b2dfdb01e76c745f31eca3e413baf92bfe90502c65 +size 153949 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png index 9a0ab88df..6af55ee75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64cc0e4648c28a8dd1b5039cd0f196bd57f6f3cc196c85aa1924284038771676 -size 169907 +oid sha256:b0fe3439b5cecac08f9763c51ceb177fcdf2d893a110cb8f3eea327e4efe34db +size 169904 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-en-GB.png index af8f3e732..7d0b7e093 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bd106f5c1dd7991697c269de8fc55bfe7d65c7d00d75d0c52561feff0b8fa19 -size 105825 +oid sha256:dd634a707a83518983dc11662c62f34cef15c03d7a6485203a317e3e858a3bb6 +size 105811 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-pseudo.png index 641aeab05..1867ebbc2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Challenge-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70ec56b7492b28480f83393057b2d286cd3ecf5ea29384fed874b3279f42f45 -size 122190 +oid sha256:304fcbdf91129a51ffcad49da24b93aaed86bbb425422d3c73570ec7e3f955b4 +size 122173 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-en-GB.png index 8bf2678bd..2a0563902 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fadaa19ca5afa5ac3f165b9c7a0140b9a87370ebb9419de398cef9da18735482 -size 127817 +oid sha256:889ef745d764fd5f536be4ea7edefbc549038be15ab839a78fab300a46305b14 +size 127847 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-pseudo.png index e8f6ab12e..e26bd7df1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2427eebcb8acb0582859bb77c633b1aed6dbf5cec9f93cf1ca8faaa4a98f6a1f -size 149860 +oid sha256:1b33739a9cab173f86df798c4bef7c0b4669b5ff531f29551c53e4371f5dea15 +size 149879 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-en-GB.png index 6caedb07d..c41616fba 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:803e2c17451b95dfa1c8fb34e16e3a17d1fb951b0f082faaf5025934e0b29b06 -size 78783 +oid sha256:683b6528e3f5d76c78f8a9815429c6e5abe67973956af50784166023747c1685 +size 78772 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-pseudo.png index 40e59d2b6..f883d3a47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Accepting-Verification-Request-Device-Responder-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75499d63b5ea67a0f93767ebf759973e82c2557dfc74ce088ecfbc244948ba05 -size 106677 +oid sha256:425bf95985aad180976adbc373cd334a7be1a46a45d7a0e46ee7b064d58a46e9 +size 106747 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-en-GB.png index 4ac0cb932..a4958d53f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94a1396082e011d150242e18a5ae9f1f0a1aeb281dcf4714e0d99bd75b16e6c0 -size 93935 +oid sha256:63165b9263381cfaa9b5a7e346967c2b2be6ae1fbfa7cb41552be21bf4b098c4 +size 93952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-pseudo.png index a128feb3b..c749f969e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef8e3bdfd982903bd8187357221c903908c3fb2665056491b3d394fc28662e0e -size 107583 +oid sha256:ed3a2cb1040109631cd7ae08532247877f5e4c648f8d66a68467fa5db46766db +size 107617 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-en-GB.png index 183a3302c..26dbfbd34 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bef030eb8b2f471eea51602b36d1bf1d530bc489fa2645fe8ae6415acee621b -size 51717 +oid sha256:9ffa499be761bbf74f4491af5d8a16d36ed27f83693120acfcf6a504e2a2bbbb +size 51711 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-pseudo.png index d8317eee9..c475ce846 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2160babcd1ca17ac4e2b166f2e3cec18ba98d906cf617ee7ada44a30a60a0d0 -size 70590 +oid sha256:d2dad1d7c53f17cbce10640978894dda4e96295f57f29a3a34252da391f1aa1f +size 70580 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-en-GB.png index 57aa52b55..4e01355e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42742fd4245cf07e78b0dad9ea8a056b3fc8b6cdb0333da45baaa7cc3fdaacfd -size 100907 +oid sha256:da990488b467c436cedfea02431c912f8dccfbd9337a75fefde8b4ed4f214ba8 +size 100915 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-pseudo.png index 7b8316db6..d52134c5a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86ecc041582db61c6b3856676484c384217be198f6f3706711492f6dda30a4e3 -size 121768 +oid sha256:bf62bb6d3ceaad192c516eb5904aeb25b476d164f567cde75c73a20e2f73258c +size 121781 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-en-GB.png index b2d5f34f7..ddf7a2a49 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cf242dd449a7129346863b15ea60ccf2702c007d695ab5ff93c13918dce9f56 -size 57801 +oid sha256:189e4d1a3ab46d756caad9d1258519d7ced32f647b9ba902148470c62f8fd4ed +size 57782 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-pseudo.png index d647af4ae..d5ef03567 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Cancelling-Device-Initiator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b1f8b31845c99692c2240e0d42e9a8f548ea06a65aa96a2cf0cdfc99d0cf3cf +oid sha256:f803013a2ee1fadf79a79655884c960704bd4f3898d35ec6c3cd3a358ead1acf size 81641 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png index 01c159d27..315083e42 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e023e22ca77fb0f4c1f9f36fd40e480ac175bc10acaf643b9a04b071db556183 -size 153946 +oid sha256:b7263260097e434c063ee7b2dfdb01e76c745f31eca3e413baf92bfe90502c65 +size 153949 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png index 9a0ab88df..6af55ee75 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64cc0e4648c28a8dd1b5039cd0f196bd57f6f3cc196c85aa1924284038771676 -size 169907 +oid sha256:b0fe3439b5cecac08f9763c51ceb177fcdf2d893a110cb8f3eea327e4efe34db +size 169904 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-en-GB.png index af8f3e732..7d0b7e093 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bd106f5c1dd7991697c269de8fc55bfe7d65c7d00d75d0c52561feff0b8fa19 -size 105825 +oid sha256:dd634a707a83518983dc11662c62f34cef15c03d7a6485203a317e3e858a3bb6 +size 105811 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-pseudo.png index 641aeab05..1867ebbc2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Declining-Challenge-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70ec56b7492b28480f83393057b2d286cd3ecf5ea29384fed874b3279f42f45 -size 122190 +oid sha256:304fcbdf91129a51ffcad49da24b93aaed86bbb425422d3c73570ec7e3f955b4 +size 122173 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-en-GB.png index 5fb92d14c..d0638cef8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cd5a20854ab8d261490bd6e48f9dabe3af222447917bb75108825e9a1e48cd7 -size 100872 +oid sha256:060d42dd53f05e194e48a30ac48220c1c994bb8f7821f46e96e484d1f9875c4b +size 100863 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-pseudo.png index 40c1bb6ca..1414c04e9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fd414275be35f6c2380dbe35cca8058e3a90c59dad663561929e518cd90522f -size 121720 +oid sha256:fc5d93c87f6b6879bb67adfd626d0327fd441c1e49ddf00a0487b5a800c6ef01 +size 121713 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-en-GB.png index 104eed259..e26cf94e8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:074cf4274edf48c7ca983dd6b626b59aff4dde4eb111015e8c30b7ca36456283 -size 57837 +oid sha256:a35d771f4fa06fc4381e94c87ff82423499998acf5af4750a4dfcbc6a725fe81 +size 57840 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-pseudo.png index 7dddea16c..269923b00 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Initiator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a64b3a3953c4dc5388a770b29472931543ab481b78e81cc2dc43d9ce7dd0530d -size 82004 +oid sha256:98b8b0fd046ddd12d45e3fd281b93033dfb796d6a56acc175abca990135463d9 +size 81983 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png index f863cf923..cd0b25ad4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6161a42c95f0e5be6ee0d72d4c7fb6f35b54792e80747786dfc1e3db00c84f84 -size 127877 +oid sha256:bfa86f004dc36cb9d327fb1ec916dc501f724c20c6e2a38a8ca0825274eea3bd +size 127896 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png index a74907535..98ae36015 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:746fd9e8cca6294e369e9e020f6b79ae40c299e0bf0a7d97cc4649e9cd347c18 -size 149982 +oid sha256:ba926c08f10cfdf31da7f9b325ad81548649cf1378488d73a0c9739fd9a353df +size 149980 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-en-GB.png index 1868275e9..bf99d8337 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fc46ce94a70c9c339571d6edeefe804dfa004ffa013a2906ff8eb86eba58d65 -size 78831 +oid sha256:539a3bff47bcf6dc68ebd8b847eb87bf2614c0febc66fbc48c8bc561ae8680fa +size 78839 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-pseudo.png index 5bd9036d9..29999032a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-Device-Responder-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ddeb2b6b8bcad7b969ce488e11934c639ff551533f02461ca37ae6b377bee11 -size 107138 +oid sha256:80a029cc35a25a0caf676c9ed0a9e23b97becbb4576e660908a9fc495c72bb7b +size 107184 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-en-GB.png index c0e4a7d7d..bec050ad1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5245eacd0c6ddd7058a73b29691d88a6cc12d43f41b3aa4e29d0c661ceb1121 -size 107316 +oid sha256:d98e09bfd2fae5e98773f418f778919130bf4b32e1e73167763c35e1582d5c34 +size 107282 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-pseudo.png index b6f898560..3fd8e4c03 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3482fc9dec655fe263a15319554d5eba1bf1dde9233a7cd6e0554f038d2baff5 -size 128925 +oid sha256:07974566e8747bfb042446cb18dc3aa1041e810bee290fd1a0abd5adfe94ca33 +size 128924 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-en-GB.png index ab80792dd..b53887746 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61bd9c10f9eb7dac5dfce5845fcacec94fa51ab636baf832ae7a41f23417b5e3 -size 64977 +oid sha256:82b234d6dff0bf8953f6d4e50f7291cb1f256f4fc8e207f5944b8b84c24e6e5a +size 64978 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-pseudo.png index 68530c78d..383362e5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Initiator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de92e9c114f80b9cbd664d98f6f7b69e3459af490f6fcc39e9c522f37d54cb80 -size 87600 +oid sha256:af8264d36d2bfc2c79ce33d90c1a134643c1048ac9dc6e3cb4b4b3c26a21b712 +size 87638 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png index 597d7434f..d00cbd6b1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3159bf3b6fc15ce5ce18ce89ab5d6b4d14a953cf52012f4ca8a92fed97f00fc1 -size 146259 +oid sha256:66fc250b7eac96b88304326bd1c06205acaae326dd057dbded6af76de15b5e18 +size 146467 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png index 9b79a8c43..15497e6f5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91f05575d24c71914714ccf4cb4d4c88dc48e76248c86670d0a8f81cf44aca30 -size 165708 +oid sha256:5577519536b2ecb940b4a5f6f85a18db3ccd5edf28d0305e2a49c49c10e5165b +size 165885 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-en-GB.png index dadfe7cd1..9499db39d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5823cd9ab3531f855d4b05d073dd1ced9918bfda07e1a807116e66bfa3b2185b -size 97409 +oid sha256:8323311ff1ddb0c390472cdbeba0888b8b256fa90ea97c6f74aaa63243999be4 +size 97483 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-pseudo.png index 16472c215..9ae48fcaa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Initial-User-Responder-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d2e5770840eb267a0835a301cdea75ceb47adac9875b216b45fa0ab073f7c17 -size 122305 +oid sha256:ef36fa01b8c2909aed3cb248a675449896b575fd209c45174eed9cbd6e017917 +size 122399 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-en-GB.png index b20d03caf..8823dd096 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afadc809a033e6146603cdaf7e2eccba586974b894c89cd466468db52ae20691 -size 107351 +oid sha256:592b711fcfbe0d2420a32f1e5d0cdf2d3e0f99a23346fe8e70d5af85894a04d5 +size 107334 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-pseudo.png index 4cb574e23..f8864e937 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69b143c9e84bd04939e29bda37568bd0f3660b0ed773d1a263eff46f5245d484 -size 128973 +oid sha256:b36a09983f623c8d3e5b05522cb9964c2b8529f0d35b4e4974bf459316de8866 +size 128992 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-en-GB.png index d98b66762..a320fe02e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fddac8821bbb5a30af63cbbbb38686ea301b71bccd69d36d4731a889a92a72d -size 64941 +oid sha256:b627eb88651faf60bdf5c120102753086ef51227ed37d13cbba8e8d030be678e +size 64920 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-pseudo.png index fca2d6dbf..ecef04695 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Request-Accepted-User-Initiator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5912c829d0a8ebb5dbf63b8feab2313d59a06c873e8e7042a93129ab36ae7f2 -size 87237 +oid sha256:7e5eae33c41c0cb1dea1f7798c0cf563b668f292b74e99a81da7b31008060cb6 +size 87296 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-en-GB.png index 57aa52b55..4e01355e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42742fd4245cf07e78b0dad9ea8a056b3fc8b6cdb0333da45baaa7cc3fdaacfd -size 100907 +oid sha256:da990488b467c436cedfea02431c912f8dccfbd9337a75fefde8b4ed4f214ba8 +size 100915 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-pseudo.png index 7b8316db6..d52134c5a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86ecc041582db61c6b3856676484c384217be198f6f3706711492f6dda30a4e3 -size 121768 +oid sha256:bf62bb6d3ceaad192c516eb5904aeb25b476d164f567cde75c73a20e2f73258c +size 121781 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-en-GB.png index b2d5f34f7..ddf7a2a49 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cf242dd449a7129346863b15ea60ccf2702c007d695ab5ff93c13918dce9f56 -size 57801 +oid sha256:189e4d1a3ab46d756caad9d1258519d7ced32f647b9ba902148470c62f8fd4ed +size 57782 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-pseudo.png index d647af4ae..d5ef03567 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Requesting-Verification-Device-Initiator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b1f8b31845c99692c2240e0d42e9a8f548ea06a65aa96a2cf0cdfc99d0cf3cf +oid sha256:f803013a2ee1fadf79a79655884c960704bd4f3898d35ec6c3cd3a358ead1acf size 81641 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-en-GB.png index 8bf2678bd..2a0563902 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fadaa19ca5afa5ac3f165b9c7a0140b9a87370ebb9419de398cef9da18735482 -size 127817 +oid sha256:889ef745d764fd5f536be4ea7edefbc549038be15ab839a78fab300a46305b14 +size 127847 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-pseudo.png index e8f6ab12e..e26bd7df1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2427eebcb8acb0582859bb77c633b1aed6dbf5cec9f93cf1ca8faaa4a98f6a1f -size 149860 +oid sha256:1b33739a9cab173f86df798c4bef7c0b4669b5ff531f29551c53e4371f5dea15 +size 149879 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-en-GB.png index 6caedb07d..c41616fba 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:803e2c17451b95dfa1c8fb34e16e3a17d1fb951b0f082faaf5025934e0b29b06 -size 78783 +oid sha256:683b6528e3f5d76c78f8a9815429c6e5abe67973956af50784166023747c1685 +size 78772 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-pseudo.png index 40e59d2b6..f883d3a47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.SAS-Verification-started-Device-Responder-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75499d63b5ea67a0f93767ebf759973e82c2557dfc74ce088ecfbc244948ba05 -size 106677 +oid sha256:425bf95985aad180976adbc373cd334a7be1a46a45d7a0e46ee7b064d58a46e9 +size 106747 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png index fdd789a13..f656352d6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:615d297347d6104989ef86b5ede0176c66db04b8f7baa5ac30cc7683f4c0a510 -size 165692 +oid sha256:0968dbff35572b148312bafbd6074c8c482bb732b4c69564c65a5a560eb04ee5 +size 165659 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png index 425b085f0..3b5241e36 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39449c1aae9c8c39401cf0c81534930cb7b0911e7c56ff5894c3777519a00589 -size 182762 +oid sha256:80eb44508306ecc0081b2a389b2dc53172afaa8c024679dc5e26614d4304ae5c +size 182769 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-en-GB.png index 7620b648b..6729a97b0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cedb6719e23cd4c786a23f354d5d04fd20099f07ebd4d02a5f0a2106d7e1a319 -size 115429 +oid sha256:bd7fc72be9dbcd2409a118675a5357a8ad802195342d2d87d2c66bff1c65ab35 +size 115407 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-pseudo.png index 71bfcece0..83fe180d3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Showing-Challenge-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d680e1ec0908768ef7baeec2580e8d1564b1f56bc0efed89bc69cabc5dbd417 -size 134779 +oid sha256:a4d82a30c8c407366af50ec5fd037bc1b5cc6aacc748071b485bdb56da18db63 +size 134762 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-en-GB.png index ba37d6175..70a01d24e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d6e0c6c739346ff85a66908495b21826532bb32ceefa27f5bf2218438c41d52 -size 146197 +oid sha256:55907f8ac449f2985eb9d5006420fcf0bca0645d22a9b362efdc15320612f2be +size 146416 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-pseudo.png index ec3614eee..0e250371d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bea8c4ce2c1f652b04b3ee0d4d14edc6277dbac9fee444bd9ef042a40e56e0e3 -size 165674 +oid sha256:da38001e8d278b76f6b0d6a3135781e91f07e3502824a946c3898ac8af555012 +size 165873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-en-GB.png index 4a1ab1c68..e7bbc2a21 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9981b82bca9aaa74f65039de2606143d32c1db21ccde61d7512195f6809538a9 -size 97277 +oid sha256:e55d211cb315e3c6df2f1dfa67f6b9769ae63ea349575532f872f15982fd9b9d +size 97334 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-pseudo.png index d95bf97f0..ea65b7e49 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Starting-SAS-Verification-User-Responder-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b13da56064cdf582198dd37a627e0261d9683802c4f4fa72202652d81e2d1fa -size 121808 +oid sha256:4692766cbbc7e0603434cbd17b11584dcd721da22dbbd56ebfd894f3b7c87169 +size 121931 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png index 91ef20149..49a70a19a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8071dabab98d7ddd866ee2d79ef27808a774cbcb18aeaf01dda783dc301e3597 -size 84047 +oid sha256:be820d6ed93cee21d061b685ed0591c8e722a31aa5d52c8a2239c7b625fd3e9f +size 84032 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png index 5a7172ca3..d61c14032 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2bd5276ba6000f0a79e659fbc77d1b9c5b263e5fcdea42e74e42b5a15fba9df -size 94665 +oid sha256:0ec35aafcd62d0ad580c02ddb55b980e232976fa233a7f210ffdbbb2a0109167 +size 94655 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-en-GB.png index 8cfd1ebf2..ff50ffa1a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17843372660dd14299bd93688b436bcf4e40bd24c327e4bf7e4b0ed550cb1063 -size 43397 +oid sha256:cdcb2322ffae36ea404d293bad68a34ff1c7a9ba2bcc1c62288eaf41159d1f1a +size 43396 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-pseudo.png index 20347ed2a..efcfe8b89 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerification.Verified-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6404c40322b8c3e352e1860dc2453bc23ceefb356f7316a99d441cfdd8e1e2d -size 53372 +oid sha256:7ce2d72df731635946db7e5c882f6e0a02b98afd3e5e84ec734dfc7227933c3f +size 53371 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-en-GB.png index 6aea648eb..98e4e5910 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abd6e96cb2adf0dd806a97930508096ca053cec90d8e4a177ceeaf4cec02d696 -size 94369 +oid sha256:87b49fc647b1580de337d800cfb68f7e2d86f8991448946e36738a03dbd4bb78 +size 94378 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-pseudo.png index b00eb0156..181d1228f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8400503cf593273a9f6dfcb43f01111f672a84b2ae9fe722d3499242705ca8d -size 103027 +oid sha256:c56cbede85528df2c3e3a514fd1b078881b74c89dceed1ff39c916027857632d +size 103022 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-en-GB.png index 7001cdf7e..c26612440 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff063c2dab712e1a94c0ce21c7d76086bb61d3526284c7e6434017080beb530c -size 51303 +oid sha256:036c898d0b04c722b9100796da7b49b29ec6d872201888b30ad296d51bd310b4 +size 51320 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-pseudo.png index d28e79cab..8628a7d3d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.Device-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28b4a4b5d44dd63ca00fd561b9cc2955eb4ebff3df39b13810a22e792b05cd7c -size 60750 +oid sha256:c2a58118f4fd2f973f7e8f4b81f8d6a307dc4af6c24bf20bd4d99a5ea1fd6b1e +size 60767 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-en-GB.png index 85f2f88d4..c192b0d70 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a0c284b6ba2fdec51e5b59d1eb9fdb099a730c30c2c54cd98ee7c919c7607fb -size 107410 +oid sha256:98556a9f81c866b56075e992a9ad6de7b704d567e3fa79321e490982d46ccfa0 +size 107590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-pseudo.png index 85f2f88d4..c192b0d70 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a0c284b6ba2fdec51e5b59d1eb9fdb099a730c30c2c54cd98ee7c919c7607fb -size 107410 +oid sha256:98556a9f81c866b56075e992a9ad6de7b704d567e3fa79321e490982d46ccfa0 +size 107590 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-en-GB.png index a80290710..81dcf7d88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:456283ad536d066e32f8dc508130d679148563b29efc2bed57030edbc2a7b9cd -size 61491 +oid sha256:e89fa84d38e60b2c3c7312a52e20e5b32b48de21ac70784056bc94de82c2e3b2 +size 61577 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-pseudo.png index a80290710..81dcf7d88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/sessionVerificationRequestDetailsView.User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:456283ad536d066e32f8dc508130d679148563b29efc2bed57030edbc2a7b9cd -size 61491 +oid sha256:e89fa84d38e60b2c3c7312a52e20e5b32b48de21ac70784056bc94de82c2e3b2 +size 61577 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-en-GB.png index cac4916fc..23e0a600e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d05ee428d23ebc290c425da19fecab22f9de29e8095d711909e218b3f2193507 -size 148739 +oid sha256:65f56da71443cb154a57e811a550eb229b92f09490c72a5b9da536842c8e4ed5 +size 148722 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-pseudo.png index 32672b6c0..6e98d5340 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0e5b3c166b12a6f887b7baf34b479f782e7bc4ae605705d79de7dcfb196e863 -size 160919 +oid sha256:4d74c9eaec7852cf7ba7b73934d2dc0c05370e55bb7da5e5e8317644a043eb5e +size 160895 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-en-GB.png index 57e098a65..c3066c0ca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8646628f69fc9192afbebddca1e42fb104ad6685f851b90ca236a106108d75d7 -size 95818 +oid sha256:38e36e1bcfc1365848251c86aa0a2e41e8e084f6efba3df34399330d1b134d35 +size 95773 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-pseudo.png index a7344cdc0..61effa010 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Bug-report-disabled-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:edc191cb214597e1e6518e9e57d6fd07f5707df5d861a4afa036053ffbc65793 -size 112210 +oid sha256:1e16769a404c0103459208956cf5de827216f8d7aa89362a856cdb91fcd45e14 +size 112148 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-en-GB.png index e5c38513d..a30fbc0e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6dab484bcf18b86d5edeb8a61adb6cd852265db884e0c34b5e22fe8ef2b01b50 -size 148715 +oid sha256:a0457bf7711aaf011d984476c402bd745a1085ade4acb248afa6f5b50bf1be5c +size 148707 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-pseudo.png index b82ab29e8..8b2eaaeec 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e9e0347e5a926c0a879256eca108213287321707ac9baf2c1a8da7e259736f4 -size 160808 +oid sha256:7712aea3f5b53c9bdf5803920659d0f1367ffdbb9fc218ddf1f9729c56f4c102 +size 160797 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-en-GB.png index ac725f8d3..9208540d6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1dd350c7a95526ba01997fc068fdb37805bd25e916baa4462d36adbb7019c8e -size 96134 +oid sha256:eecb167faef59a9c0ebd56ae74ff39d9cdaa4abddf4b6cbd853f7a179db77490 +size 96091 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-pseudo.png index 9dbcf3b8a..c9b10b1ec 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/settingsScreen.Default-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97a8bffed5a269b4fa95d1dfadb98eedbcde9441ee3eaf2c9eda60c9af38d550 -size 115440 +oid sha256:e4f81236cc9f31671257d16badae3fe0028d177906991fb61fb34416a7b3eaa8 +size 115385 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-0.png index 6dc0c2c46..871d8bc20 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb3aabc76d110de468ae24064844efe0af56325151837153ede151cf959f3cd0 -size 149562 +oid sha256:d7c13f4430a9d7e19ca45cb30709136a3cbb2105646ba1eb3906479f8f6f1844 +size 149633 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-1.png index 828285c26..ffba5ed48 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9728a09c7a8548fd7fe8a1ea5f3bddb8dbe404e29bbd67ef7c11cc6e71ca00c4 -size 146881 +oid sha256:7dc4f57b0e32ce2a3ba98be2ea178bd4eee9b265df202c3284099632519151e0 +size 146922 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-2.png index 02ae327d9..a9a20f999 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9573db3b0a68f15f4e40196fd7f3b9fb08e4b9575e51db1c1094f631886fdd39 -size 139715 +oid sha256:5d033c1d96ef381b7f0c50bff9d01e8ca9c8b259a88f10dc1ca941172f0cff51 +size 139756 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-3.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-3.png index db271f615..9dd8bb257 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-3.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:168fcbb7fa75e66c09c8a504124a80018424eb95e944ed70281ccb63ba91fdec -size 152057 +oid sha256:7bb3c4a448bdd8be78c13f01ac85889f8ed541ed81f8ba0930758e3e5dcf8eb1 +size 152125 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-4.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-4.png index 743363732..8ba4cc441 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-4.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-en-GB-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aae26b2d923e7a5bb092f1b7fc7fabfea149b7200219df7fe9f0aebfbe717ca -size 169037 +oid sha256:75c5782040e44c2017fe6d22b8af972182fade7061b71f3267bcb730c94a4d28 +size 169133 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-0.png index 85519047c..7a3b06474 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:740329f26828330e097da59873076a0d3da66110e59ecd795f1beaafa7ee056f -size 191985 +oid sha256:285276cd6edfc052b7024d46b7f3ecad742a9c193ae5fcbbeb67a291988ec969 +size 192080 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-1.png index 300ee7612..ff0233ef8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d898f440c68557bd23b0d994e2c781e23adf95bf0375c9dd4355276ee6afd94a -size 189061 +oid sha256:497ab9fdd43e8fe48b9eb8e7b54c3a3327289820617b2218d5337c73b3090996 +size 189126 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-2.png index 9f969d9b1..98b2eb08c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0016f29294a477eae22910ead4ac9f4f22ecd6b4ca6cbf0f58b84e6b927c960e -size 181615 +oid sha256:3f88af69c4d3ed51d5f6170be4276d59673429007bcf71a9012333846cd4b485 +size 181688 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-3.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-3.png index ce04e7043..e57ab05b9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-3.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:474741c6032a24c76bdc0c849c5b771791be836dfe688e91ac8e2f7aa9bd82e6 -size 212288 +oid sha256:0488841dd7276f05978b21f1629e8dbdd26b8bbf8ea4c58c85ae2f6aa1d11c2c +size 212395 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-4.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-4.png index 9d8d62141..b2b5eb120 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-4.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPad-pseudo-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:550fe2a53131fe5d09950038862483b9e714a29c6c96dcff0215e7cd60be5ceb -size 230564 +oid sha256:a3b5c11ec6c10d87b0c21dc5eef72efedeb8ad368b2a1b5a377cc236477e92e6 +size 230693 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-0.png index 662953a60..e9fa21740 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74532bd81726ca483842ea000c346422a5f687f537309a032b28fde8b0cd102e -size 103105 +oid sha256:0227f4acddb19d9780e709053188ba5002518b1fbf551ed25faef407d512be9c +size 103113 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-1.png index caeecb36b..b1044111c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcc5ccc1856bcf71cf36b89a84c50b6780cddee6c0d50422d7f1e25c1e265752 -size 100935 +oid sha256:7a4d081bcb250575ff23cc286785ea6c96d472d0e9af9b55db7dee31c0b50b58 +size 100923 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-2.png index cc2fc4eb3..f7338519f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9fe356e9ab78b7cda277103a93853b59236d87ee7ab138ccc1e6fab7d6acafd -size 95210 +oid sha256:8c54fe963100777e08f991da55e5e84ced9e33d58b9db79c674eb0a267d58d00 +size 95200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-3.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-3.png index 576fd3227..8d854c92d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-3.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6ed543c2182b1285b663e55b4747b5c38f69ebca56ff63a4789c9671d872ba1 -size 110740 +oid sha256:672b0d6a7863ab9849895b1694445c904befd3df8bf03ceb888078cb99fef2e2 +size 110717 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-4.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-4.png index d51622a58..b1509530d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-4.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-en-GB-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:092670766057184fe2d3b923c19d13991e8c83328f58f8f454c5718708d3860e -size 126903 +oid sha256:e867837edbde4cbdd4368efc7c986d55c53be02de24f43f3ce9de9d991d7c54f +size 126889 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-0.png index d21023631..5b86eb0f5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bafec0342b4487df3f787610af87661586b51f47aa965c9b6bac6e0464c3d8bd -size 151882 +oid sha256:fcff9d8bfbb680b46750706006a045b2f867a3c9af55d8645d4165065c466d86 +size 151779 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-1.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-1.png index b6e45ddf7..33b69a564 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-1.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b044e0a99bb31ccf88591064dc444a316d23d470430d3ac0e18e84e83b87d979 -size 148707 +oid sha256:1bfba40ced771869cfb997871691713f52600356b590f9249f3861fee28f8033 +size 148628 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-2.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-2.png index 2c8728e14..1063bf47d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-2.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fbfcfd1ee3b526daf5e24067a4024fe511bd0e3b97b2b187fc89fb2e5785e0e -size 142324 +oid sha256:9831bf3610a4b51933031b0b469aa925823502d42d5723c357298eb3e0a680b7 +size 142249 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-3.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-3.png index 5980ee60a..49321df97 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-3.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9dc4575eec9a3c644915569959db89aefded3f04009bfd89cda23a0d291c1159 -size 177239 +oid sha256:e37ffb2ea06dbe1b97e9142c39f6f74640316104ff7b1afb721f7fae93e5035c +size 177130 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-4.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-4.png index 2234a2e55..3df5fc351 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-4.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/softLogoutScreen.iPhone-pseudo-4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:328ae999ebaf191cbdb8d2bfbd67a17337507ececb3a5ae16bd3d30ceec54258 -size 175673 +oid sha256:8c23175215321fdd93db9036f3e6406b496f34515a1be0d9f9f5b659f2d1fb7a +size 175555 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-en-GB.png index 765b8efab..b4467f854 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be0676f05f7ba0f4d9e2b170af8cdda64067cf35e9e4684e46125a9a88d9c923 -size 155055 +oid sha256:27c347faf797e64eb879add8925d8e5c91eda2239e6a7abb87337bd4330dee9e +size 154990 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-pseudo.png index 9a0893439..516f22ecf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aaf8e78190f06f0baa3e21e90c8296684981ef63d0e83089914704da6b38119b -size 166049 +oid sha256:8bb94b57d9429b8d14d7c168bc0cbef6f426148600ffbfafe6572254904eaa7d +size 165968 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-en-GB.png index 989a5a094..bbc6fe3a0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e9811498119ae3e74cf6ec03efd36a25a1860c67073f3a159e0580654deb69b -size 105618 +oid sha256:255543cbbe92f64bacd99691de7303555dc26eda496be03507377a53ea81258b +size 105459 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-pseudo.png index b10829ca1..48f122892 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Searching-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e165fd57e0defeb9bfef64544450d403556d5c276a2047636e8e10721ba7ce2 -size 119531 +oid sha256:d602a5f9c0e4068fb7a8ce4cd137e0c2f4b2bf0731575f5b61688800c11628e5 +size 119350 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-en-GB.png index 03fb4f60b..f72db3fcc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee4f13ba86a4eb4e1d010a8249a4db687962f6ebf71b030bdd162844d5e4e4c2 -size 154023 +oid sha256:0371e1240d659dc810a63f7ebc65c2a25a885d08c0dbb3d63f9a60456cb03690 +size 153950 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-pseudo.png index db62b117d..cefca1ef7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:216a9d7ee27f52d17f54f5a42c0a51f2375d17ffe64eb73194639c5581af4026 -size 166254 +oid sha256:2e2e914641e3f7bb37e0a290a08ad8450704e135b29fcccd7cb11eca1f439775 +size 166132 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-en-GB.png index a06e9a266..7c1ce4ef0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a62f45082464b84702f9b646d4a67af2cf6ffdcd798dc8ea526c943976ae1b39 -size 105868 +oid sha256:0f3dd65602f6451c4fc8546e800cbdd2cf3d322df05636bbd01aa9d72aa5b044 +size 105661 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-pseudo.png index 01b7c68d9..5b9a99d7d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Selected-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:629d66330890648a05be19be6cd9b4b262eb754f9aa518b0005e94be992cf99b -size 120599 +oid sha256:b01ecbc930544cbc5d4d7e4085591b56f8946642886eb8b63b1ebef183ae1b4d +size 120398 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-en-GB.png index 5bc42bfb6..91bc99d26 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b2db8ab7177daacc58bb6ed2e074ab997a9122f20abb5d52e1e4fe2e90742da -size 130222 +oid sha256:7d4e22743e216147289a106881bb970ba294de2e3e8567c7350835b4bbc7d8d8 +size 129026 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-pseudo.png index 48ee97fb7..a643a6b6a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a73638585de5367dcf75e3f1313e2679257a34c01fa63e93dc9367baf65e9d2 -size 146006 +oid sha256:e0827d96bebe2f3ed78904953a76d88ebb04c7544a2481108693819fc771b2c5 +size 144955 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-en-GB.png index 9784d00d5..c08afd4df 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:926a7705625cc952255d15ee160d564e5837456b6b3f76131caaccbd01d1b014 -size 83117 +oid sha256:a482881069aa7cb119f51ca7be41c9e513cb74f18b9eeb9ddb137a002c8734dd +size 82346 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-pseudo.png index 47ec40829..245fc1d47 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreen.Suggested-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8590c9af00d797c6d45a790ab3bf4aba2cc6c941d3b68ede4f39df302545afb -size 101348 +oid sha256:bd6d650a9adff09f11e76f45b9fedb9202877b432858b829fd51c2c66912f649 +size 100519 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-en-GB-0.png index bb4561983..f9ed58886 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6672ff79b23918ee6eb1a748f3419085913e36322e004875f62fbf3d418bbdec -size 94278 +oid sha256:7c70a09120ce3dc01107896ec70d0e076f1d0b901a40937952c352bdfe565f04 +size 93873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-pseudo-0.png index bb4561983..f9ed58886 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6672ff79b23918ee6eb1a748f3419085913e36322e004875f62fbf3d418bbdec -size 94278 +oid sha256:7c70a09120ce3dc01107896ec70d0e076f1d0b901a40937952c352bdfe565f04 +size 93873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-en-GB-0.png index 8942a665c..93210cf01 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6340eba7de896583a74ef9d1522401266448423657ddcea3f5ce39d3214de9c -size 52513 +oid sha256:9f790485c5e41e08e8df8a920dd77fda1a7068712281e597b38d1d98654362a0 +size 52536 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-pseudo-0.png index 8942a665c..93210cf01 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceAddRoomsScreenSelectedItem.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6340eba7de896583a74ef9d1522401266448423657ddcea3f5ce39d3214de9c -size 52513 +oid sha256:9f790485c5e41e08e8df8a920dd77fda1a7068712281e597b38d1d98654362a0 +size 52536 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-en-GB-0.png index cae22b54c..e49b0a1b5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3821a8be8b111ab8172cb60b5e5a2df6c6594b76b7bae881e72dc13c244f32d7 -size 101408 +oid sha256:5ae80af9e3d7740be688d4eb51aa7ff5c7d416e8e0248e74732dc12596eb4a20 +size 101406 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-pseudo-0.png index 79bdc37cc..cc9edfd28 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0d3e84cfcee83e3f78b58d6c3454c68627ce4dda90957a1e6d1364c19b26450 -size 103142 +oid sha256:aeabe1365635dbc8f45879881a8eb6d186cbac0dcfc047b5675917d54a91d2f7 +size 103143 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-en-GB-0.png index 78e184629..90eb8b13b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5515fa68a804f52727a9fc9566d9b72e3a4dd4f8f409498bfc4da691aa7a41b4 -size 65393 +oid sha256:d56654a24ae318898687ca01f79e6563f1784ec8b283de7307e04a2c6c030538 +size 65386 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-pseudo-0.png index 5d316af08..7f4833253 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderTopicSheetView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc9beaa1a7b7817bf12c9a30208a79a8ec443ebc51a8e4eb4dcb10364a34fcdc -size 66488 +oid sha256:cd88f6cf6b20545e421fa302d49274fd3317d4ae7b3f9675297a21c7ecb8bd38 +size 66487 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-en-GB-0.png index 7734027b5..bfc174e30 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6415167bab484bf66a33e48315099996145ef18210daf7903e73473d53e6ddf6 -size 218623 +oid sha256:465f845afef8fd15f7b5c43d841339bfd361257e43f5ef5efda6c3b9b3b03db8 +size 215985 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-pseudo-0.png index f975f9026..9a2620313 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef56f92ea705654cce70b13cf2becf32b5de76c35f58431ccfc5be7b953e9684 -size 221842 +oid sha256:96b545a38f12b9609dcbf12b955ad89bc8173669d4c1daac66079934ba9bf112 +size 219182 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-en-GB-0.png index 34381f9d3..21fe381e0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed77fdcdb14149fceb586c228440a2d56b16e4c1b22e1bac31fd55b797cf159d -size 145262 +oid sha256:a1d01b7ccfdd2c723ea7b75e5666154fec8c57378be1ba82404d7ed6aea3c7c0 +size 144329 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-pseudo-0.png index 60ca1eed4..83ac9fb0d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceHeaderView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d70b04a1104e444c702ca681f490ac749c6adac150dfb52fb67b1b7f83b11c5 -size 150842 +oid sha256:5178cc1726bc405b988563941aaf3bfaac5b0d11c0416ae8eefc5843dade37f7 +size 149889 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-en-GB-0.png index 4cb5354cd..566082be1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72c31c35472aa893e85ba0f69a57803f89b3d348fffa2db344ed10adad3fd0ce -size 100941 +oid sha256:3888214574d198e61d1d21389d6e333284fa5802abc68ba6095862d981d871eb +size 100951 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-pseudo-0.png index 346e2630b..6e5755d3b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73207894263b484d9f3e403682296e6d878c0deeff29ab6d5a588bf9fe163fcd -size 116700 +oid sha256:78ed4165a78ce58df0cf7d90721caca06ef35eaa04710a3d1b43b30380422e8e +size 116735 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-en-GB-0.png index 40025393a..32177761a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25fed5d8d19b20c52e8f6a34d69f73e859edd0aa059ffc776fe11e6c682cb3b2 -size 58863 +oid sha256:effc961454295354fb6ae5810876c5ef92b19731d98e16ce9415be12757e5b1a +size 58893 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-pseudo-0.png index 49b244588..ca2be8ccd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRemoveChildrenConfirmationView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca068e3cc355f71fdec278ad93da2c334ef0b9b88579b8b32b8da631e12488b2 -size 82999 +oid sha256:d61f9111e01f319828719705c8cc7e161efccfbacebc646cb8cbe8137a287b25 +size 83018 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-en-GB-0.png index 00dc8b591..9386a18a8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2776706ba57f7b3bf6cf1d46921b9897de3bf7d970d4a9419149b9f69cd15c0 -size 257049 +oid sha256:78044e69236307f2282f543b49bc32ba88041d3656761ad3ab77257f64626628 +size 257079 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-pseudo-0.png index 0214b1136..ddcbb2ad3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:723d3c54b36d6e48b4bd47653a436b7428062a000f22e1ebc93457d213320e9b -size 306036 +oid sha256:089edd0d32c1497a7d33e81953c476858c4c3eb01aa243c9c51cd3f0dc924804 +size 306164 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-en-GB-0.png index bd1016108..e6cd344a9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9b12a1beb0c260dc0294f7cab25aabf45399fc6e5b0a2d198c3dd37b405cc83 -size 197071 +oid sha256:8b3e9ecf56c955af4d44f4305ca84c30b606fe3dc1ab3f3ff9317258c2f8881c +size 197098 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-pseudo-0.png index ac22fa065..d6e39bb15 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceRoomCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e16a49c9096664de2296a54c847e533695cb24c621dd5dcce01f1a8ffd04b9e -size 237455 +oid sha256:6e8d9498fe6d18aba80c43a481fd4771f79b348abbc15472a14c6bbdaff74022 +size 237426 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-en-GB.png index 219eb973b..091e40f68 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b620d47d3a86e2acc211af9b38e52d67d5eb3ec5e5da9d09fd439e662cc5f5f -size 137007 +oid sha256:b7bd4b3db76ba45e45010451dc983447458e818d8d973e6b65728b51b19dcab5 +size 136983 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-pseudo.png index 27809eadb..701fe3c02 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1aefd3598293cde381be7b4876b60298cda4382b70c7f3876ad99403b378e57 -size 153076 +oid sha256:2ebc0f644575125b079f31575d9602272a83c221c50b88a607d21c0d68a8fd79 +size 153082 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-en-GB.png index 723e226dd..7689a5d8f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afc71895c662fbb7abf7b8956d823d77bf1a9c804e258fc8fa763bd899043b80 +oid sha256:0481a4d321664a8526e5d4132985c9917c08100dd9f604235007e77713d06c53 size 88111 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-pseudo.png index 9abf419d7..a07c518a7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.Managing-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79a8251ad91c963789712cbb1fc81b2203301cb99f1302df7ac1bf53c81078fb -size 99063 +oid sha256:7ce0bb4bd2264384db2be504b3f05d8250bb31008df8f01cb0dd2e9e4aaf19c7 +size 99088 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-en-GB.png index 620e94c03..df5d43225 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef1c70f65f7d38368f827c9f5d85fca3b06ac1535ca341f81c94428a7eb37a23 -size 140422 +oid sha256:3327163bbec99069f7c9cc256f92b1b064394e9c309a675c442b291b070f9c53 +size 140376 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-pseudo.png index 64245a9a9..4b54bbde9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45fff888195c633ad1b22f525ae170ac6d71bda0ffaf7cbecad61a730530f764 -size 149493 +oid sha256:2203fdd09205ecd1d00f961de9a73abbc853f03167cb705e90bb25483ce102ac +size 149436 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-en-GB.png index 80437c021..46543a35e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90f8e5561f0a8df80e42dcc0d1818d79fc023ba512a22647ef77801a106fe8e5 -size 93308 +oid sha256:806309151b9aa7eafcb3f6019e82734f1b2b842a9ae1a505bc98c96536f69d90 +size 93276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-pseudo.png index 400c4946b..1d8643358 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.New-Space-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ae9489e35f695497810628cb51ca57d14085b398e9753b1e9c01b07fd52f3cd -size 106882 +oid sha256:a8e0852bb093e1af53ff6a0d6a0f05d7c412bc6df2e64ce8a1d24ce9e2dae9f4 +size 106840 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-en-GB-0.png index ec52742e7..abbeea1f7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92296aaf8138c3d47d5b6546ac94e95dd14e7b2278c53fda0bf7703ab5e1158f -size 236610 +oid sha256:197c93adf7fd660cd56b5d60b250fc2d15711122a5fc405154f977c5b407729a +size 236560 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-pseudo-0.png index 9df57ab7d..56cb51ebb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c731022027455153288e038c60bef1e042562e4ca4daa3e5c446c641cccbb513 -size 268049 +oid sha256:e43be60a719129f4d94e637f190049460975e97b73c6de50bd3d3edcd0bd9485 +size 268036 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-en-GB-0.png index 179fe52bf..e539e691d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80429c8a4bb9fd5a99bc8169d8558ac0dc8f0d70c62406a18750100cddf0e1c5 -size 177606 +oid sha256:64252a750f84f6a263dc52b2823edf8152168ad4eb3b17d722b41e3d56c9d251 +size 177624 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-pseudo-0.png index 0bc9b1172..18eefce90 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:892b3ed354f39b05baba630344cd746fd7a387a3a05ceab2f71b54c0ced16170 -size 201898 +oid sha256:c50a825037c9b8817491bd198514a5489a2bce3c5cd997dec201310339b2e0ef +size 201912 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-en-GB.png index 23e77aedb..d76bf504a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c72c3191bb12ea70b61829b699e15249bd955a7d5435d3fb580c21e3b3449c0 -size 141062 +oid sha256:7f9cba407d1e58ab1f841ab15c3ccd175db3d7f8ade67161628992d45b3d638d +size 142830 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-pseudo.png index f9ef3ed7d..78fc856df 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a5d0bef6c165a5c49b09690a83de78636775c4c4eab9e2a0115341d84147cd4 -size 149612 +oid sha256:b8b08928ff7a949a13feb69bc558629eecddf79f8da9c09ed212880c6c63acfb +size 151324 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-en-GB.png index c0d317c49..0bce87124 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03bb64c205fcf022e380ed3f0d0d3b85c84ef5a690aeefc023e699449be5356c -size 92238 +oid sha256:35bec3924a4b7962cd5b8e3173b9c47c69aff62f182a968a7a80f1259bf8b48d +size 92203 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-pseudo.png index 46a512535..2bc77bf65 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.Owner-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e076d973505e34823186fc4bb5793874ec38c9d9d49594e994f3c3bffbcf3b6 -size 104878 +oid sha256:31aaae06a12037268d2346bae4e4b45c75fc4fccf2834db8f36c43b9992fe035 +size 104818 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-en-GB.png index c91da4ef7..7a5b40191 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cab89cae878a926c416f5a133c9d1e200cc05853a937cedd1b2cf449d4c9b16 -size 125261 +oid sha256:74d29ae455a01eaf8e7078541b6e9e9a9ffb1406ce57a04d8a828378ea50790e +size 126559 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-pseudo.png index 6a67e4663..8d5dcf5c5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bee89484c3b8a428508c1b7b54f350a9891f16f57b9f289d4c902d13ce03e5f -size 129423 +oid sha256:f4a77e0a12b32f09fa718dc3a87193c68510e84f0c37fc1a2aa4705c3eabd184 +size 130761 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-en-GB.png index 4d4a54aff..258390872 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:613705ec9e655973637e4676c25ff5ccf5ed4dce7827ddc9a99f37397320d93a -size 77629 +oid sha256:70d63f1015b1bd80964b734f34e8a64db82ffda18e1066ed4cb128b790ec6df8 +size 77597 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-pseudo.png index 289be1c07..25b3b3b74 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spaceSettingsScreen.User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b13f4a0d695efb174bc4a57bff74e7ea0925e6c48cc42f54c2c53e706224f53 -size 81487 +oid sha256:4c896b78da00515a7574a9c0c908d8e7984eb7504dc429d97df44507d41dc496 +size 81443 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-en-GB.png index 25be16f5a..2cf681543 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f33ffbef9562c5e11f4c096a5e4a2b11eb3121048bdb0fcb621e4d395a14a446 -size 114619 +oid sha256:aa1fa146de0f25c7743d233d3fe9fd987c2e46c6cd01d8b766feced06c8cf67c +size 114615 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-pseudo.png index 887ea8609..168516575 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1ccd6c28c1da50cdf4606ee4263d6889de53bf3370c0be454938c3eb088da8a -size 121960 +oid sha256:0e5a7889956adf519d313cbf0ff64ad9027e61e3a07cdeb62c67948cf4b3fbf3 +size 121956 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-en-GB.png index bf3254c21..0efb72311 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df24b6614526523288762e8ce7120f9e20b2db779fa85534b464803aec0ffa6e -size 55855 +oid sha256:4c164e128b774f47817f040e2183227ef65d6bc2cb38ea35759ba2582c0aa199 +size 55845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-pseudo.png index a5292b9d2..38afbd2ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.Empty-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b4ce36ac20b67348b3d9afd372aaaea377f4a9a18fecfd4838d4649ee0bc9c1 -size 66060 +oid sha256:83b061033ccb9cc7fa2bc2effaac73eb4534ed7c333a0eb06f5937c99759b772 +size 66047 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-en-GB-0.png index 025b20333..ad4daf622 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbf08848ff32f099b4b4a4c2119be2b83e4626dab88dde1c7b90a863416bf6a8 -size 196152 +oid sha256:2c63b201b2931e8a222876e0c9e5a3e32b000ec83c8a903103c80be08c7c42f6 +size 196187 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-pseudo-0.png index 0f3a460ec..fad137f62 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14ce267035cad56f888153ab89278ece6bf2a036fc1568a6e76ca311f492ed84 -size 226997 +oid sha256:045214688aba9b8497231bc46d4b70f05cf73006cd7f4ce53dbf7200b3a6a930 +size 227087 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-en-GB-0.png index 9b3750753..bf98cfcdb 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed3099f46713b60bbb55f78423f23eba208c1dc3117e912338c5a33be157162b -size 128570 +oid sha256:79a3655a47e3c1ed6a6361bb2dc55bb01c9f4b803d3194481e47bdab24cbfccc +size 128547 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-pseudo-0.png index ffd0c363b..9ce2075ae 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/spacesScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e4d8450cfa6eade4979a1f96b822227b1a849dc3197fc78cd56ee3ac5403e4c -size 149000 +oid sha256:9549e8e59da3d131d54da01ae7eb04c4d9c876a3b7745b3d710cf23e3ec32c84 +size 149037 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-en-GB-0.png index 774ff3f4c..6976fdcad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2cccb8af5d3b2f9caaa29584364834f3c58685da13e7b0ed9c305b9aed08954 -size 76364 +oid sha256:5737ca93dd28bb12e30246dfab8bad2040b481c2fc9ee49f160dcfde803fb376 +size 76366 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-pseudo-0.png index 774ff3f4c..6976fdcad 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2cccb8af5d3b2f9caaa29584364834f3c58685da13e7b0ed9c305b9aed08954 -size 76364 +oid sha256:5737ca93dd28bb12e30246dfab8bad2040b481c2fc9ee49f160dcfde803fb376 +size 76366 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-en-GB-0.png index cbd7c80e1..2de1fa012 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ccd3bb00ea04f0482ad6fe087b3421eff7273d5ffe659b13d26b079486f22ce -size 35126 +oid sha256:e8a3f45ca0f8c16de913fe75e8ef31a092e41bc2b1ea5844e16e32cd317203b8 +size 35123 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-pseudo-0.png index cbd7c80e1..2de1fa012 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stackedAvatarsView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ccd3bb00ea04f0482ad6fe087b3421eff7273d5ffe659b13d26b079486f22ce -size 35126 +oid sha256:e8a3f45ca0f8c16de913fe75e8ef31a092e41bc2b1ea5844e16e32cd317203b8 +size 35123 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-en-GB-0.png index 4a1da77c7..a9d49fd02 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec6de377870a6ba23983b98c5dc7828cd8bff3667d7e2c11c5dd6f08be8f4ce5 -size 111941 +oid sha256:c514d275b569d225db065663da6443849d29975b9dc615e5fabd346073abb421 +size 110648 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-pseudo-0.png index ce5096351..c8635af88 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3abf00b298433ef067f0377c7f6769676b8f27800ad06e5d4d21eefa412d5a9 -size 119108 +oid sha256:6b0b1511a8e6f83e6e917d93b84a6db65bede9aa71c50eac9cdba1da47ead657 +size 117823 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-en-GB-0.png index fcdd162fb..a944a9516 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a74eb592a9caaafc6f9d5aa2887cd938feb408c5f619a31ddce1e26ded413f3d -size 62602 +oid sha256:0eeb4c57ad6f5586041dd8f74ca8856b6489eb444a587e9d63509b2e5700a4af +size 61456 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-pseudo-0.png index babb7bbb3..47d5024a7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/startChatScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aec1026bedb58b546484f59cfe4e176975a90f7db88c9f0d3baf8eda9d92809b -size 77026 +oid sha256:74e028051e050cf2d7d5a08655f37d958fc0e0d117a94dc97ff60f8a79489330 +size 76154 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-en-GB-0.png index 97a4b25b9..45055c7f3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1907a477019df9d70be5cf12e047ac8977a87f49cbb7a25ff37cff92c3b5bf1c -size 69421 +oid sha256:384606c209016240d24733c3a2116e3bfffb7301588b692abc9ddbecc15fc96b +size 69426 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-pseudo-0.png index 97a4b25b9..45055c7f3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1907a477019df9d70be5cf12e047ac8977a87f49cbb7a25ff37cff92c3b5bf1c -size 69421 +oid sha256:384606c209016240d24733c3a2116e3bfffb7301588b692abc9ddbecc15fc96b +size 69426 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-en-GB-0.png index 4b337044c..15de0b35d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dd0f8c4ff0e8b984101d698fa832cbad9053a41630344d0e96612b7ecbebb87 -size 28712 +oid sha256:5c5ebc9d5562a53285f036b522d5fb3d8023c23ef22977f0b77b5e594fbc10f5 +size 28432 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-pseudo-0.png index 4b337044c..15de0b35d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stateRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5dd0f8c4ff0e8b984101d698fa832cbad9053a41630344d0e96612b7ecbebb87 -size 28712 +oid sha256:5c5ebc9d5562a53285f036b522d5fb3d8023c23ef22977f0b77b5e594fbc10f5 +size 28432 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-en-GB.png index 9d5059fa2..d43e22400 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ae12e39a82005f3a05628586575eca9731723bc6e84f5cc615120b34a3abcd1 -size 91071 +oid sha256:f720e8d495a071c41fa5e78d147d12cada18ff230a76c0fd5bdd279d9ad0d716 +size 91092 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-pseudo.png index 161defe05..721e1823b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca50e6e8aed44c7fae7074946d3991a4ccd37f69df40fc84aa42da4e7c27871d -size 93402 +oid sha256:f9fe046cb42faa4f7b26c7747f1866b793f0a4f5bec7be5fe9f746f6abdd52a1 +size 93417 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-en-GB.png index 5dc7982b0..d6d625544 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65740d7427b80648ee701c7f8ee14fcc2b51408ae2f71bf6e2f21b27cbdec440 -size 47976 +oid sha256:74b0280e227fe297a8076eada6e95e541ed7188bf91e3d85397cc89a11f98284 +size 47996 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-pseudo.png index 426eaff05..84c5055ba 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-own-location-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b2164e0fb7394363c4dfd82a60e852fc84fc6db53cda01e871208e147b3ecdd -size 51137 +oid sha256:0d93fa9aaf8bc5caf5ddfe06dd21ca1ed2c31929f3a8dbad01bdffbfdb7efac6 +size 51132 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-en-GB.png index f28d9794d..170dfbf45 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3c481f252728c952db62718fddee02526c96a65e98d3baa876015bbacecb21e -size 90853 +oid sha256:dfb1f3557859cd8f83ed4a026ef26e7477e38020db4b05f7d0d3c20eb76eee9d +size 90873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-pseudo.png index 1df26aabc..5d9076cbc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cda862691055a9cf8ed316bbdee74fecf2258b919086aaf92daebf8f93804f3e -size 92210 +oid sha256:c706260c75f42ff1386abead7093fc6c9e7bda48d0eb98ba3f6ce5c4614f7cce +size 92218 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-en-GB.png index 87a44d95f..ac1b5529f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf1c86651f913230a7ff2d1fbfa9a9e6f8ee5abd69f6ef6988699ad343b8ec1b -size 47986 +oid sha256:d06b463b821680210a17f85a060d2c3a42406af4a828d30a8bb73069c47969e9 +size 48009 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-pseudo.png index 85ea94c25..437f27234 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/staticLocationSheet.Static-pin-location-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b099800fa1e8e53e981382786474027d2d34ab6cee4ef85a27a1bd9d678c9681 -size 50674 +oid sha256:4facc31c68b7e7dbc8f1d3fb8fbd07ff2c9f630c8f35ab05f9bb1525666b5129 +size 50675 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-en-GB-0.png index a0f226e2c..d7f1e7190 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aba78315275a1c404766b5eb275011ef1175bd2f7919f695141517ae5d50c18e -size 2265233 +oid sha256:e5f0638557b507772c77b5e0c184b8fc264a5d50c1f69b62d23117e7f5ccc5de +size 2264522 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-pseudo-0.png index 6d3682234..d7f1e7190 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47a646977453d053a289bb0ba9215cf71fcb71876c8936bf198dc2e4c6141526 -size 2259512 +oid sha256:e5f0638557b507772c77b5e0c184b8fc264a5d50c1f69b62d23117e7f5ccc5de +size 2264522 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-en-GB-0.png index 8298b99fe..a822328ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae741d02f847b5361400f3534306bd823809cc9153d23f377f74f8ad0e95b8a4 -size 1105990 +oid sha256:e4f3e63c6d00cfb0bfb6ac8b3848dafa9192a3d698f6ca7ef985e9c85c82930c +size 1099189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-pseudo-0.png index d1b885926..a822328ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/stickerRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6950dc4243474c51f9edd5d53066840c06478a7c958612fe3118a3230f4e9a9 -size 1100584 +oid sha256:e4f3e63c6d00cfb0bfb6ac8b3848dafa9192a3d698f6ca7ef985e9c85c82930c +size 1099189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-en-GB-0.png index ec42afd4d..56a51d771 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92f4ab8d47b104fd93201dec382543b7bc7c2971c6fdf6c280251f63440ca713 -size 78978 +oid sha256:561a00905b61a0d71ef842dcc004a6dd7d965642051db83ad6e858554ca4d475 +size 78984 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-pseudo-0.png index db1d164a2..f07a490e3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ff15a1f15ee4db4037272d3860089b4523d4d9de0a20d90497f1ccdec66f513 -size 81883 +oid sha256:312ec0f707b45650d793af01137a9f40ee03b74af5120b7caa728167ad8b8c24 +size 81870 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-en-GB-0.png index 261b35b93..115a49495 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8a3770de73da735683e202d0d8e1885209547564a91875265720558e2bccfc2 -size 40263 +oid sha256:9403e99e2575ea5bbf63b82f2d39fd2932c6b09f9409386779fa02afc4bf83cc +size 40281 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-pseudo-0.png index 115fe2aac..da93a9887 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/swipeRightAction.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3a0b4320b21ab538f81a27bd7ac018530e6a041d64641015b12808b0f05141 -size 51187 +oid sha256:0501c01706d6353d09bc502a0af1c1c948cc230ffbcd033d3b28a1a9ae1dbff5 +size 51200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-en-GB.png index 430aeefc4..671a0e263 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d6bfbb80fb980443ad5603a1f67c3eff83954b0ea97ad1fbe97153394bc2b3f -size 184093 +oid sha256:878eb2b4500312bdc29a0a63c9f52bd7e8e7e2336f4a06ce9eeb7969de1879eb +size 184162 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-pseudo.png index 9f5839b24..671a0e263 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:517a75efa38b8691743027de2091944e846a58ffa384f41cf2d3bf03fcf9a859 -size 191551 +oid sha256:878eb2b4500312bdc29a0a63c9f52bd7e8e7e2336f4a06ce9eeb7969de1879eb +size 184162 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-en-GB.png index 71b04fd95..9687caeb2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17b5a1451b117333f9d92434e145f5f8bb870c9f6170a6d0239b14fffc2e51d2 -size 172756 +oid sha256:84f8ffd273bfaf9b874a9f4b06b4d93c6fd76506e883c8496502d184f811d22d +size 172982 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-pseudo.png index 7f281df77..9687caeb2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-RTL-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ec4a6f6726ff86a10d5f91a3308c510d4798c9c435cb8b58d63b7270f8f7599 -size 178403 +oid sha256:84f8ffd273bfaf9b874a9f4b06b4d93c6fd76506e883c8496502d184f811d22d +size 172982 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-en-GB.png index 7beb97e49..8050e0b67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:731ded308bb3740fade02d8d1a09a848af18494bc2d49975677f843ab302c97c -size 185665 +oid sha256:bef1c539fb822ac93761cbc4d4025d6a138cba9c0a76186dfced2c126f59cd57 +size 185744 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-pseudo.png index 3f7bf34ae..8050e0b67 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10ae028ead406eef9b4cb5479da52880ab1010adbce3ed9bef7ec7dd8a8ee142 -size 191761 +oid sha256:bef1c539fb822ac93761cbc4d4025d6a138cba9c0a76186dfced2c126f59cd57 +size 185744 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-en-GB.png index 2650dc1ff..ca05e6de4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fd8ace32ca160187d3eb1e3d40441a3845c92d974011e73993b55eaef1d6910 -size 172439 +oid sha256:9e1a5f89888512d5bdf595998df4635b2410181b6e4725415f1acf285f335465 +size 173357 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-pseudo.png index fe157b8ee..ca05e6de4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/textRoomTimelineView.Bubble-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1ad549f5141d89a407332e9fb477f32f6ce7e906c1a28c132d91e035c25154f -size 177623 +oid sha256:9e1a5f89888512d5bdf595998df4635b2410181b6e4725415f1acf285f335465 +size 173357 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-en-GB-0.png index be1a26760..4c029c1e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85f7af5e90451166b776e9365466826f36b7b25d94b19307b5e9552836b17901 -size 68519 +oid sha256:d1d81affb2a5af9887917d468d594ed4366e245ba3b22966e8e3bf9fe5954005 +size 68523 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-pseudo-0.png index b118c4331..2aec4bd54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d97da015281e33559f816427a2e66259330590cb76f40d5d204b9efaf91310f -size 69685 +oid sha256:b7bba678a19d7996d87ef941fe807eedd355abd2be3a9cbfac88e1ec7b3ed3bc +size 69690 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPhone-pseudo-0.png index ac0a4e0f0..d9f74222f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/threadDecorator.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1daf7c49dc0467ccfa1ef89b64c0d9e61fc738e2f409f4f30ceb286e3983b9fb -size 28636 +oid sha256:54015b39b46ade113a1f6887178ab9a3ad1299a198e0fe9e9a1857894fad833f +size 28631 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-en-GB.png index ab12ecb8a..1eaa1c89d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:462b1e016d366cd74742456ce491674e9e7711059503e5866143f83ba6184bfc -size 1205409 +oid sha256:ab0327522907828b8f24641497fdc5b6f7b58c37b240349c214247abfc07646e +size 1205317 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-pseudo.png index 33ffa261a..64ba4cb24 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7560c8595dd935207c79bebcacf69730607d0ae8297e9601ffd413782a4d0180 -size 1207255 +oid sha256:2a3c1ef6ff08df18bca8ca52b8d9232cbb3d3496dc1d2383cd23d36e79f4064c +size 1207431 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-en-GB.png index 8285c5808..553d46c41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:742bf0b74597d4974c85a1ee26e9d83945ce915888cb8c5ad440fe0e9ec688c5 -size 614819 +oid sha256:ed38a3ca6f1f697136f16cc2119f6633e5a47c3cd16febca0ccdd25804e23aef +size 610433 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-pseudo.png index 3fdba379a..cb4d0a5d1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Forwarder-Info-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0c98cab6396c3d2a50e631a7d11e86f9e55909050509e1b69e8b6c73a25c649 -size 617936 +oid sha256:4906476c1989facb77f3f06608a0c551fd3a37fea24b4febe968620f37808e20 +size 612276 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-en-GB.png index c8ab656ac..2a3937e28 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4c29c71c6e04943d9b04614c64361de4e52ef7f94a32e032b124cebeb40f132 -size 1222042 +oid sha256:c745c14a8dd9dbf90cbb4e25c776014a750b63110152969e3cb88f08f4ba71af +size 1221974 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-pseudo.png index 35444111e..b9d5d7b08 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efbe1d2a1dce9f73de7590653792be0cd6a66cd97dfce742f763b082ba7b7077 -size 1224048 +oid sha256:d853ea7f5d020671985dd1fe671978cf57a186109704a02f0b48ca66e66129fa +size 1224087 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-en-GB.png index a42cf8c2e..148a98f5d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc460684cbabdb138272620707902d98ac7ff6c0a22efcf7a86c727b140b5bd0 -size 616960 +oid sha256:2c98b9ba7c5c3fa2566b69d41331de383548ee0a42d9d3a90d198ea5a3f7a3e6 +size 613658 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-pseudo.png index 6c9745016..4af576fa7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Encryption-Indicators-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f0a2bc0839392167811408435824559f99206483c987063dd746bebaa0649b9 -size 620480 +oid sha256:877e27b27044a7d38baf5eb380d8bf11d6e7b6e4480075fb7070f1a4bf0c48e1 +size 614825 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-en-GB.png index dfcb8d039..9eb2f0e95 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e24039f2f48c05b56fc5fa49a1d5e99dff59cc9d823aa38e824f8356548f150 -size 286594 +oid sha256:9e798f97beb76072901cd998863494349fc02343cfc0e775659923c2fb73e145 +size 287302 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-pseudo.png index 92930db41..32bfd6177 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f6366f2ff1205941c351c4bd980c23de310440016eed0d1e3bfbe08e813519a -size 292984 +oid sha256:3088486c31e7efa84bbb823dd6ffa587449925a7fafaf2a64147dbf24449e12e +size 288649 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-en-GB.png index 1dbd6b3f2..07a7c1012 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30d894bfc1a6418c5d697c0913b9a3178af025c60bc5a009d10659de8feef46c -size 226875 +oid sha256:c342983b36f26d09c9d530f2abcb32fc0a0993ea1a573f7af1655e63e9d73053 +size 227435 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-pseudo.png index 06a5ed3af..d46db326b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-RTL-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc7061cd204e4c492196150df7824a5af81c0795400cf2066d249be1930146ba -size 232109 +oid sha256:a0e89bcfe0d8fd9e1de93ff859888262eaebda0aa85faeedd2f5a16cd78e9eb0 +size 227539 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-en-GB.png index 6d55ccd14..1c944d3f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96b8e325e2be1d301df7b38214aa8d88f4db2a1021e15ebc2d49dfc1c4187805 -size 284962 +oid sha256:730f00b42622269a34fa1628b8ee042d35ee2528aa57f93e409339a975fbdd8a +size 285521 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-pseudo.png index ccf0c51af..7eb5c9427 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db7bdec0ef7d1991abf318065d1556b9a87cdebcecad7f229b768b709862e073 -size 291522 +oid sha256:270bb97621da13dececebd3f725260e934476132f3ee62f93c29aa02b52a35a0 +size 287043 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-en-GB.png index 42f51a51b..4ec371136 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f06175976e54ce242f73ae26a087013c9817914debdea3f89893f87a9364939 -size 224294 +oid sha256:df8dc987747b3c4edf15829eec0c7aff7a9d0ac1a0ce4de7b4f71bae45f07979 +size 225262 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-pseudo.png index bf821a179..300a3601d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Mock-Timeline-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd290855c68f97d4625715cd65e58f4e64d6431f56c1601f7540bea352092982 -size 229100 +oid sha256:440d42a244ffce4608a50166142ee2fee40841e662095b03e78c7af6415b5b15 +size 225499 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-en-GB.png index b43ed04e4..380b5c605 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04b19cb901772855ab69072deec5c9de2fcca955235224c77c177e2c0b14d66c -size 1816652 +oid sha256:53c787cb850040d327bb0b6eb0f3227aa054fd11d67276895306a1420d703bc6 +size 1816866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-pseudo.png index d0f056e5a..380b5c605 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:657750fbebbf6baa7d148efe72fc6749363c3424cd1194ed2f965b38f488beaf -size 1816226 +oid sha256:53c787cb850040d327bb0b6eb0f3227aa054fd11d67276895306a1420d703bc6 +size 1816866 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-en-GB.png index d7572ee83..bda7f7b0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a2bb42a5c7d814cae4cd6c3cf8a4e76b14f6d1af35cb81f676175b318c079fd -size 762903 +oid sha256:63d8c55da49e5d81d7cd07b654b9f621eb4f855402cef2bbb39e8be2cabb9d74 +size 760390 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-pseudo.png index 9d5020dd0..bda7f7b0a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Pinned-messages-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0092c8c208f14b59b96b4d5cd0530a3025977e5b29431ff18a71446396e45857 -size 761320 +oid sha256:63d8c55da49e5d81d7cd07b654b9f621eb4f855402cef2bbb39e8be2cabb9d74 +size 760390 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-en-GB.png index 996c7f107..f200ad608 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6913e3d8c812cb06cd275f43526493017ebb577448ecf8cac051dd6a20d2ad7c -size 108141 +oid sha256:68c14746f8789bb34cde9bc4c35eb842c42e86922e46d6aeec6e018f52898e05 +size 108115 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-pseudo.png index ddaecd3f1..f200ad608 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6614e82ce901b22575734990e9087f78aecc20934f20eae6105654516e77c2e -size 109667 +oid sha256:68c14746f8789bb34cde9bc4c35eb842c42e86922e46d6aeec6e018f52898e05 +size 108115 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-en-GB.png index c42485a63..c530ade32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e99f06df426b56abb67f92157641fb51366368c2397ef33b5047bc3398fe3c5e -size 66255 +oid sha256:33ee078088ed44e3497cf33a2cc72eeb4a0bbd3c8537eb0b1a82d18c11264f0a +size 66260 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-pseudo.png index 35a736fa8..c530ade32 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Replies-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4a9a0c8f97c94ac872968edf489dcc3323c6e884755012cf69cb58b073a34fe -size 67362 +oid sha256:33ee078088ed44e3497cf33a2cc72eeb4a0bbd3c8537eb0b1a82d18c11264f0a +size 66260 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-en-GB.png index cd962ab38..829cf1fc6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d20b75600a8bff48e9c30ba555991be0fc359780e566915cafb63fe10b9040ab -size 1917027 +oid sha256:faf94d02f572660f1764ded363dd5fd72cee9f0b8dcf9e23a551692dc33ebd6e +size 1916654 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-pseudo.png index ef709a6ee..c7f712a9f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed0d360057ff246718bb7867be39739de54978e30abde661ec661b7b5db967bf -size 1924111 +oid sha256:c3b431288ae8fd4c00e8e77d0a2eed307911580f5267482aed7079007e2fe6ca +size 1924630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-en-GB.png index fe188c444..a0f519b7d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0208e4cd1ab7a259f49197dfdfe01035211d6d7224509b9086fe9475b7e9c1b1 -size 868252 +oid sha256:53d0b655632b9a6c13d9f10f99faab10d561a4c70ca35e578fc0f755c883d817 +size 865585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-pseudo.png index 9a24ec188..8f27460e6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-decorator-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac4ef3830d18abb3555811f71ca3102618e3b24ad1e3358b6e71b1c0a84ea2d8 -size 872057 +oid sha256:df3eee3170dc718ee06272d37b570fb06f5e826ae1a23f9feb80bee35e662e1b +size 871786 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-en-GB.png index e1249ae7e..2cb0daa39 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6dcdae9fdd3523d12051de9ac9ccfd8300e18dc772223ee9d34b84557193c94 -size 1917412 +oid sha256:279166a3dcd77a2647e3758fabc1e8c99c2c0da87d18f0e4cc63917ca1c88e8e +size 1917504 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-pseudo.png index 641d406d4..2ffb639da 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1149342016dee9e21e4d4c1504f0f05704ce636ee2c0f7e57042f8b8173ce675 -size 1939470 +oid sha256:eb3008902d728abf0b273fc5397b9b1d59e1cac9b027af457422553410d22525 +size 1939126 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-en-GB.png index 92fa0b746..4c7ec7c5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fc2fc79a1b58b2465f954e675873e1c7ddcfee996673c3ea265498030363e16 -size 945172 +oid sha256:75ec3cbee74c9f1ab85ed334e7c03c1df3bd7c153baa148cee57e0d1fece588d +size 941617 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-pseudo.png index af1b6f9e4..1cfb58d3c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemBubbledStylerView.Thread-summary-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d018de70de38ca26942b4db848d340ba22a08325b9ee0e03c5a41b97e4da5854 -size 945440 +oid sha256:b1eb19d6f01aa9b9b94c463c241a9071d8af6a011bde75abb0756993d28f2f88 +size 943799 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-en-GB-0.png index a3507be60..15eb560b4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81b65be3fb504189a01b685f324cd9f8c5629544f3710dc363194dc19126d30c -size 111814 +oid sha256:6ded4bfd28794d92992449d932952723d38c049104d30dee66f169688015979a +size 111764 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-pseudo-0.png index 941233390..604fde2e7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bde73c9542390b1085d59233c72c52271e7912d179f37b53188bda729b8a0b3f -size 112606 +oid sha256:0c0efb16167bec1588620c11ab0d0d6442f12925d79c05ef72da34e5de47e01f +size 112559 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-en-GB-0.png index ff7e79006..2b287856b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49adeae608c9c17b31924e0d6000099612c5f14959b7773c02b0d6be22062778 -size 64872 +oid sha256:b0de4d31cede1e5f005daeaff208feef16671300d4bb46da8cad2ce60440ef83 +size 64857 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-pseudo-0.png index ff7e79006..2b287856b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemDebugView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49adeae608c9c17b31924e0d6000099612c5f14959b7773c02b0d6be22062778 -size 64872 +oid sha256:b0de4d31cede1e5f005daeaff208feef16671300d4bb46da8cad2ce60440ef83 +size 64857 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-en-GB.png index 224164909..80472ce99 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd2d3194090b9548633385691393dbd07bfe798789fdf1da18a4763c8ac4c930 -size 155453 +oid sha256:e1976ac1038b67132f9f449a58d40eadbb560178c2b4c017c5b92660db3c0f36 +size 155475 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-pseudo.png index a0c881d79..3d2b89bbe 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:022010ab7f76c7c16a722d0bac7a1845765f111e34d20614e1f4d083d17be628 -size 165906 +oid sha256:d235a1a6f9a5472ce2424d99aaff8a9def63e21e01aef943a854d4932432352f +size 165400 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-en-GB.png index c77f28e0f..03b1e1b44 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13ae2e65444bce6394fbe222dd8d676d284264186513217a5263673374da51ab -size 106182 +oid sha256:c54e6061dda2fc3061eadaf62fc0ee6a2e1d28608d3a82b1c088c548e2f8bc89 +size 106200 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-pseudo.png index 1e6efe5b4..08ad632e5 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Authenticity-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2df95480af149205fd00db647ff5ea23170a0e75832084b44ccfce7825d8db63 -size 130931 +oid sha256:7dc39750e2dd08b85b187ad82717f8b975f932ebb21cf455ca587b1ed52ac94f +size 130270 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-en-GB.png index 4bf644633..53b3c6e9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99d49954e47323e7a967cfa96c79205f05d043f2f65ab72fbbdae6726f3aad17 -size 166485 +oid sha256:a63c088d3dbd4cc686a1ae60802cbaf672e0ac89a2ff99de4b14a8542956d15f +size 166478 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-pseudo.png index 12bf1d1f1..aa77edc52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7340b6da5c6609830fdb3ea9b1ebaa13c96e83f70e79ba6262164a955fda9090 -size 171736 +oid sha256:99f0b667bcb6d6fd80159a436d20a3d4a825345193804fe399c2855e83aeb4f9 +size 170926 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-en-GB.png index 4f5a23f5b..a2ea1015e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5559b72074d320c54f511643c91a9779a578f4393696e8ffff2b84c26b2dd8d -size 112282 +oid sha256:8cfe8af085ceb91ddab73f1c1fdbb47c4f5edf126bbe5d917b68c76b8a94d9b0 +size 112285 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-pseudo.png index 83d08d75b..6115fe30b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Button-shapes-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95b70eaf71b7e46aa7b5e9d56b9cfdbb8fa17849fe97530fd3235432f040eed6 -size 127585 +oid sha256:aa668f5ec89c54e5bc0a5345db33e54c8a246dad9757e8bf6cf08c5bcd35d8b8 +size 127027 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-en-GB.png index dda4fc641..5e5b31793 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc55c9d32c43bea46e5175f034f6cbe25188c53deb90dbfe5c0b357625971112 -size 154786 +oid sha256:8b9f0f11e6b830f20f12e63cfac8907f4d548ef6d0a08e0c2d11d57f960cb5a2 +size 154812 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-pseudo.png index 88921c340..94032b2a9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e98b48750ecc10aee0a3e8ea2e17ba3ed98fbec1c314f28cd4ef14eda991bc43 -size 166201 +oid sha256:f8cdb08253d7d38da905b425117d8525188e5e3ed7cd00b3489c396fd1f1dc31 +size 165367 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-en-GB.png index 1d086fd89..2a7a85aaa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24487dea90362bf6ec30a6797d37559b1361632731dfe1233c14a30cf9cae9d3 -size 105744 +oid sha256:ff0dd3ed4cf74a9cabf507f60bc53a6d64461b9812530aaf084f89fcdb2fc933 +size 105776 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-pseudo.png index a49db9248..2750ec46a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Identity-Changed-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9271ea03c404563acae39cc8370b3cf1aaf9f86536efe713158bc8dba41b34b9 -size 129699 +oid sha256:91ca91670fb0ae1be081a175c0f9d5629abe9024d5409ae15d3ca792f0386d27 +size 129008 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-en-GB.png index 7ae50c321..3cf411131 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6c80c067376374bb68ddb5a31fae6a635e75b7750b81fc952ff3a55c12aa9a0 -size 137539 +oid sha256:76490fb8169e32e2b1d2b78e69bb612ede75d07026ddcc194471e805372274c5 +size 137570 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-pseudo.png index 0515ffc5a..2fa2fe93b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:994b563af110aa982b1615b47569fb5294d7b458b628666568c9b62c836bdb98 -size 142648 +oid sha256:a941f28b8bc50607ea1c031fd3efdc14355ca137f1eff3e9465be62b4f9ecc3d +size 141849 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-en-GB.png index 463b89052..5c43ca991 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af76b006740d0da42b8c7ab7762e623118b081704f6a631e30f0225bf34e6e7e -size 91026 +oid sha256:d771ba92994e7c7188ab17f0716e24e26bb1db42a2787fd5c98fa1e04c023442 +size 91003 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-pseudo.png index a2031017a..f69c5ebca 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97c7fe384efd1a84d9779502a9413c10cd55f14041b30668464d2625ac3b9607 -size 104612 +oid sha256:06ca1595f896eaf7d2e5f59bb26ab524887c2082107bd7ca8cda2e0faf885424 +size 104041 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-en-GB.png index 49aae74cb..0d8b84894 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b317305450df81ec0d1f866b4b399ad82353f02d1a0d4073a245375914527c46 -size 147689 +oid sha256:77fdd75ad65e47147b62c60c51846df48df59a9bb7edea22e507e3016bb152c6 +size 147715 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-pseudo.png index 744d95e11..caf1749fd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1902fcd78d5f1974e30cba352d1af32729a1544380d7f6c3ae8d73f4ea03f957 -size 154039 +oid sha256:4fcdd8a6aa2ca03349d019039bd014ad5a294ef02fffceb0cd4c20b2cb3db22c +size 153252 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-en-GB.png index 5971d5a34..0d2fc055f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:683b4708df6c6e304477230e55a724f97142d9fdd8244339f178b5877999fbdc -size 100020 +oid sha256:0c1951832b7aa267af11897de7eb5778343accd69246ea1b6f85561857afd5ff +size 99982 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-pseudo.png index 42da796c1..fd6d5ff5b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Media-with-Caption-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b548b8272f1d82a00f2f35ed82e6915a0ef54210ad10f4c17dc147f8c3adc939 -size 117125 +oid sha256:0c77e280c8177e84ebcb08ef95c0cd250afcea043fe22599a312ef442f32e65b +size 116546 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-en-GB.png index 64df433fe..b323b8184 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f456bb0a77ca4c82b0b2f9843451aa326f9e8964bf39938ef7955c8a8694c53d -size 143571 +oid sha256:538ac8e75754d250b832649a294b262ad298286a591956d86975a7e470d27e74 +size 143595 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-pseudo.png index db9e9d1cb..8e6302ecd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acb3417f6033c2c20feeed82b944327be364fd0538c7817d056449a53b68f117 -size 149146 +oid sha256:d3af710ed08b2794ce8731332f2671a1542798effa726bca9437b8ff83766cce +size 148191 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-en-GB.png index f0894678c..3504322c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dce2eb61e6c48c8f24de6eae58bcde1bc9948a86147f62f640690f91d7142262 -size 95756 +oid sha256:717956205f8757551df206e7d4d9571173e9acb00a50481d086450d3a12b4f51 +size 95759 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-pseudo.png index 2a058bbba..8d3892cfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Normal-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66b00ab4f4c595afc09228e390b8ec6b4f405e5d9c04815f2c50493f7a1eb695 -size 110372 +oid sha256:0d6b91ed4d6168794a4dedd445590f143ea6aa01c7b7b2a0968417b608cfbbf2 +size 109775 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-en-GB.png index 78d827858..151ea6927 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1219959fcc7c163c98c0fe76add1fb7453bb4ece8da2cf073cc5fef13efd6ec1 -size 154939 +oid sha256:8c0d54425b363ebcc14796836dcd3acaa222c39ffe763db4e5101c974b0cf37e +size 154962 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-pseudo.png index 9bada2e40..06634d175 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f78e9c012084b6926d9d64a62ed6ae40577ce3d9c80b34d350229eef722667c2 -size 164314 +oid sha256:a30bc4ba4670d871a1fd2130f8285593dc420675113256ddcded53c98eb144f0 +size 163449 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-en-GB.png index 90bbea103..877b86670 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e998a42cf46584c2245bc91676d7e1db0a9f7cd438218bd897ae6c061f3118ca -size 105584 +oid sha256:51eb4eef20663a2f0255aca80ff282776f7a81b819011c624709a3d70c4cdef8 +size 105599 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-pseudo.png index f7853926e..33943a820 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Own-Unsigned-Devices-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ead37e8a61f983a60f87e17aa2a49e7d75389b0628514f9aa826094f65c609a -size 131459 +oid sha256:b3617d397cd3301cd7b4577dd47fc98c0df4f66a50aedf349895d07c64094e94 +size 130831 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-en-GB.png index e79284a1e..471681c17 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a940a39a4cc46bff61a52b4e88725195a40b40cea67a83bd740eca73b078d88 -size 148655 +oid sha256:edd4f5d4bfeae3754fff63b7eb9372ffaed6df623d49bd20e4b64468edace6be +size 148672 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-pseudo.png index ceba35799..6905d1c14 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c481365d2fe1934e4606da4e0343aea699488ea24473b0b3d53d11f1abdcd647 -size 156506 +oid sha256:c9e7bc24233ca722099e29714f19f01722cb8ce5404a8c0ed02e5738a3a38a2d +size 155691 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-en-GB.png index 9f337c6e3..362a1a918 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9c2a04e2ed2372cf3b0fff22128df11ad0c448a6e2ea29a553dd0c5df7f5822 -size 98530 +oid sha256:858a72f8ac5c5883098d9c2ed046502a6eb1f8ab2fb4a3e4b53a30dc31ae42e6 +size 98538 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-pseudo.png index 06177589d..3a3414e0e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unencrypted-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aabdd17f255346b756a821d33f9aebedd24690cdb2573e2e8257b338f0f69ed -size 115447 +oid sha256:941ac7f0f5e78eb5c84e053bdb8d174f7dfdfaa2eaed6e1bafa52b9e9a4d4f99 +size 114906 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-en-GB.png index 64df433fe..b323b8184 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f456bb0a77ca4c82b0b2f9843451aa326f9e8964bf39938ef7955c8a8694c53d -size 143571 +oid sha256:538ac8e75754d250b832649a294b262ad298286a591956d86975a7e470d27e74 +size 143595 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-pseudo.png index db9e9d1cb..8e6302ecd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acb3417f6033c2c20feeed82b944327be364fd0538c7817d056449a53b68f117 -size 149146 +oid sha256:d3af710ed08b2794ce8731332f2671a1542798effa726bca9437b8ff83766cce +size 148191 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-en-GB.png index f0894678c..3504322c7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dce2eb61e6c48c8f24de6eae58bcde1bc9948a86147f62f640690f91d7142262 -size 95756 +oid sha256:717956205f8757551df206e7d4d9571173e9acb00a50481d086450d3a12b4f51 +size 95759 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-pseudo.png index 2a058bbba..8d3892cfc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unknown-failure-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66b00ab4f4c595afc09228e390b8ec6b4f405e5d9c04815f2c50493f7a1eb695 -size 110372 +oid sha256:0d6b91ed4d6168794a4dedd445590f143ea6aa01c7b7b2a0968417b608cfbbf2 +size 109775 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-en-GB.png index b6141bc61..516f3ad39 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbd584f84b4630ea147d995607b3660611ba030a2b2b38c0d87fee4c97c0c2c0 -size 154056 +oid sha256:c0e24950246061ff17a9c49c53a4394006310c98c31277ccd05356fd0ca2ed9d +size 154079 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-pseudo.png index 5cc7ff3af..4b6bbc806 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:132d7a87142cdc755add47b9008b7d54130ae715163fe4e84cad75b522a52859 -size 163683 +oid sha256:3e1c748b2f8c2a1250e996c4ca7d7e1c8f22a9bced5194ae87cc7a0eb7b8cfee +size 162793 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-en-GB.png index 52b2f34ee..d14fb948b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4972f72f6648599f05a249f21bdce7dc600eacdde3b4836c218c5c0e134b0577 -size 104365 +oid sha256:a8b784ce9735968d2405a6d8893a94393ed2d93b6122e22166768556593c06a2 +size 104369 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-pseudo.png index 6fa2343ed..31b69d328 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-Devices-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:112d37d74b76477ac7e19a57d05857c0f4fba7148c45ff0a05116e3c93059c75 -size 127510 +oid sha256:e17ad5be1fdca8a9df0964931835d83e50a4828e2c8a06a31a100c948fbf423f +size 126831 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-en-GB.png index defe6f04c..c4cf9e0c4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b76128a705a7483a2f9210858dfa828f6de45a462fd6dd52488b81f4dcec4758 -size 152767 +oid sha256:27625ed2a287e981121b9c5e58c52bd85077f02a88c416a6c2bd88ad2cc06daa +size 152799 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-pseudo.png index 4a650f2cd..417e63198 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a57f7e009f8f3143560ab703bb8c80f42dc784ed9dba237129bdc88b3c48fb -size 162417 +oid sha256:be011efeeed166e023fa771a5038af8988d3c5067e9a0d673043c285376fa96f +size 161799 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-en-GB.png index 2c01f0687..18af92b48 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ffe14f9180ef48775458ab29904c1f2dd232b40798ee73f4835b7fe73d8e437 -size 101778 +oid sha256:19594ab4fa2d410ebcc577c6b171790c31b29c69e986ee0f25061a5d09f1802e +size 101784 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-pseudo.png index 5a5d27a70..93706417e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemMenu.Unsigned-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba3947bc030a82d9a2351eba48fa50160618279d4de08eafa8f3848378b9e3fb -size 123158 +oid sha256:f44f7774b5d2e89b9c16bea33febbbf4281e69641024a88c7c18dfe2d3e7c84d +size 122390 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-en-GB-0.png index 7c5186b0a..1ee7c2a5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7848594961700544347776b4ec346e87dff5848a0f99e468e0a0df7b173ccfc -size 85032 +oid sha256:1646025bb6b17dc75b25e04b34161200ac23b76e3b5ce28de83e2d8c76c7b277 +size 85046 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-pseudo-0.png index 7c5186b0a..1ee7c2a5f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7848594961700544347776b4ec346e87dff5848a0f99e468e0a0df7b173ccfc -size 85032 +oid sha256:1646025bb6b17dc75b25e04b34161200ac23b76e3b5ce28de83e2d8c76c7b277 +size 85046 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-en-GB-0.png index 6014c9be9..df28dc66e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebd41dc454e46f31a4c1b84bd5309191f52b2f0d181f9c77f9bf2b584ac6d7b7 -size 42173 +oid sha256:5bca960b2d5a5aec2352a759db88e18b9ff3068d99113698a1722eff7c445cc6 +size 42148 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-pseudo-0.png index 6014c9be9..df28dc66e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemSendInfoLabel.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebd41dc454e46f31a4c1b84bd5309191f52b2f0d181f9c77f9bf2b584ac6d7b7 -size 42173 +oid sha256:5bca960b2d5a5aec2352a759db88e18b9ff3068d99113698a1722eff7c445cc6 +size 42148 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-en-GB.png index 7994c8424..efa73ed72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c116146af61a38f0a7694d107b1f4fb69d8a51819e11f76b581810acd62d468 -size 104654 +oid sha256:fab04d04a65e2cb1357df57a0b829f2905b169b5b3fa297f451f07631d8d0852 +size 104639 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-pseudo.png index b0dda57bd..efa73ed72 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61c9e7095691028a06c241195e931a092e01c68457568d7c1c19fe5e5395e2be -size 109824 +oid sha256:fab04d04a65e2cb1357df57a0b829f2905b169b5b3fa297f451f07631d8d0852 +size 104639 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-en-GB.png index 49da79af5..bcecac8ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62e90606088e083d37220bf9a657416c590e4e812d67b021d7e6a29c18f1e044 -size 61295 +oid sha256:ac0d3314a761d05ed6a952af1d40f19b5b50c0ad092919239432b74c0d6c90d1 +size 61290 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-pseudo.png index 76287e58c..bcecac8ac 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-LTR-with-different-layout-languages-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb165cf8137d98147a4ca9a5c7f8accb684491c05d2beb78c0ecab7fe568a9c -size 64909 +oid sha256:ac0d3314a761d05ed6a952af1d40f19b5b50c0ad092919239432b74c0d6c90d1 +size 61290 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-en-GB.png index b3bf1cc4d..c60edf740 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04b3178f8151ea032dcfc741d8fc1c1826c64f1e63c1c201c6cb304a52407a4e -size 103663 +oid sha256:e365005436f499e89391165419207992ab3df9baf486e264898ef1c4e0a58fb3 +size 103656 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-pseudo.png index 946cae428..c60edf740 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:230d09bb33e4df6698b4ba3da803b7729f91817d4b4c517bb6ded0838c8bcd37 -size 108827 +oid sha256:e365005436f499e89391165419207992ab3df9baf486e264898ef1c4e0a58fb3 +size 103656 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-en-GB.png index d559c9362..6e3e17565 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb02c105f9558f0532da9764fdde6e31440a383febe2cbc519ceceb2709f7ffb -size 60322 +oid sha256:9872bfbe99067cc053a6850fb97acbe1e99700345922aac6942d4ac6fc7558d5 +size 60321 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-pseudo.png index 7dc772dc3..6e3e17565 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-RTL-with-different-layout-languages-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67876b47e3632216798d52d7fc0b85ceabf81cd4dcc113474ab32851ad64c0b2 -size 63848 +oid sha256:9872bfbe99067cc053a6850fb97acbe1e99700345922aac6942d4ac6fc7558d5 +size 60321 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-en-GB.png index 848635885..d017a9527 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2569c5fd2e000ada8a88561455b9fbc7fbe0820a8a48fd32914d1b73c189526b -size 92964 +oid sha256:c9bc14b86544d5a6ad6be2edd2bfefd0706f1d79e846c440ca8049ea7b465402 +size 92952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-pseudo.png index 7f4f3a64d..d017a9527 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41a8f737d9819f8583c2d120237ef3c47c59c1428b61351f65472130ae7d9696 -size 98256 +oid sha256:c9bc14b86544d5a6ad6be2edd2bfefd0706f1d79e846c440ca8049ea7b465402 +size 92952 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-en-GB.png index b4673e3be..5d8b99f70 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ccee9e3f4eb13bf665dbb8e67c10cf96906b4dcecdd8dab0b10b2c9705c3fc3 -size 50410 +oid sha256:d40816740f3cad15491d3a1a5b3fe8831982a10925a759ef29aecbfed2612d32 +size 50402 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-pseudo.png index 08a625c66..5d8b99f70 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineItemStyler.Bubbles-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fb6877673b426190d8be1efee8eb5c4b8755d3a46c2bc2e0f647b5816b90c46 -size 55064 +oid sha256:d40816740f3cad15491d3a1a5b3fe8831982a10925a759ef29aecbfed2612d32 +size 50402 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-en-GB.png index 8bd49618d..974d9afd4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bdebb424a46a99ad6aedf1c477c236f8a02b35ce4ca21fd0a7b1682bddd0044 -size 130062 +oid sha256:dfe7dfa9584bf529fd44ac12184aee1ec65208822499efd4a22362ee1ae31f37 +size 130114 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-pseudo.png index 74e209356..75ae4df05 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5765f64f5dd6fcf108ed8d75832a1a82d1d246a50af0c957aaf77568fc96c14 -size 139865 +oid sha256:988eaf1f3dd0024fb02d532a6494d716060fe880a95f73456b8df677b615d551 +size 139015 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-en-GB.png index 631cc7405..98465990e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f946edd1fc5bd9ad5172008ae0829dc71016239918dae4505312bb0d8691c1e9 -size 81809 +oid sha256:908c6346c67237fac4c521b6bea847fc69e6f37ed1f3af8fa2df74182f535077 +size 81832 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-pseudo.png index 0c52a5d58..19bfbcd4a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Image-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb35e096e50d72b505f17511cc10dbafbdb3d6bd75488d03541604a1cb9c54d4 -size 92716 +oid sha256:70ac75419adbaa9982c3e1ac60e1dfcb621d116138eeeee1b5f0e5102453fcfd +size 92129 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-en-GB.png index 552fe62ef..a70cf563c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34326b90af3706b06a3db702bfc068419df5e313e9ea6e34871d39e573c6dfe0 -size 112687 +oid sha256:056cd98fea9e111f92fcd14016d5f02d1c5b0030341bf54d47b5a05192451fb7 +size 112722 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-pseudo.png index f67a27756..6f9588a9a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9eda1c1794e8e4c26ad973e3181358295449bac44df3841abb6f5506eec7fbcb -size 119856 +oid sha256:da34ceb2d5146f3ee19047388bc282600e9c68594e1f4dcd11547a53da80cf92 +size 118993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-en-GB.png index 415991d8a..613d0044a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91b84d0fbaf7c8beb7b866f8f622c7d721bea7494a1a62121d2d131559428ef5 -size 66231 +oid sha256:6fb17b7d7328e46cc53db7d554006ac26188b35c42334eb0fffd82b0a20adf8b +size 66273 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-pseudo.png index 773fb1f02..797e0f000 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Incoming-on-Room-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55b819c3e149db5df36777dd9be8779e8d3644d3c92c34d55d2fdc8079bd060d -size 74238 +oid sha256:973bbbbad16a2412d6d136abf97c526b9b13719ce5dce34edcebea2d11728379 +size 73585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-en-GB.png index 42b28f785..bbba1f2d1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38723c5a2d87690fb1f57ca66ecf696e7c91272a40979449aaa2b0996433a09a -size 123617 +oid sha256:b17c46a0f4343cb40be75caa46ed687c75b5588d0c06f0003f34c9f5eb567bab +size 123673 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-pseudo.png index 6a5038391..5c0d58e06 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3bbf56dc154230dec9e6a4e456a86e2f616870061ee24d3e090be785bb2375d -size 132971 +oid sha256:414ac04f4c2b1bcab3391a9085911e9edfe96165de36432494a1d045b453e217 +size 132131 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-en-GB.png index 7e12f8939..02bf26975 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1ea2752b2825c440c2ce6a93c79505338ba34f597be350dcdfc0260d130302d -size 76307 +oid sha256:03ec88b697490faadd8d6f502ac1e1e36c13d9a9469e6c949ebbb9efd575015a +size 76360 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-pseudo.png index 1a06ab727..a81e36ca1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Loading-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cdbc286f8527cd584732a235058ff455ca93b883c904269540649e286b47580 -size 86008 +oid sha256:f825efdb0cbb53ddc968ffc4143dc8f1d57cae43ce58bfd0a4a7e01e519f5518 +size 85431 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-en-GB.png index 7702882e6..3ac5ebdf0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:527531157a910ae4f7c2e2ffef4a3e986482e1de2b9b366c153dceaf63652d2b -size 117197 +oid sha256:6f67712975bcadd446206574c418fa52b58281af52a65d375bc7dae52ba3d92e +size 117232 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-pseudo.png index 34d926543..88d9a8ce0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc836edafebb818a804ed20932624fae810b2496daf0293553db448d0e0481a6 -size 125172 +oid sha256:f561baab3853bb1d53d178d6c7b03466895781f2fab33e5f416fe3441ca46f32 +size 124317 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-en-GB.png index 022d38767..601474dcd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6eee65dc7f2dc39dca3e6bf868e6c040ddefa910065c5821bde34a0f30290e12 -size 70796 +oid sha256:29039b3fad4839f03c046dc17e6d196522869c97cc318af119c4380bb6080c1c +size 70829 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-pseudo.png index a3695578e..4aeeabeb4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewDetailsView.Unknown-type-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96a69389b506efe0e1d9ce365bad1dafb346e287dbe9c5460b74917362ce218d -size 79452 +oid sha256:ebd597c5eb4433cc3e61b0d0c5517ca94d6c0b49a29cf0f7f5af08b144447550 +size 78813 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-en-GB-0.png index e833bd5e6..690a8e68c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72dceda78f2a8d0a89c159d63edd861afbf54e942a98ad09545a6dcf6f77e091 -size 119259 +oid sha256:fb10e7ac82b9e59b99051396a1ea10020f45cd842a6134a2a6e9e7f76d9bcf88 +size 119421 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-pseudo-0.png index 844a298d9..88cef5a22 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6aec863baa776328de0bb460c8451789c98edf2ffa974ec9117292010dffff8 -size 128066 +oid sha256:b655ff5bd775488bae7bd395a5f629cb7e357f9b1d2c58f04434c451628a231f +size 128199 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-en-GB-0.png index 6567a1532..1aace69c0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2c09049a70196253469f3a3c6a87e1c3b839511b5580ca136189854bf9698c0 -size 74928 +oid sha256:be41db921cf2e5665331b245103aa82856470dcf04a76b920d3c85c8f2b068ef +size 75025 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-pseudo-0.png index f40bbef54..da6118e41 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineMediaPreviewRedactConfirmationView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e33ddbdd981bef65862874373823e657926558cd09e8cbe3de1bfae8ef8d3669 -size 87975 +oid sha256:5ea136695fb5b8ed27b7855fc3de4854f0d362ac69f3a0281f4e750510097e93 +size 88094 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-en-GB-0.png index ded325dce..df30164c6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e70f403b158600182499365cf13d720870322dde412ec6c7cc5c07649d3f165 -size 159207 +oid sha256:2910363ab57387bea88ac2f991544e0a78de8b28a0cf638deb90afce9c1db9ce +size 159192 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-pseudo-0.png index d2ba3854e..db0534b24 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c789d895001eb5ea7d635cc14130f30432db6ad428656ca8481e4a1cb856e8c2 -size 150391 +oid sha256:2f94ba1739043bacb901d1e82cab55f495f1b1d59f1969f18d32f1f8d530809a +size 150390 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-en-GB-0.png index 1bd35d674..fd9181eb1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7999ef1c1ce9a457692f75d7551ae9d855f07f6d526ac04e47782e192815a871 -size 106691 +oid sha256:16039f1f74ce90ee0505d0f4c6138638d3d80bc5a59b98745dfb932d6766a61b +size 106683 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-pseudo-0.png index 8cd27454c..4e0d3c5a9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReactionView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8146956c539c3f70eec3a546fc7880eaf8add466defa418c8b9f88d3e245a2d8 -size 98848 +oid sha256:f3c214fc508afb3709fdfda9b4747646238321586c0b44b082f72921ea6cdeca +size 98843 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPad-pseudo-0.png index 6361f6d3b..78c9306af 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d4bf1c97977129580a538593b9a418855a7293040b0f98c4c86eaf52f89922b3 -size 75388 +oid sha256:9386e1291c44027bab83a3d5fdfb243b1f69f36d8702c1d07ed78be09d71b1d3 +size 75389 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-en-GB-0.png index 8d75cb1e8..6ad062528 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f8e0493510c102234ef73712d603f484bdee6db7393eb3ba9e4a890787fdb51 -size 34021 +oid sha256:9ba43c614e1bac0f93e141c254c68184147cc7253f6145ba69096297f0df0d3a +size 34020 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-pseudo-0.png index b9ef5f58c..7951b43fc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReadReceiptsView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40f28da9c6ca03946b234d0b9f33b30c69d03628b3e8f1d0ced8f06e36fc050a -size 34494 +oid sha256:c739a242b1746d186a8c98578232b52f3058a15af414f4ef356be12d3eb09f69 +size 34493 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-en-GB-0.png index 2ae42df50..e1c55b21d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b3f9a8c7f77d7caa9e82ee6220606656a84ade96936f73369f651544676dc18 -size 270385 +oid sha256:0eb2a3ed32819192dde38db90919a2eee42a5fb23ea28eb0b9937e48e26940fe +size 270761 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-pseudo-0.png index f9ddbe047..972988f52 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f39ec46c047b8753fcb961a3c341de523de9fae4f76405240d01108daeb65127 -size 279803 +oid sha256:3173094a646e69d89458faa170f019ad362435fddc29ef15cfa7781712456b70 +size 280344 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-en-GB-0.png index 96a597f6d..d4cada2d1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40dd5c70e527101dbde5ad0bc9d307a81ea8a5b57cca3d96b1216ff6b417150f -size 191644 +oid sha256:523cd0813c36ec31c7669b6ff1914001dfed1a2c0609e92c9d83f08753e950fd +size 191993 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-pseudo-0.png index ec7dfed78..650e87ac3 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineReplyView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55b9bc0b2dd96b0d7809119c288df4a1b1b3602a5c4d61e4e6fb1dda71b4fe3 -size 191806 +oid sha256:9adf675f3f1582e1a35bc4a9456087f4e9358d14bf2d856511a0b1d156b701f5 +size 192246 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-en-GB-0.png index 583a21632..666a9c0b6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a23002b129e657affa39005cfd798b7cba69410cfc2217e8ca68473c9c1904 -size 12023 +oid sha256:733ffb8a584654f49360ecea73f11349e2cd0563ab31d123c722f5ca2d453d12 +size 12022 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-pseudo-0.png index 2656c4f52..6d143cbef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af63be3b23ffe433d52a494b13182630cedbec07ef1787ef39904b8a085f206f -size 15444 +oid sha256:96996cc5ccd4485a3ac66e8931b810cdb3e6732622ecd2030e28ada3ac327028 +size 15438 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-en-GB-0.png index 80f774c3e..6629cdefc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca6209bc798f344af1923871ae59ce1c8bd91913dd50d7740d6352b5428e5d07 -size 8416 +oid sha256:c48496e1e08458b6971c77d172a0f9c30e11a3e0a70c2a7003ceaa4d2732b960 +size 8418 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-pseudo-0.png index 05f2af0ea..574adbe34 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90137e56f48b5c2c84907876e21cebcfd4fd4c62b030669144e830fcb1a9bea1 -size 12081 +oid sha256:079526ccc87ad8fc93792a554366873d06a191b04262ed847bff06037d906abb +size 12084 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-en-GB.png index 011661fc4..5ab310d54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2307ccda4662e19fd5f0128aaa7ad039d2007f08be405f0d92a49d0e573e8529 -size 89433 +oid sha256:9f6c4bb7834bf6fed7bd92aad739944845d840a8f6cffa81b2ae91eaa302041f +size 89437 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-pseudo.png index d0eea3e9b..3d0c03829 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8ec121673faaae729c239e17f611c8bb3fb03154ae30efe743c6a1b64ece07e -size 98666 +oid sha256:28e35814b212f9fda0acd9ddefb8964b89a33a3ad923c06b58973a85c19278c6 +size 98688 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-en-GB.png index 372214ac1..19382f571 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe57bdcd32245c522d1140b833d65f1c326da0d1f81942d24b2611abcd73f3c0 -size 46522 +oid sha256:ee6fd7f14a08061550c66379ae2ce2f024d3a1595ea914c4a4c37c327797f21f +size 46531 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-pseudo.png index 9cccaef58..0876cf5d4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineStartRoomTimelineView.with-predecessor-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fec96ce4b90efe4050df902d6c74ba5856745cb4575454d63aebd24fa5df0ab0 -size 66954 +oid sha256:a3d684ab5af40edd7502f186e3de22e54412d7c39f66fc88895319e58d01e7c6 +size 66998 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-en-GB-0.png index bea55be4c..a0b8b75b7 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d78940b09bda4d73309eb18d4cd2cef3b05fc21e0d57c54c312d12228b50a62a -size 270072 +oid sha256:d22cb1c5face4758060da1856aa71ad7149a2a2cd4024fb3308b1515b413d452 +size 270065 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-pseudo-0.png index 0d18d6da6..b38a43fe2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:602ac6b35ae377ef95b02af47e209b0f89c092898718b59056aeca6efcbd3afa -size 339392 +oid sha256:fce94810aa42f73ab9d2c6c094c7d50452cd7f5af7360a7bee6f432b14391306 +size 339338 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-en-GB-0.png index c9acddfa9..e5daea9fd 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b69d937574343a3e37ddf53e80ac0ab518ebdf82781b269b220b668eab3fc84 -size 181150 +oid sha256:d301e016e15261341b3bd40ac59a98e6b7b098314b1aa73f4b52fcfaabbb2031 +size 181128 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-pseudo-0.png index 484f260d4..112b34f0e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/timelineThreadSummaryView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64fc0a5e968ed98efdb584ce42229edb158a854b61da11ca7c5891d1a957077f -size 226316 +oid sha256:d7f88a98a66cf9328c0749e057695aa8fc10bdbd8fefcc9821ce23031bf98983 +size 226216 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-en-GB-0.png index e8583e703..4389fe147 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84127273b7dda8725b04de646fd6315bd3e005e8e356a60dedb8de30735258f1 -size 105046 +oid sha256:6fb5f78b2daa9a701272950302adc901bd1006b5914f1bca8749b8118eb4ff0f +size 105055 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-pseudo-0.png index f67a8d4e7..3c9f45ecf 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65fc7565a8ed957b285ff507dd6647e7c9b90773a33e7fe8172f39585e689690 -size 113991 +oid sha256:6d39fe79be67dceef8d4a44a32b3bb960fb0acb96f44da0eb2a2a46339eb089a +size 114029 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-en-GB-0.png index f8c4fab8b..bd00aa422 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da8cd343a022dc76acd84e905dd9e2661daaa01efffff9bb622e0e939c469d2b -size 59231 +oid sha256:65eabaf71e566b72acc3216f8963d3e62acdabdce24195e1f1a67e740b8f8062 +size 59216 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-pseudo-0.png index 867ea608a..8a314be54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/typingIndicatorView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05bd5811e9e6551e6f4fc64af5ce635b1b6cf4a7efd98f9570c2a53c56ff1834 -size 66258 +oid sha256:d7abb7234f45e4102b0bfa57610a56a00e0d5de1e73e65529d1d7ed0835b4a3c +size 66223 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-en-GB-0.png index 0de8d28d0..13e2376a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2e3cd44ae521be569ae6e7f9eff520da9d664d5e1b545a3504393e13880b06b -size 96670 +oid sha256:018366e2f6d66123dd0eca35f8ee780a741ee02c6467cbdb76603a17d1c0112c +size 96750 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-pseudo-0.png index 11ece86eb..13e2376a4 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb322f000ed8bb3a64a4599f9bb7d7019b2ecbed988d784c21979783592f0098 -size 98035 +oid sha256:018366e2f6d66123dd0eca35f8ee780a741ee02c6467cbdb76603a17d1c0112c +size 96750 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-en-GB-0.png index 7483ac37e..4cf9039ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7506ff0c531e2958afe020aaebc946994dc9f193c2bc443f43bf072c48ab16c5 -size 62189 +oid sha256:1daddfec8db1e0fbc3b5be837ac8c087bde92d715057d884658ae84ef6bda062 +size 62197 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-pseudo-0.png index 996e9a037..4cf9039ef 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/unsupportedRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72931f936a6998d52b98f9cc680fb3a03e9e0562ce62064a850f06a609986f48 -size 65876 +oid sha256:1daddfec8db1e0fbc3b5be837ac8c087bde92d715057d884658ae84ef6bda062 +size 62197 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-en-GB-0.png index 07a315d26..9367ff2dc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2c629ffecb516ac017eb2288cd73cb439c8024b0eee1529785460b165a1a614 -size 103329 +oid sha256:87f751f1906937a5372763b148c3ec2af1f814a9bd9ed35e9df132c4b251d1b4 +size 103332 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-pseudo-0.png index 61341db74..b5e53c97d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1f200db88de09355b7800a94829394a82872ce974272f6c5ae6643df4ec1f09 -size 109842 +oid sha256:9ba30cd0d1605c167647bb337f7c52bbbdf0520a7e29ec7923d8e3ecea356d1e +size 109826 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-en-GB-0.png index be96f137f..f50dfec71 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58dbe47880f89e9b6a7241fb912f1d7fb0424d29c23226f88597e256ee5a3959 -size 53185 +oid sha256:17f3c9d0c4f04e69378dd5f467cb5b22493af959aef7668f7cab609b0d622362 +size 53189 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-pseudo-0.png index 77a445445..78560504a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userDetailsEditScreen.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d94a12fab2375402146f3eeff35e06146e0f161d919c6a06fcc85de37a5d2374 -size 58220 +oid sha256:e3618e299d568d46eed494e6cf079067876e9cd999c02d376117fc90b9da99db +size 58222 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-en-GB-0.png index ca1cc78c5..a661cdb59 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:848c3e89b4a3152582fc18b711f4b277e5d03100c5d8425cd7cb1047f15e5b93 -size 150863 +oid sha256:e40e498d1754f90ab39ce6493f63a0977c971a018262369da6fba5274a401c8b +size 150873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-pseudo-0.png index ca1cc78c5..a661cdb59 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:848c3e89b4a3152582fc18b711f4b277e5d03100c5d8425cd7cb1047f15e5b93 -size 150863 +oid sha256:e40e498d1754f90ab39ce6493f63a0977c971a018262369da6fba5274a401c8b +size 150873 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-en-GB-0.png index 68156040a..05b98d617 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:470b1e405d1e4da29dfabd05153174d9aa682f9655013b29639f7176991e2d63 -size 87919 +oid sha256:fcbfcd8d8dbe0cd7f6bacd243f29e73d30ee240ad96b9285cd446b5c08da7b60 +size 87936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-pseudo-0.png index 68156040a..05b98d617 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorModalView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:470b1e405d1e4da29dfabd05153174d9aa682f9655013b29639f7176991e2d63 -size 87919 +oid sha256:fcbfcd8d8dbe0cd7f6bacd243f29e73d30ee240ad96b9285cd446b5c08da7b60 +size 87936 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-en-GB-0.png index 58d6b5632..b17fc2147 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1ddb695450412ad2cea3b0109bb944319a3cde7f6b5fa10b5b66e39b484883 -size 98613 +oid sha256:d5f161f377843871eb7db7facadffd46e06beb94ff8a2220db68304da2a3acfe +size 98630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-pseudo-0.png index 58d6b5632..b17fc2147 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1ddb695450412ad2cea3b0109bb944319a3cde7f6b5fa10b5b66e39b484883 -size 98613 +oid sha256:d5f161f377843871eb7db7facadffd46e06beb94ff8a2220db68304da2a3acfe +size 98630 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-en-GB-0.png index 4fa8ed3f4..70c7304fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7383c3645e8e3fce81afdd844bcfc2a0b87553e3d980ce0cd559cf37647e996a -size 54716 +oid sha256:bd3fabc2afa2eb0fc397f1ce8966b64263d29ee555da8c9a4b5d48f7e03ae084 +size 54728 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-pseudo-0.png index 4fa8ed3f4..70c7304fa 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userIndicatorToastView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7383c3645e8e3fce81afdd844bcfc2a0b87553e3d980ce0cd559cf37647e996a -size 54716 +oid sha256:bd3fabc2afa2eb0fc397f1ce8966b64263d29ee555da8c9a4b5d48f7e03ae084 +size 54728 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-en-GB-0.png index 51e46c948..d27dc6887 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3e657317047e8a4075c1e08be816cad0708443fe7f3e5c191376b0e6a5c365f -size 133687 +oid sha256:8369bcc07e8647d9ef98d62e1ed2e17912ef1e7cc13feab4d524aa46aca5eed6 +size 133697 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-pseudo-0.png index befff1ec6..b33719f2e 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3edc115cb37e4983b90262168f6589d00d446a7195268fed402f4f88b5a4ea3 -size 141700 +oid sha256:50419367a51cad27b595dd06c78634e452973f42de43c1f89efe370b110b9d32 +size 141718 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-en-GB-0.png index d6768846d..db9717ab8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1015c5b6b30380a62827fc7c42846d95a955b797c7c05eca57b8fb7f3ce048db -size 81860 +oid sha256:bdc5306a2f936ade1121885332d7f36b8bcad5cc7c6d8c80046e125bb1100540 +size 81868 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-pseudo-0.png index bd3b4dd31..40c7b1c54 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileCell.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c1eac15d7019f393c48abef6ad11892afbe5b33e36d566e83fe5cfe0082f61b -size 95017 +oid sha256:06ae956c8ff1bc38a0fb146b126412397b0693fa546315abb5fb7da5f8ae5ea4 +size 95031 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-en-GB.png index 537365797..0d74cf758 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d476217e496e04d8bfeecc4a8c12e22b89ecfab435f9fd36aae933be6f1ffc1b -size 94039 +oid sha256:5db5c519b45f6db66bba8c37c32f649460c0e0fd1f2b7db629c7af2fdb91a91d +size 94027 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-pseudo.png index 754d06c58..9208261e9 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0562d905f3d851730f08d5a9882167814ef3a0239abe6ca4211efa8f4bf6a5a -size 94320 +oid sha256:2daba8dbd8484f171b40cdb43aa2bb5cf5e5f412fe20a4b4bcb586412cc8b510 +size 94318 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-en-GB.png index 2fb613851..00a691032 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa1c303982da8c71f0286d6c7a2ba1f08923c07882a78b3379c5b754e915d715 -size 46349 +oid sha256:c67c967c896f26db8bbc2575cb8cb42e445fd420e5b9139aabeb2256e2bab233 +size 46362 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-pseudo.png index 7607d9012..03e92ab06 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Account-Owner-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:610e33872d67bc296448007eb025c411e234f6ac1ebb1bf457caf76cf29f8acd -size 46981 +oid sha256:abba08e9bfebd9b7959260073c085f73856dcb0b7015e788ac217cfc76d8652d +size 47000 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-en-GB.png index 3f6831168..df175980b 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d6bd210ca7bc8eda3d6e17c441d79affcef73d61cee0bcb1fd5b64560fba71a -size 105293 +oid sha256:5298abe94d5f6e7602927a6f76f9071ef7c195100ce9a8cb00cceaa742a234f7 +size 105281 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-pseudo.png index bf5705443..e52ebbb4d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b343f23051d1259931f52f1130761d45ed5f4f671f10722a4c35cd32b074453f -size 106419 +oid sha256:4a3f8eadb9ab40e62750a01cc550f0a9d924e4714cf899a6a7401fc466a80b70 +size 106406 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-en-GB.png index 73d7c9f98..967f654cc 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd47ad7af169e3f7f40c6005c4d18ce499068f1537eab413f7bd84c3d0cd12f8 -size 55460 +oid sha256:3f20934cb256e1b74ff2edb6466da9c808e8568d82d76c0548551c3d83d8dd53 +size 55472 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-pseudo.png index 0f866b8be..342d9d691 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Other-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e146bf35ac721bba4650865a22a7e697389b28a17ba5032da31f5bb9ac1a9b0 -size 63113 +oid sha256:8b7312660d5704da6dce83f50d7e7a39ae479e63b90515631cabf05174645281 +size 63136 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-en-GB.png index f46ebee18..53f462da8 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9216212c4e4f49eb8c7098fb8af58087268ded788ef7059081d293c5789d087 -size 108595 +oid sha256:e319638bb12271f7ca82924841569368ee9f772415b991cd8588d74c1dd9a518 +size 108585 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-pseudo.png index 6c54a0dd7..9aba61c1a 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPad-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91cc65967c09cb1be9c8fa9e4fc2ff252b74ca3694ba3df7e519dff57a66cd54 -size 109858 +oid sha256:ed13750d4377554ca7627bef84ccda199c374dba17e73256cb0a7287c7243c7f +size 109843 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-en-GB.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-en-GB.png index db312db0a..d76f48890 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-en-GB.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-en-GB.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92a3c3cc7a85087bfcfb7c1a133290c3a6cf27d65ed64dccaa193ceb5bf9607f -size 58261 +oid sha256:93167d609e69f68e0914d251be55473ee367a5a22bfa54bddf51ccff4b7e3ee0 +size 58274 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-pseudo.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-pseudo.png index 9e1fda734..d5ca52dc0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-pseudo.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/userProfileScreen.Verified-User-iPhone-pseudo.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2208ae4768076d0eeac0b624db5f9e4a84e4221d8326d725e9de3c71eb981865 -size 66798 +oid sha256:8d98d580f8fe6b0ebde16249e03c549c86b73e9214c07d2256e733b52fabd2aa +size 66828 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-en-GB-0.png index 33058ad2f..4b7412ae2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:febaf96d78501754feb5154e09445b48d3121138430873224807ba94407b6693 -size 91571 +oid sha256:e0a3f4e8c072bc9a2a1b4266d116c30c4e67cfab15ef90f6b6cae5061490c1b6 +size 94161 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-pseudo-0.png index 33058ad2f..4b7412ae2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:febaf96d78501754feb5154e09445b48d3121138430873224807ba94407b6693 -size 91571 +oid sha256:e0a3f4e8c072bc9a2a1b4266d116c30c4e67cfab15ef90f6b6cae5061490c1b6 +size 94161 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-en-GB-0.png index 8f4cbf7f7..d074e773c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d4d05f884ea3efdf342ebdc7c9972bacf556665224e2ae22ba3f426b24e91e5 -size 79678 +oid sha256:e52f7cc5af49c8988bc13e8e4572b460c541798fda713b341aebf3b5617180b3 +size 82253 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-pseudo-0.png index 8f4cbf7f7..d074e773c 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d4d05f884ea3efdf342ebdc7c9972bacf556665224e2ae22ba3f426b24e91e5 -size 79678 +oid sha256:e52f7cc5af49c8988bc13e8e4572b460c541798fda713b341aebf3b5617180b3 +size 82253 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-en-GB-0.png index d618f030f..b3c3f46f2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c85bc8e7ade639bd6c76a63ecdc29469cc4eb0d26a7f56ff9ec1090bb6dbce0 -size 5299493 +oid sha256:abdae863029ef57a942150856694622fa631ef573b3e13163e4abe4698e0bfa6 +size 5299513 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-pseudo-0.png index 2567a8959..2cc13a7d2 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e80a2775cd0db1e832fe298f410c99629dd3fbdd4920ca01f3243cd1a1bca88d -size 5291439 +oid sha256:18d10fd6dcc5f1d98e6a5b6486555292db293d5cd9e2aa75054fdc0ec16afacb +size 5291976 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-en-GB-0.png index 25832889b..da20f0b84 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bee7198244fb294725722232c49557f12f8fb623c3f7e141ba3e782623b61812 -size 1430913 +oid sha256:d29cadb9d28dd913f9b9511032eabd7d49842aafdbeb56d2d064d702aec50e9e +size 1458686 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-pseudo-0.png index 82876ed60..5bce83aea 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/videoRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71fbef2f7ebea259e82be3a406d87a2f626a274920c2294067971ff336484a6b -size 1422009 +oid sha256:04e9c8f6a54e7aabc7336cbc821ae6bcf75c0c2ffb0fdbbdd7ed3d95615edd3a +size 1456634 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-en-GB-0.png index eba4185de..0f7ebcfd1 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cac17036704df924eee98ae0287d231dceedca6ceee8ba990d4acb4d377f678 -size 110821 +oid sha256:0f28050d59269f2a0744b285228b97a7ec185132a3458f2accf1ccbfb6615b00 +size 110811 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-pseudo-0.png index 811995eea..b08fe0def 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd981618a53c74d5f3ee0c4bab370b4e431c760e94f1a97af742e2a82bc25f43 -size 118491 +oid sha256:78e840392464d6ea21c393c955a31ebaa559297247533e0ea5c2f18d84d2dc5b +size 118490 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-en-GB-0.png index 095ad6f62..2eb719538 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3734c22ad3f2a59633b28043fca8dee4038376e542b043ab05fc00fd93be364 -size 71605 +oid sha256:be965effc5caacef936306fa0d8b8ad7bba559eb1561fde17abb3ad2be2aec76 +size 71598 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-pseudo-0.png index 2e24b8ba4..8ecba8468 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/visualListItem.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c688ca29c8ed4a490f20e081323f4ac300c9addf2a05662cd52d98f312f1b872 -size 85945 +oid sha256:06af5aa77d061f429a027c76842928f8d308ac3d9d4a98f6f5bf9a5fe18db27f +size 85939 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-en-GB-0.png index e6b639cd9..16502cc11 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01beb5d5eff0c6e56cfd331bb3001e85bb9d07da15ba3d6ee1aeec63ab5276e9 -size 76753 +oid sha256:7d97bd8458955c8487caf7d0d16703c4571301a4708b852f147d427e38475a76 +size 76747 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-pseudo-0.png index e6b639cd9..16502cc11 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01beb5d5eff0c6e56cfd331bb3001e85bb9d07da15ba3d6ee1aeec63ab5276e9 -size 76753 +oid sha256:7d97bd8458955c8487caf7d0d16703c4571301a4708b852f147d427e38475a76 +size 76747 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-en-GB-0.png index 8cd2f77e0..138a013f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21414a61698f8175d01188368ba50d494ed9b8b1837ae11b36207ed081aed1f9 -size 34842 +oid sha256:d181db9b2307d7ae19685dffa2ecc3678299f31dbb2bf3055dcd32b43079109e +size 34845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-pseudo-0.png index 8cd2f77e0..138a013f0 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageMediaEventsTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21414a61698f8175d01188368ba50d494ed9b8b1837ae11b36207ed081aed1f9 -size 34842 +oid sha256:d181db9b2307d7ae19685dffa2ecc3678299f31dbb2bf3055dcd32b43079109e +size 34845 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-en-GB-0.png index 9f1dc7e95..17b98d2a6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6374f034e6c7de9305ab28fdfda13473b3a6a554361df1b67e5d351e6ad6c726 -size 32683 +oid sha256:48cb24fe3e8af6c036c0c76e8966d968caf933bc37cf3ee098ad0a6f77b9fdf6 +size 32681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-pseudo-0.png index 9f1dc7e95..17b98d2a6 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessagePreviewComposer.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6374f034e6c7de9305ab28fdfda13473b3a6a554361df1b67e5d351e6ad6c726 -size 32683 +oid sha256:48cb24fe3e8af6c036c0c76e8966d968caf933bc37cf3ee098ad0a6f77b9fdf6 +size 32681 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-en-GB-0.png index c6cee8a60..f8ef90b60 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2b8f030dfa6c913de775a7fbe31cdb095b6e109ebdc67d5b6a49b138a0afedd -size 29555 +oid sha256:4c88b891ff651c1d882c84f08e938e19b1da49b0deae0837695e71aecaf57be5 +size 29554 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-pseudo-0.png index c6cee8a60..f8ef90b60 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingComposer.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2b8f030dfa6c913de775a7fbe31cdb095b6e109ebdc67d5b6a49b138a0afedd -size 29555 +oid sha256:4c88b891ff651c1d882c84f08e938e19b1da49b0deae0837695e71aecaf57be5 +size 29554 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-en-GB-0.png index af39b0506..3c5e29196 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dbf0feaa313f25e7c5a9665d318e02702da591afef57fdb61af2b12fab56357 -size 27809 +oid sha256:5e474c106892c035b572502ffc3606e35023311df9ee011ffa4f171efae706fe +size 27808 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-pseudo-0.png index af39b0506..3c5e29196 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRecordingView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dbf0feaa313f25e7c5a9665d318e02702da591afef57fdb61af2b12fab56357 -size 27809 +oid sha256:5e474c106892c035b572502ffc3606e35023311df9ee011ffa4f171efae706fe +size 27808 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-en-GB-0.png index deafb5401..29f78a788 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dd9e7c85c1e5a3a1e4af43f81b7f5854bf48f59c526ba1bc1f8573cae8f7255 -size 74887 +oid sha256:a64e763f267e24a30cbae5651621582961c95273bd3ab70b2c3be668659dbaa2 +size 74880 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-pseudo-0.png index deafb5401..29f78a788 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dd9e7c85c1e5a3a1e4af43f81b7f5854bf48f59c526ba1bc1f8573cae8f7255 -size 74887 +oid sha256:a64e763f267e24a30cbae5651621582961c95273bd3ab70b2c3be668659dbaa2 +size 74880 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-en-GB-0.png index de629f40f..ea93ece9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10fcd4146c14e5442cc05154db1bff42575d18bec68baea0b4517451a44683bf -size 32794 +oid sha256:d4c8ba98e52a6973e47415887de40a4eb37c7a95366439fe30f70386e565e111 +size 32795 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-pseudo-0.png index de629f40f..ea93ece9d 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomPlaybackView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10fcd4146c14e5442cc05154db1bff42575d18bec68baea0b4517451a44683bf -size 32794 +oid sha256:d4c8ba98e52a6973e47415887de40a4eb37c7a95366439fe30f70386e565e111 +size 32795 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-en-GB-0.png index 2814b3aec..ad748b520 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7722c5f84a7010cc62369f54d4e6ab1e4cc49e0781cf6d5ed59fcde8ff3610ea -size 80748 +oid sha256:f6d8e858e20d1101c4b66e67e4082fde258e58783478d4148fc4c150e26e735c +size 80743 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-pseudo-0.png index f146bdad4..ad748b520 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPad-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee152432beaffcd8ac5f42e34831d6cdf4fa96116c51ef44e5fce85d65782c95 -size 81531 +oid sha256:f6d8e858e20d1101c4b66e67e4082fde258e58783478d4148fc4c150e26e735c +size 80743 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-en-GB-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-en-GB-0.png index 372e5fcfc..ed86e770f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-en-GB-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-en-GB-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89b9bfbc82d63e624e24a71a0c851b2cadb2c39adc45f58a99ff66d0411eed78 -size 38481 +oid sha256:5519bf3377c410dfb559b8f58f93634fc4de79d761ac85e55da61d48eff40bcc +size 38488 diff --git a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-pseudo-0.png b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-pseudo-0.png index 9ec2da1c6..ed86e770f 100644 --- a/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-pseudo-0.png +++ b/PreviewTests/Sources/__Snapshots__/PreviewTests/voiceMessageRoomTimelineView.iPhone-pseudo-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10352dd007dd864e6c4746a4b266d9e6cf72edf62636723d221ddc9bce4401fd -size 38757 +oid sha256:5519bf3377c410dfb559b8f58f93634fc4de79d761ac85e55da61d48eff40bcc +size 38488 diff --git a/Tools/Sources/Commands/CI/AccessibilityTests.swift b/Tools/Sources/Commands/CI/AccessibilityTests.swift index 063af6254..64a1cdcfb 100644 --- a/Tools/Sources/Commands/CI/AccessibilityTests.swift +++ b/Tools/Sources/Commands/CI/AccessibilityTests.swift @@ -9,7 +9,7 @@ struct AccessibilityTests: AsyncParsableCommand { var device = "iPhone 17" @Option(help: "iOS version for the simulator.") - var osVersion = "26.1" + var osVersion = "26.4" func run() async throws { var testsFailed = false diff --git a/Tools/Sources/Commands/CI/IntegrationTests.swift b/Tools/Sources/Commands/CI/IntegrationTests.swift index 0a978973c..1a8ee8320 100644 --- a/Tools/Sources/Commands/CI/IntegrationTests.swift +++ b/Tools/Sources/Commands/CI/IntegrationTests.swift @@ -13,7 +13,7 @@ struct IntegrationTests: AsyncParsableCommand { var device = "iPhone 17" @Option(help: "iOS version for the simulator.") - var osVersion = "26.1" + var osVersion = "26.4" func run() async throws { // Delete old log files diff --git a/Tools/Sources/Commands/CI/RunTests.swift b/Tools/Sources/Commands/CI/RunTests.swift index b315a70d0..f07186ac6 100644 --- a/Tools/Sources/Commands/CI/RunTests.swift +++ b/Tools/Sources/Commands/CI/RunTests.swift @@ -9,7 +9,7 @@ struct RunTests: AsyncParsableCommand { Examples: swift run tools run-tests --scheme UnitTests - swift run tools run-tests --scheme UITests --device iPhone --os-version 26.1 + swift run tools run-tests --scheme UITests --device iPhone --os-version 26.4 swift run tools run-tests --scheme PreviewTests --create-simulator-name "iPhone SE (3rd generation)" \ --create-simulator-type com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation """) @@ -20,8 +20,8 @@ struct RunTests: AsyncParsableCommand { @Option(help: "The simulator device name to run tests on (e.g. 'iPhone 17').") var device = "iPhone 17" - @Option(help: "The iOS version to use for the simulator runtime (e.g. '26.1').") - var osVersion = "26.1" + @Option(help: "The iOS version to use for the simulator runtime (e.g. '26.4').") + var osVersion = "26.4" @Option(help: "Number of times to retry failed tests. Only the failing tests are re-run, not the entire suite.") var retries = 0 diff --git a/Tools/Sources/Commands/CI/UITests.swift b/Tools/Sources/Commands/CI/UITests.swift index 69d80b1bb..792a3ec46 100644 --- a/Tools/Sources/Commands/CI/UITests.swift +++ b/Tools/Sources/Commands/CI/UITests.swift @@ -20,7 +20,7 @@ struct UITests: AsyncParsableCommand { var deviceType: DeviceType @Option(help: "iOS version for the simulator.") - var osVersion = "26.1" + var osVersion = "26.4" @Option(help: "Run only a specific test (format: 'ClassName/testName').") var testName: String? diff --git a/Tools/Sources/Commands/CI/UnitTests.swift b/Tools/Sources/Commands/CI/UnitTests.swift index 04a7d66f5..b27d1a606 100644 --- a/Tools/Sources/Commands/CI/UnitTests.swift +++ b/Tools/Sources/Commands/CI/UnitTests.swift @@ -9,7 +9,7 @@ struct UnitTests: AsyncParsableCommand { var device = "iPhone 17" @Option(help: "iOS version for the simulator.") - var osVersion = "26.1" + var osVersion = "26.4" @Flag(help: "Skip preview tests") var skipPreviews = false diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index ded5cf691..a96cfe3be 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -35,7 +35,7 @@ enum Application { private static func checkEnvironments() { let requirediPhoneSimulator = "iPhone18,3" // iPhone 17 let requirediPadSimulator = "iPad15,7" // iPad (A16) - let requiredOSVersion = (major: 26, minor: 1) + let requiredOSVersion = (major: 26, minor: 4) let osVersion = ProcessInfo().operatingSystemVersion guard osVersion.majorVersion == requiredOSVersion.major, osVersion.minorVersion == requiredOSVersion.minor else { diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index d9a035ffc..bc88b380e 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -31,7 +31,7 @@ setup_github_actions_translations_environment() { xcode_select_for_github_actions() { # We need to select it globally for other processes like xcresultparser and our custom tools to use the same Xcode version. - sudo xcode-select -s /Applications/Xcode_26.1.1.app + sudo xcode-select -s /Applications/Xcode_26.4.app } generate_what_to_test_notes() { diff --git a/compound-ios/Tests/CompoundTests/PreviewTests.swift b/compound-ios/Tests/CompoundTests/PreviewTests.swift index 55839434d..be3dbc54b 100644 --- a/compound-ios/Tests/CompoundTests/PreviewTests.swift +++ b/compound-ios/Tests/CompoundTests/PreviewTests.swift @@ -20,7 +20,7 @@ struct PreviewTests { private let deviceConfig: ViewImageConfig = .iPhoneX private let simulatorDevice: String? = "iPhone14,6" // iPhone SE 3rd Generation - private let requiredOSVersion = (major: 26, minor: 1) + private let requiredOSVersion = (major: 26, minor: 4) /// The key is the name we will give to the snapshot /// The value is the actual device that will be used to render the preview private let snapshotDevices: [SnapshotDevice] = [.init(name: "iPhone", device: "iPhone 17"), diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPad-en-US-0.png index a701673d4..ddcd4e488 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:479fe4ddb6a6fabaabc2e55494fdbb866ff91fe6170d451121183843102b1085 -size 365602 +oid sha256:a75664c2367efb5437650d38f055cc21809e8472c8dc422ea68d2c5e6bf0f6c7 +size 365515 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPhone-en-US-0.png index a60b46f86..2dc7b7686 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundButtonStyle.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:319f94d9727fcd4ca5e2402e88f3adca09977fd190c1ac7b2f42e4037ac774f4 -size 246298 +oid sha256:e920dbb8ba61ea7e57fb7d4a6d5d20936d9332a681443fc9bb6b8bd0493ac44e +size 246192 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPad-en-US.png index d005d7393..d13904221 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ded596557ccd9661dcf7b56bd45afec80bf4e70fe44b0b7f5fe82c554e09d54 -size 270756 +oid sha256:79741242a1c5321c11de6b81fb46ad417b2309e0f3b11a99a99425195641d310 +size 270790 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPhone-en-US.png index 7c55c0d65..43ce03f1b 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Accessibility-Labels-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ade49dc268c8a7ff62cacbd4d648121fa1fd488ac4f3b32edbd04dfb2191a31 -size 151126 +oid sha256:f23c2c6c927fc2dc00ca2df8484db861440e31e1c7333f188fc65f314d6a624d +size 151089 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPad-en-US.png index e3dc9a06c..567945121 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5de7dd7d41be2e536cc24e2bca719dea9144886e2264258ad61f0a970d3ce16 -size 28346 +oid sha256:bb28b5531eaad9c88f4b2f72159cae17885a35b1a66723dc4df87aa2716c3410 +size 28339 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPhone-en-US.png index a72a9a392..5074e0e6f 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Buttons-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae691c8be0016467677257a963768b47771b09d7e9a40b4f3072dc0bfe6ea1bb -size 20150 +oid sha256:620fb4f44e81cc77e8e7402db383fb96fdf90ff7a471d74921f5124d84a5c4f2 +size 20139 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPad-en-US.png index 1e2775050..472c2ab9a 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11d9f056506f89b9301ce3a0e5d260f4961536064e8434ca74bfc585dfc77d9b -size 95617 +oid sha256:2193daf480db861650c2b2b2562b0b369e598cb8853a6e5d93fe1fef61333619 +size 95616 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPhone-en-US.png index 935dfb246..8e57c7c49 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/compoundIcon.Form-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab965eabfa2e5370749bd3774c4142565fd28f4d15ccc0b53e97ac4bf2e103ff -size 49122 +oid sha256:c3640ca05f199e25637b5603a602ae1c26507b983f965141bc551c646f0baabd +size 49118 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPad-en-US-0.png index 3fda079f7..a09145a81 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a42fb2b64b6a5c583aa0b95d7dbf4fc10a17494baf1e3da8348297aa1d727ec -size 110005 +oid sha256:c0bb121c331c798e33371368a782ee80e09beca1b5c6be6670cb6691cbc4d3ba +size 110002 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPhone-en-US-0.png index 35aff9e2c..bd0500434 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listInlinePicker.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73b01af5cf919295729ef6ab86a418d23eed8bfc7578922fecb3e51d12562aa1 -size 60233 +oid sha256:eeca363a76f76c2c08be150d600fd8e8e30eb85673a67210ea1ca4ba82d6c1a6 +size 61441 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPad-en-US-0.png index 27ba11918..35dd55a72 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bef0c9ab32f1adba85168d05108e619d419b342b9bcb898a0c7276b902b235a7 -size 385067 +oid sha256:99981ff06bd078a2ccdaa0382bc045867f7a454e998301a681e8d9a75917e812 +size 385114 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPhone-en-US-0.png index e798e12d1..dcd63431c 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRow.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a66a464c92bd93c90734f45ce9d30592d93e912bd57cb5a75684dc84e2ce06ac -size 255496 +oid sha256:6860089f5d1cf068471314b4db9f7116f4892b84c9d3c6e37fc4a9ca0460fd68 +size 255509 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPad-en-US.png index 62eb4d735..ca4f6ae98 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f441c345728aff436af9f7aaf6c725cc6c303309915f63faac5726e4768ec495 -size 115602 +oid sha256:5604d0d6c98f762efc3d05e8898f10c6547180b97f18de5dfbc2048e34b4579f +size 115627 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPhone-en-US.png index 7bf96d2b2..dc2d3990b 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowAccessory.Accessories-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b38ad276f9d70ae600cbdb9ccc01861b584e30532f669895e009732838329ee -size 70069 +oid sha256:58df4ee7b09ac1597c5ff7da98ea96333040c0d47d151295a7eab43e7d083547 +size 70077 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPad-en-US-0.png index fc871d891..234a0b9d9 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ea2558e30ef8b5a54c151f8c3d00cea0eec863d89cfe4b2f5c8beb572bd022c -size 86943 +oid sha256:f804be26cba1a1ea081c3c51a21c69b564a9faab0bbf8649a17d7941179bebd1 +size 86942 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPhone-en-US-0.png index cafeaa765..52b441893 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowButtonStyle.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d24f028c3e51c4480cbff7a22d14f556d1c6b3dd070160ee27789126b222c9a2 -size 41537 +oid sha256:903583ea0c7ab7ee24705a121782dd4e7e81414315f1cb00f01ae1e28efd4fa2 +size 41534 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPad-en-US-0.png index e9c2cca38..7615b13f1 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7cc6ec91513e4b31079a3ba2ef8ab1eaa214b373f616d492ca73dfa891f30fd -size 190190 +oid sha256:378b98e3fdff3eb309abe95cef09c4860d1bc6fcffef0d86a10da485d34b8b4f +size 190194 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPhone-en-US-0.png index 325d674cb..b1781a29f 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLabel.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f9dcb57f9bbfca8be9d0cb7ca350a6c4be960816abb200ff63dc2836b555433 -size 132035 +oid sha256:961775a35f10586c3b8ce051a769e543db0310589b66b55e542739cd9f1a3842 +size 132036 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPad-en-US-0.png index 4e8f5bac7..aedc25d74 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e41ba9ae022a7aaddaa6f9311d9d0d84e82b5775d884c10108f72681a8246d9 -size 133248 +oid sha256:77f72cfac3d8dcf9165d934fae26fa4b52bc8d580b709497f4b70f81ab97a3bf +size 133254 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPhone-en-US-0.png index d06816cef..b00a8752d 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowLoadingSelection.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52f87baed151e6e980d9c86b7e626537a9c72319a759482281720e3980e0bf70 -size 99945 +oid sha256:0c9372e4c8f0b2ae71ec0e469010c3f760ed37232532ea9fec70f8816ab714d3 +size 99943 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowTrailingSection.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowTrailingSection.iPhone-en-US-0.png index a2e3b7d2c..b2334bcc4 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowTrailingSection.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listRowTrailingSection.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6ab34703268afd65a42ec56357a60c10b467095f25af447fce498111b612789 -size 49333 +oid sha256:b7e4d098aebb49eb1370be283a084b25708ab74070eb873baf4e2fe560fec5f8 +size 49321 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPad-en-US.png index 80362e6f5..1e2823b89 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c19e995f5430c6500c39b4168c846e26a1f8f513145e8763f7e35d48a547bfa7 -size 107410 +oid sha256:dea95a18a22e57497f1eac4b22fa96b7541c0b59adc4a0de33a95264b7f1f66f +size 107443 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPhone-en-US.png index bef6df021..c40a48d82 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.Form-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c313efa4047eccbb4704eca6484d20b785c7295e9985a99df4d785ea72c47a2 -size 60459 +oid sha256:08b36375d8b2fe380db803f304921efe1c8eafcca2d71f9d31126685e6d2715c +size 60451 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPad-en-US.png index d570f2d67..1a26ed0db 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73897c51ab37e100f7401081db7396cfac3cd28ba0865e8062e5d57383fee027 -size 88061 +oid sha256:f47d8e612978976adfbf9a41f3fcee2dfa52637d5fdff704c149a46a38136a0e +size 88063 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPhone-en-US.png index 4bcf5dcac..2a4dbbdb5 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/listTextStyles.List-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3df150bf9d033b4d21d37697effcf83435cfd3edb1ffb8b38ad4059e51b7707e -size 41444 +oid sha256:9506a43aa25ec4e18eeed0fc8da996ca04e4f06f09a058b99c61eb403bd75ce6 +size 41439 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPad-en-US.png index 0d55802bf..99a913ef3 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52b0b5c578893f606abb9159e85d0723a45b3d94c95e3b488682a3cf7e426b33 -size 98119 +oid sha256:4262ce787869d1cf6f85a0c5169104395912bac5ff8f8190867ecb11ce671986 +size 97006 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPhone-en-US.png index 7a3c47acd..bf71cf4d6 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.Form-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5ad0f284dd5fa6368731483a4eef857d32697f2602f2c6d71820c60147d6262 -size 49573 +oid sha256:477cdc3393b1a03ed68f483926f7e800eac89f4133f89ccf9f4b374bdbe6af64 +size 48568 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPad-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPad-en-US.png index a1046d0d7..1ba548917 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPad-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPad-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4ad56d910b2491df2a88c88444b73f224553076dd3905c38418a15d68a39ed4 -size 90325 +oid sha256:284bbc795d22df98213ea84f90ad99dd88f116df50b7b129b9509121be23f289 +size 85804 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPhone-en-US.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPhone-en-US.png index b5609d230..8a1397d8b 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPhone-en-US.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/searchStyle.List-iPhone-en-US.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b3a4c43da37c2a1bf12c129159d8d5b4471d933ad2d70a87be1ec11e4c8edde -size 48023 +oid sha256:cf52b1156d4bb8af8c58b6e80d1dc2b48ec5511c9362b709bcde4451d63bb32e +size 44196 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPad-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPad-en-US-0.png index 86ed72c1d..f44c5f26c 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPad-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPad-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da64e75268e94c78e9f1f245545559ec0ace5885faf345bb0f7ca9dc5d334775 -size 98716 +oid sha256:4a087c9fd5e0980921c85c87c5289186e7e0c185625ce50a1bd107cb87a553ed +size 98731 diff --git a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPhone-en-US-0.png b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPhone-en-US-0.png index 297fee618..26bb741b7 100644 --- a/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPhone-en-US-0.png +++ b/compound-ios/Tests/CompoundTests/__Snapshots__/PreviewTests/titleAndIcon.iPhone-en-US-0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be5f7af155dd7ee94d93422189fdd9affdbc2a54dcd81ad783b60793f4a3eb09 -size 56392 +oid sha256:8dc8fafd68ddaa38ceb0090990bd4aa464f4ca5da4424a6f38c6233b2fe495cd +size 56402