From 30a480232bdc8b86a672d7e43cc882ecfed75368 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 30 Aug 2024 17:57:18 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=ED=9B=84=EC=9B=90=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4=20=EB=84=A4=EB=AA=A8?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Detail/LiveRoomDonationDialogView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Content/Detail/LiveRoomDonationDialogView.swift b/SodaLive/Sources/Content/Detail/LiveRoomDonationDialogView.swift index 21c5f31..68107e6 100644 --- a/SodaLive/Sources/Content/Detail/LiveRoomDonationDialogView.swift +++ b/SodaLive/Sources/Content/Detail/LiveRoomDonationDialogView.swift @@ -88,13 +88,13 @@ struct LiveRoomDonationDialogView: View { Spacer() HStack(spacing: 8) { - Image(isSecret ? "btn_select_checked" : "btn_select_normal") + Image(isSecret ? "btn_square_select_checked" : "btn_square_select_normal") .resizable() .frame(width: 20, height: 20) Text("비밀후원") .font(.custom(Font.medium.rawValue, size: 14.7)) - .foregroundColor(Color.grayee) + .foregroundColor(isSecret ? Color.button : Color.grayee) } .onTapGesture { isSecret.toggle()