크리에이터 채널, 콘텐츠 상세 - 오픈예정 추가
This commit is contained in:
		@@ -21,6 +21,16 @@ struct ContentDetailInfoView: View {
 | 
			
		||||
        VStack(alignment: .leading, spacing: 0) {
 | 
			
		||||
            VStack(alignment: .leading, spacing: 8) {
 | 
			
		||||
                HStack(spacing: 5.3) {
 | 
			
		||||
                    if let _ = audioContent.releaseDate {
 | 
			
		||||
                        Text("오픈예정")
 | 
			
		||||
                            .font(.custom(Font.medium.rawValue, size: 12))
 | 
			
		||||
                            .foregroundColor(Color(hex: "3bb9f1"))
 | 
			
		||||
                            .padding(.horizontal, 5.3)
 | 
			
		||||
                            .padding(.vertical, 3.3)
 | 
			
		||||
                            .background(Color(hex: "003851"))
 | 
			
		||||
                            .cornerRadius(2.6)
 | 
			
		||||
                    }
 | 
			
		||||
                    
 | 
			
		||||
                    Text(audioContent.themeStr)
 | 
			
		||||
                        .font(.custom(Font.medium.rawValue, size: 12))
 | 
			
		||||
                        .foregroundColor(Color(hex: "3bac6a"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user