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"))