콘텐츠 상세 - 콘텐츠 설명글

- textSize: 14
- color: 909090
- font: gmarket_sans_medium
This commit is contained in:
Yu Sung 2024-10-28 13:55:34 +09:00
parent 9ecfcdb2d9
commit 88055c47c3
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ struct ContentDetailInfoView: View {
}
Text(audioContent.detail)
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.gray77)
.font(.custom(Font.medium.rawValue, size: 14))
.foregroundColor(Color.gray90)
.lineLimit(isExpandDescription ? nil : 3)
.lineSpacing(5)
.frame(maxWidth: .infinity, alignment: .leading)