feat(latest-audio-content-all): 테마 UI 변경, 아이템 2단으로 변경
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user