콘텐츠 제목 - 2줄 이상인 경우 왼쪽정렬
This commit is contained in:
parent
8f62c17971
commit
708cef356b
|
@ -59,6 +59,7 @@ struct ContentListItemView: View {
|
|||
Text(item.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.foregroundColor(Color(hex: "d2d2d2"))
|
||||
.multilineTextAlignment(.leading)
|
||||
.padding(.top, 8)
|
||||
.padding(.bottom, 10)
|
||||
|
||||
|
|
Loading…
Reference in New Issue