From 3d4f67dbd52c2fe07a30895c225455f07bf9053f Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 13 Mar 2026 17:55:15 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=ED=83=AD=20=EC=83=81=EB=8B=A8=20?= =?UTF-8?q?=EB=A1=9C=EA=B3=A0=20=EC=98=81=EC=97=AD=20=EA=B0=84=EA=B2=A9?= =?UTF-8?q?=EC=9D=84=20=ED=86=B5=EC=9D=BC=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Chat/ChatTabView.swift | 2 +- SodaLive/Sources/Home/HomeTabView.swift | 2 +- SodaLive/Sources/Live/LiveView.swift | 2 +- SodaLive/Sources/MyPage/MyPageView.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SodaLive/Sources/Chat/ChatTabView.swift b/SodaLive/Sources/Chat/ChatTabView.swift index 8ededd1..4cb6b49 100644 --- a/SodaLive/Sources/Chat/ChatTabView.swift +++ b/SodaLive/Sources/Chat/ChatTabView.swift @@ -73,7 +73,7 @@ struct ChatTabView: View { ZStack { VStack(alignment: .leading, spacing: 0) { // 앱 바 - HStack(spacing: 24) { + HStack(spacing: 20) { Image("img_text_logo") Spacer() diff --git a/SodaLive/Sources/Home/HomeTabView.swift b/SodaLive/Sources/Home/HomeTabView.swift index a2a5a33..2dbea6a 100644 --- a/SodaLive/Sources/Home/HomeTabView.swift +++ b/SodaLive/Sources/Home/HomeTabView.swift @@ -63,7 +63,7 @@ struct HomeTabView: View { BaseView(isLoading: $viewModel.isLoading) { ZStack(alignment: .bottomTrailing) { VStack(alignment: .leading, spacing: 0) { - HStack(spacing: 24) { + HStack(spacing: 20) { Image("img_text_logo") Spacer() diff --git a/SodaLive/Sources/Live/LiveView.swift b/SodaLive/Sources/Live/LiveView.swift index c950ed9..945a118 100644 --- a/SodaLive/Sources/Live/LiveView.swift +++ b/SodaLive/Sources/Live/LiveView.swift @@ -27,7 +27,7 @@ struct LiveView: View { ZStack(alignment: .bottomTrailing) { VStack(spacing: 0) { - HStack(spacing: 24) { + HStack(spacing: 20) { Image("img_text_logo") Spacer() diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 27b2b73..954db17 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -185,7 +185,7 @@ struct MyPageHeaderView: View { let isShowButton: Bool var body: some View { - HStack { + HStack(spacing: 20) { // Logo Image("img_text_logo") // 로고 이미지 위치