From 7cba6de2fce97a3008e17adb98428790c8224edd Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 9 Feb 2026 17:24:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=ED=83=90=EC=83=89=20=EC=82=AC=EC=9A=A9=EC=84=B1?= =?UTF-8?q?=EC=9D=84=20=EA=B0=9C=EC=84=A0=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Explorer/Profile/UserProfileView.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift index 865dcce..d7e6c43 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift @@ -387,6 +387,8 @@ struct UserProfileView: View { Image("ic_back") .resizable() .frame(width: 20, height: 20) + .frame(minWidth: 44, minHeight: 44) + .contentShape(Rectangle()) } Spacer() @@ -414,7 +416,8 @@ struct UserProfileView: View { } } .padding(.top, proxy.safeAreaInsets.top) - .padding(.horizontal, 24) + .padding(.leading, 12) + .padding(.trailing, 24) .frame(height: proxy.safeAreaInsets.top + 50) }