From ce55449f2d04e3f3a92acdb55eb8fc053d53d392 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sun, 20 Aug 2023 23:18:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=94=EB=82=B4=EC=97=AD=20-=20=EC=B6=A9?= =?UTF-8?q?=EC=A0=84=ED=95=98=EA=B8=B0=20=EB=B2=84=ED=8A=BC=EC=83=89=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/MyPage/Can/Status/CanStatusView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/MyPage/Can/Status/CanStatusView.swift b/SodaLive/Sources/MyPage/Can/Status/CanStatusView.swift index 6553746..b2518e2 100644 --- a/SodaLive/Sources/MyPage/Can/Status/CanStatusView.swift +++ b/SodaLive/Sources/MyPage/Can/Status/CanStatusView.swift @@ -144,11 +144,11 @@ struct CanStatusView: View { Text("충전하기") .font(.custom(Font.bold.rawValue, size: 18.3)) - .foregroundColor(Color.black) + .foregroundColor(Color(hex: "1313bc")) } .padding(.vertical, 16) .frame(width: screenSize().width - 26.7) - .background(Color(hex: "fdca2f")) + .background(Color(hex: "80d8ff")) .cornerRadius(10) .padding(.vertical, 13.7) .frame(width: screenSize().width)