라이브 예약 중 전체보기 - 선택된 날짜 배경색 3bb9f1로 변경
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung