feat(profile): 크리에이터 상세정보에서 닉네임의 크기 32, SNS 아이콘 margin 16
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user