From c7ec9045ff7ebe289628746ce20dac187c8a2737 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 25 Feb 2026 21:33:58 +0900 Subject: [PATCH] =?UTF-8?q?feat(profile):=20=ED=81=AC=EB=A6=AC=EC=97=90?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EC=83=81=EC=84=B8=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=8B=89=EB=84=A4=EC=9E=84=EC=9D=98=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=2032,=20SNS=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?margin=2016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Explorer/Profile/Detail/CreatorDetailDialogView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Explorer/Profile/Detail/CreatorDetailDialogView.swift b/SodaLive/Sources/Explorer/Profile/Detail/CreatorDetailDialogView.swift index d7202d4..5e62839 100644 --- a/SodaLive/Sources/Explorer/Profile/Detail/CreatorDetailDialogView.swift +++ b/SodaLive/Sources/Explorer/Profile/Detail/CreatorDetailDialogView.swift @@ -80,7 +80,7 @@ struct CreatorDetailDialogView: View { .cornerRadius(16) Text(creatorDetail.nickname) - .appFont(size: 36, weight: .bold) + .appFont(size: 32, weight: .bold) .foregroundColor(.white) .padding(.top, 24) @@ -145,7 +145,7 @@ struct CreatorDetailDialogView: View { @ViewBuilder private func snsSection(items: [CreatorDetailSnsItem]) -> some View { - VStack(alignment: .leading, spacing: 8) { + VStack(alignment: .leading, spacing: 16) { Text(I18n.MemberChannel.creatorDetailSns) .appFont(size: 16, weight: .medium) .foregroundColor(Color(hex: "B0BEC5"))