라이브 예약 중 전체보기 - 선택된 날짜 배경색 3bb9f1로 변경

This commit is contained in:
Yu Sung 2023-10-06 20:28:02 +09:00
parent a4d15be57a
commit 02835c4b2e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {