fix: 메인 홈 - 보온 주간 차트
- 아이템 사이즈 수정
This commit is contained in:
@@ -37,7 +37,7 @@ struct HomeWeeklyChartItemView: View {
|
||||
.foregroundColor(Color(hex: "78909C"))
|
||||
}
|
||||
}
|
||||
.frame(width: 242, alignment: .leading)
|
||||
.frame(width: 180, alignment: .leading)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture { onClickItem(content.contentId) }
|
||||
}
|
||||
@@ -45,7 +45,7 @@ struct HomeWeeklyChartItemView: View {
|
||||
|
||||
#Preview {
|
||||
HomeWeeklyChartItemView(
|
||||
rank: 1,
|
||||
rank: 10,
|
||||
content: GetAudioContentRankingItem(
|
||||
contentId: 1,
|
||||
title: "안녕하세요 오늘은 커버곡을 들려드릴께요....안녕하세요 오늘은 커버곡을 들려드릴께요....",
|
||||
|
||||
Reference in New Issue
Block a user