지금 라이브 중 - 상단 정렬로 수정
This commit is contained in:
parent
85044d901f
commit
d53392ddcd
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue