diff --git a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/CalendarMain/CalendarCellView.swift b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/CalendarMain/CalendarCellView.swift index d8f8c23b..94403c0e 100644 --- a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/CalendarMain/CalendarCellView.swift +++ b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/CalendarMain/CalendarCellView.swift @@ -45,19 +45,22 @@ struct CalendarCellView: View { .padding(.top, 36.adjustedH) } - TypographyText("\(value.day)", style: .body1_r_14, color: dayTextColor) - - if procedureCount > 0 && calendarMode == .none { - let displayCount = min(procedureCount, 3) + ZStack { + TypographyText("\(value.day)", style: .body1_r_14, color: dayTextColor) - VStack { - Spacer() - HStack(spacing: 4) { - ForEach(0.. 0 && calendarMode == .none { + let displayCount = min(procedureCount, 3) + + VStack { + Spacer() + HStack(spacing: 4) { + ForEach(0.. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@2x.png b/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@2x.png new file mode 100644 index 00000000..79224cfe Binary files /dev/null and b/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@2x.png differ diff --git a/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@3x.png b/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@3x.png new file mode 100644 index 00000000..58892329 Binary files /dev/null and b/Cherrish-iOS/Cherrish-iOS/Resources/Assets.xcassets/mypage_icon/illustration_profile.imageset/illustration_profile@3x.png differ