Skip to content

Commit

Permalink
#26 [Style] 이미지 플레이스 홀더 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed May 16, 2024
1 parent 3f122a9 commit e5999f3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Score/Score/View/UIComponent/Card/SCProgressCard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ struct SCProgressCard: View {

var body: some View {
HStack(spacing: 12) {
image?
.resizable()
.frame(width: 53, height: 53)
.background {
Color.brandColor(color: .gray3)
}
.clipShape(Circle())
image
.imagePlaceHolder(size: 53)


VStack(alignment: .leading,
spacing: 4) {
HStack {
Expand Down

0 comments on commit e5999f3

Please sign in to comment.