From 3a102674e976c5fd78e18c7efdb5b7a74ed80a5e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 28 Feb 2024 02:27:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EB=8C=93=EA=B8=80,=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=8C=93?= =?UTF-8?q?=EA=B8=80,=20=ED=8C=AC=ED=86=A0=ED=81=AC=20-=20=EC=97=AC?= =?UTF-8?q?=EB=9F=AC=EC=A4=84=20=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=20=EC=A4=84?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Detail/Comment/AudioContentCommentItemView.swift | 1 + .../Content/Detail/Comment/ContentDetailCommentView.swift | 1 + .../All/Comment/CreatorCommunityCommentItemView.swift | 1 + .../Profile/FanTalk/UserProfileFanTalkCheersItemView.swift | 1 + 4 files changed, 4 insertions(+) diff --git a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift index 1d560cc..c8d1b99 100644 --- a/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/AudioContentCommentItemView.swift @@ -115,6 +115,7 @@ struct AudioContentCommentItemView: View { .font(.custom(Font.medium.rawValue, size: 13.3)) .foregroundColor(Color.grayee) .fixedSize(horizontal: false, vertical: true) + .lineSpacing(8) .padding(.top, commentItem.donationCan > 0 ? 0 : 13.3) if !isReplyComment { diff --git a/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift b/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift index 5c6a2d8..7108643 100644 --- a/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift +++ b/SodaLive/Sources/Content/Detail/Comment/ContentDetailCommentView.swift @@ -50,6 +50,7 @@ struct ContentDetailCommentView: View { .font(.custom(Font.medium.rawValue, size: 12)) .foregroundColor(Color(hex: "bbbbbb")) .lineLimit(1) + .lineSpacing(8) .padding(.leading, 3) } else { HStack(spacing: 0) { diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentItemView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentItemView.swift index 0e2b66c..18712ee 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/Comment/CreatorCommunityCommentItemView.swift @@ -89,6 +89,7 @@ struct CreatorCommunityCommentItemView: View { .font(.custom(Font.medium.rawValue, size: 13.3)) .foregroundColor(Color.grayee) .fixedSize(horizontal: false, vertical: true) + .lineSpacing(8) .padding(.top, 13.3) if !isReplyComment { diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift index 0bc614f..7a5f711 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift @@ -90,6 +90,7 @@ struct UserProfileFanTalkCheersItemView: View { .font(.custom(Font.medium.rawValue, size: 13.3)) .foregroundColor(Color.grayee) .fixedSize(horizontal: false, vertical: true) + .lineSpacing(8) .padding(.top, 13.3) }