지금 라이브 중 - 상단 정렬로 수정

This commit is contained in:
Yu Sung 2023-12-22 00:04:55 +09:00
parent 85044d901f
commit d53392ddcd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ struct SectionLiveNowView: View {
if items.count > 0 {
ScrollView(.horizontal, showsIndicators: false) {
HStack(spacing: 10) {
HStack(alignment: .top, spacing: 10) {
ForEach(items, id: \.self) { item in
LiveNowItemView(item: item)
.contentShape(Rectangle())