From 02835c4b2ee68bbff46ed3ea407116f5535913e6 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 6 Oct 2023 20:28:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EC=98=88?= =?UTF-8?q?=EC=95=BD=20=EC=A4=91=20=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?-=20=EC=84=A0=ED=83=9D=EB=90=9C=20=EB=82=A0=EC=A7=9C=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=83=89=203bb9f1=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Reservation/All/WeekCalendarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/Reservation/All/WeekCalendarView.swift b/SodaLive/Sources/Live/Reservation/All/WeekCalendarView.swift index b8a73db..14a7f42 100644 --- a/SodaLive/Sources/Live/Reservation/All/WeekCalendarView.swift +++ b/SodaLive/Sources/Live/Reservation/All/WeekCalendarView.swift @@ -33,7 +33,7 @@ struct WeekCalendarView: View { } .frame(width: 53.3) .frame(minHeight: 66.7) - .background(index == selectedIndex ? Color(hex: "9970ff") : Color.clear) + .background(index == selectedIndex ? Color(hex: "3bb9f1") : Color.clear) .cornerRadius(6.7) .onTapGesture { if self.selectedIndex != index {