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

@@ -185,7 +185,7 @@ struct MyPageHeaderView: View {
let isShowButton: Bool
var body: some View {
HStack {
HStack(spacing: 20) {
// Logo
Image("img_text_logo") //