팬 Talk 응원 글 길면 잘리는 버그 수정

This commit is contained in:
Yu Sung 2024-01-02 19:20:35 +09:00
parent 86bbb281c8
commit 60457d987e
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ struct UserProfileFanTalkCheersItemView: View {
Text("\(cheersItem.content)")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
.fixedSize(horizontal: false, vertical: true)
.padding(.top, 13.3)
}