fix: 메인 홈
- 추천 채널 : 모든 글자 색 white - 보온 주간 차트 : row 사이 간격 16
This commit is contained in:
		@@ -30,19 +30,19 @@ struct RecommendChannelContentItemView: View {
 | 
			
		||||
                
 | 
			
		||||
                HStack(spacing: 12) {
 | 
			
		||||
                    HStack(spacing: 4) {
 | 
			
		||||
                        Image("ic_heart_dark_green")
 | 
			
		||||
                        Image("ic_heart_white")
 | 
			
		||||
                        
 | 
			
		||||
                        Text("\(item.likeCount)")
 | 
			
		||||
                            .font(.custom(Font.preRegular.rawValue, size: 18))
 | 
			
		||||
                            .foregroundColor(Color(hex: "B0BEC5"))
 | 
			
		||||
                            .foregroundColor(.white)
 | 
			
		||||
                    }
 | 
			
		||||
                    
 | 
			
		||||
                    HStack(spacing: 4) {
 | 
			
		||||
                        Image("ic_comment_dark_green")
 | 
			
		||||
                        Image("ic_comment_white")
 | 
			
		||||
                        
 | 
			
		||||
                        Text("\(item.commentCount)")
 | 
			
		||||
                            .font(.custom(Font.preRegular.rawValue, size: 18))
 | 
			
		||||
                            .foregroundColor(Color(hex: "B0BEC5"))
 | 
			
		||||
                            .foregroundColor(.white)
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user