feat(latest-audio-content-all): 테마 UI 변경, 아이템 2단으로 변경

This commit is contained in:
Yu Sung
2025-11-20 15:06:25 +09:00
parent 68fd9ee3ad
commit 4d5ac61dbe
9 changed files with 129 additions and 67 deletions

View File

@@ -38,13 +38,11 @@ struct HomeWeeklyChartView: View {
}
.padding(.horizontal, 24)
HStack(spacing: 16) {
ContentMainContentThemeView(
themeList: sortList,
selectTheme: onTapSort,
selectedTheme: $selectedSort
)
}
ContentMainContentThemeView(
themeList: sortList,
selectTheme: onTapSort,
selectedTheme: $selectedSort
)
ScrollView(.horizontal, showsIndicators: false) {
LazyHGrid(rows: rows, spacing: 16) {