커뮤니티 댓글, 콘텐츠 댓글, 팬토크

- 여러줄 인 경우 줄간격 수정
This commit is contained in:
Yu Sung
2024-02-28 02:27:47 +09:00
parent 91504bbda9
commit 3a102674e9
4 changed files with 4 additions and 0 deletions

View File

@@ -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) {