fix(ui): 탭 상단 로고 영역 간격을 통일한다

This commit is contained in:
Yu Sung
2026-03-13 17:55:15 +09:00
parent 82889f405a
commit 3d4f67dbd5
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ struct LiveView: View {
ZStack(alignment: .bottomTrailing) {
VStack(spacing: 0) {
HStack(spacing: 24) {
HStack(spacing: 20) {
Image("img_text_logo")
Spacer()