From bcb934a155149c943e8834a176423e2584f5d7a7 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 24 Aug 2023 15:55:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EA=B5=AC=EB=A7=A4=EB=AA=A9=EB=A1=9D=20-=2019=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyPage/OrderList/OrderListItemView.swift | 23 ++++--------------- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/SodaLive/Sources/MyPage/OrderList/OrderListItemView.swift b/SodaLive/Sources/MyPage/OrderList/OrderListItemView.swift index 107e48c..224f5ae 100644 --- a/SodaLive/Sources/MyPage/OrderList/OrderListItemView.swift +++ b/SodaLive/Sources/MyPage/OrderList/OrderListItemView.swift @@ -15,24 +15,11 @@ struct OrderListItemView: View { var body: some View { VStack(spacing: 12) { HStack(spacing: 10) { - ZStack(alignment: .topLeading) { - KFImage(URL(string: item.coverImageUrl)) - .resizable() - .frame(width: 66.7, height: 66.7, alignment: .center) - .clipped() - .cornerRadius(5.3) - - if item.isAdult { - Text("19") - .font(.custom(Font.bold.rawValue, size: 11.3)) - .foregroundColor(Color.white) - .padding(4) - .background(Color(hex: "e53621")) - .clipShape(Circle()) - .padding(.top, 4.3) - .padding(.leading, 4.3) - } - } + KFImage(URL(string: item.coverImageUrl)) + .resizable() + .frame(width: 66.7, height: 66.7, alignment: .center) + .clipped() + .cornerRadius(5.3) VStack(alignment: .leading, spacing: 0) { HStack(spacing: 8) {