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") // 로고 이미지 위치