From a64a467a5111e07b72b2712e8c2a68673d1f42c9 Mon Sep 17 00:00:00 2001 From: opficdev Date: Wed, 29 Jul 2026 12:32:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9A=B0=EC=B8=A1=20=EC=A0=95=EB=A0=AC?= =?UTF-8?q?=20=EC=B2=98=EB=A6=AC=EB=A1=9C=20=EC=83=81=EC=8B=9C=20=EA=B0=99?= =?UTF-8?q?=EC=9D=80=20=EC=9C=84=EC=B9=98=EC=97=90=20ProgressView=EA=B0=80?= =?UTF-8?q?=20=EC=9C=84=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/ProfileTab/Sources/Settings/AccountView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }