fix: 메인 홈 - 라이브, 추천 채널
- 배경색 변경
This commit is contained in:
		@@ -55,13 +55,7 @@ struct RecommendChannelItemView: View {
 | 
			
		||||
        }
 | 
			
		||||
        .padding(20)
 | 
			
		||||
        .frame(width: 280, alignment: .leading)
 | 
			
		||||
        .background(
 | 
			
		||||
            LinearGradient(
 | 
			
		||||
                gradient: Gradient(colors: [Color(hex: "5ACDE1"), Color(hex: "2A339D")]),
 | 
			
		||||
                startPoint: .topLeading,
 | 
			
		||||
                endPoint: .bottomTrailing
 | 
			
		||||
            )
 | 
			
		||||
        )
 | 
			
		||||
        .background(Color(hex: "263238"))
 | 
			
		||||
        .cornerRadius(16)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user