fix: 메인 홈 - 라이브, 추천 채널

- 배경색 변경
This commit is contained in:
Yu Sung
2025-07-21 23:17:38 +09:00
parent 7318d7fcda
commit f3898ac415
2 changed files with 6 additions and 18 deletions

View File

@@ -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)
}
}