콘텐츠 제목 - 2줄 이상인 경우 왼쪽정렬

This commit is contained in:
Yu Sung 2024-01-29 15:59:37 +09:00
parent 8f62c17971
commit 708cef356b
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ struct ContentListItemView: View {
Text(item.title) Text(item.title)
.font(.custom(Font.medium.rawValue, size: 12)) .font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "d2d2d2")) .foregroundColor(Color(hex: "d2d2d2"))
.multilineTextAlignment(.leading)
.padding(.top, 8) .padding(.top, 8)
.padding(.bottom, 10) .padding(.bottom, 10)