라이브 탭 새로고침 방법 변경 - 당겨서 새로고침 -> 지금 라이브 중 옆 새로고침 버튼으로 변경
This commit is contained in:
@@ -86,7 +86,6 @@ struct SectionLiveReservationView: View {
|
||||
}
|
||||
.padding(.horizontal, 13.3)
|
||||
.frame(width: screenSize().width)
|
||||
.padding(.top, 13.3)
|
||||
} else {
|
||||
VStack(spacing: 0) {
|
||||
Image("ic_no_item")
|
||||
@@ -104,7 +103,6 @@ struct SectionLiveReservationView: View {
|
||||
.frame(width: screenSize().width - 26.7)
|
||||
.background(Color(hex: "13181b"))
|
||||
.cornerRadius(4.7)
|
||||
.padding(.top, 28.3)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user