From db828cf44da3c5af7edc9c6bfc5f3d3bbfdd85e4 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 25 May 2024 00:12:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EA=B8=80=20=EA=B5=AC=EB=A7=A4=20=EC=95=8C?= =?UTF-8?q?=EB=A6=BC=EC=B0=BD=20-=20=EA=B5=AC=EB=A7=A4=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EC=BA=94=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dialog/CommunityPostPurchaseDialog.swift | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift b/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift index 8b4d305..57a25d2 100644 --- a/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift +++ b/SodaLive/Sources/Dialog/CommunityPostPurchaseDialog.swift @@ -50,19 +50,9 @@ struct CommunityPostPurchaseDialog: View { isShowing = false } - HStack(spacing: 0) { - Text("\(can)") - .font(.custom(Font.bold.rawValue, size: 15.3)) - .foregroundColor(Color.white) - - Image("ic_can") - .resizable() - .frame(width: 20, height: 20) - - Text("으로 보기") - .font(.custom(Font.bold.rawValue, size: 15.3)) - .foregroundColor(Color.white) - } + Text("\(can)캔으로 보기") + .font(.custom(Font.bold.rawValue, size: 15.3)) + .foregroundColor(Color.white) .padding(.vertical, 16) .frame(width: (geo.size.width - 66.7) * 2 / 3) .background(Color.button)