diff --git a/Application/Presentation/ProfileTab/Sources/Settings/AccountView.swift b/Application/Presentation/ProfileTab/Sources/Settings/AccountView.swift index 961e6ef4..e07b3fb4 100644 --- a/Application/Presentation/ProfileTab/Sources/Settings/AccountView.swift +++ b/Application/Presentation/ProfileTab/Sources/Settings/AccountView.swift @@ -53,7 +53,7 @@ struct AccountView: View { (!isConnected && store.presentationContext == nil) ) .opacity(showProgressView ? 0 : 1) - .overlay { + .overlay(alignment: .trailing) { if showProgressView { ProgressView() }