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)