mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Feature/4231 change icon new loginflow
This commit is contained in:
committed by
Frank Rotermund
parent
33fe76341e
commit
7ff2ab0da3
+2
-2
@@ -96,8 +96,8 @@ struct AuthenticationServerSelectionScreen: View {
|
||||
/// The title, message and icon at the top of the screen.
|
||||
var header: some View {
|
||||
VStack(spacing: 8) {
|
||||
if BWIBuildSettings.shared.bumLoginFlowLayout {
|
||||
ServerIcon(image: Asset.SharedImages.loginFlowLogo, size: OnboardingMetrics.iconSize)
|
||||
if BWIBuildSettings.shared.bumLoginFlowLayout || BWIBuildSettings.shared.bwiLoginFlowLayout {
|
||||
ServerIcon(image: nil, size: OnboardingMetrics.iconSize)
|
||||
.padding(.bottom, 16)
|
||||
} else {
|
||||
OnboardingIconImage(image: Asset.Images.welcomeExperience1)
|
||||
|
||||
Reference in New Issue
Block a user