Feature/4231 change icon new loginflow

This commit is contained in:
JanNiklas Grabowski
2023-03-07 13:05:50 +00:00
committed by Frank Rotermund
parent 33fe76341e
commit 7ff2ab0da3
3 changed files with 10 additions and 9 deletions
@@ -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)