라이브 탭 - 라이브 중 아이템 UI 변경

This commit is contained in:
Yu Sung
2023-12-14 18:35:43 +09:00
parent e782f72179
commit e5af4167f8
5 changed files with 78 additions and 50 deletions

View File

@@ -103,6 +103,7 @@ struct LiveReservationItemView_Previews: PreviewProvider {
price: 0,
tags: ["팬미팅", "힐링"],
channelName: nil,
creatorProfileImage: "https://test-cf.sodalive.net/profile/default-profile.png",
creatorNickname: "user8",
creatorId: 19,
isReservation: false,

View File

@@ -92,6 +92,7 @@ struct MyLiveReservationItemView_Previews: PreviewProvider {
price: 0,
tags: ["팬미팅", "힐링"],
channelName: nil,
creatorProfileImage: "https://test-cf.sodalive.net/profile/default-profile.png",
creatorNickname: "user8",
creatorId: 19,
isReservation: false,