라이브 예약 중 전체보기 - 선택된 날짜 배경색 3bb9f1로 변경
This commit is contained in:
parent
a4d15be57a
commit
02835c4b2e
|
@ -33,7 +33,7 @@ struct WeekCalendarView: View {
|
||||||
}
|
}
|
||||||
.frame(width: 53.3)
|
.frame(width: 53.3)
|
||||||
.frame(minHeight: 66.7)
|
.frame(minHeight: 66.7)
|
||||||
.background(index == selectedIndex ? Color(hex: "9970ff") : Color.clear)
|
.background(index == selectedIndex ? Color(hex: "3bb9f1") : Color.clear)
|
||||||
.cornerRadius(6.7)
|
.cornerRadius(6.7)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
if self.selectedIndex != index {
|
if self.selectedIndex != index {
|
||||||
|
|
Loading…
Reference in New Issue