From b632a65a6f107f83d30cb85c87adbafb1f110c13 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 18 Sep 2023 10:46:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=94=20=EC=9C=A0=ED=9A=A8=EA=B8=B0?= =?UTF-8?q?=EA=B0=84=20=EC=84=A4=EB=AA=85=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyPage/Can/Payment/CanPaymentView.swift | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/SodaLive/Sources/MyPage/Can/Payment/CanPaymentView.swift b/SodaLive/Sources/MyPage/Can/Payment/CanPaymentView.swift index 4e1854c..652f0fb 100644 --- a/SodaLive/Sources/MyPage/Can/Payment/CanPaymentView.swift +++ b/SodaLive/Sources/MyPage/Can/Payment/CanPaymentView.swift @@ -74,19 +74,6 @@ struct CanPaymentView: View { } VStack(spacing: 6.7) { - HStack(alignment: .top, spacing: 0) { - Text("- ") - .font(.custom(Font.medium.rawValue, size: 12)) - .foregroundColor(Color(hex: "777777")) - - Text("충전된 캔의 유효기간은 충전 후 5년 입니다.") - .font(.custom(Font.medium.rawValue, size: 12)) - .foregroundColor(Color(hex: "777777")) - .fixedSize(horizontal: false, vertical: true) - } - .frame(width: screenSize().width - 53.4, alignment: .leading) - .padding(.top, 26.7) - HStack(alignment: .top, spacing: 0) { Text("- ") .font(.custom(Font.medium.rawValue, size: 12)) @@ -123,6 +110,7 @@ struct CanPaymentView: View { } .frame(width: screenSize().width - 53.4, alignment: .leading) } + .padding(.top, 26.7) } }