콘텐츠 상세 - 콘텐츠 설명글
- textSize: 14 - color: 909090 - font: gmarket_sans_medium
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user