콘텐츠 상세 - 콘텐츠 설명글
- textSize: 14 - color: 909090 - font: gmarket_sans_medium
This commit is contained in:
parent
9ecfcdb2d9
commit
88055c47c3
|
@ -162,8 +162,8 @@ struct ContentDetailInfoView: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
Text(audioContent.detail)
|
Text(audioContent.detail)
|
||||||
.font(.custom(Font.medium.rawValue, size: 12))
|
.font(.custom(Font.medium.rawValue, size: 14))
|
||||||
.foregroundColor(Color.gray77)
|
.foregroundColor(Color.gray90)
|
||||||
.lineLimit(isExpandDescription ? nil : 3)
|
.lineLimit(isExpandDescription ? nil : 3)
|
||||||
.lineSpacing(5)
|
.lineSpacing(5)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
|
|
Loading…
Reference in New Issue