Skip to content

Commit 6d2b4c8

Browse files
applebuddyios-min
authored andcommitted
[Fix] #319 thumbnail, placeholder image 사양 수정 후 저장리스트목록 모서리 레이아웃 사양 수정
1 parent e849eb0 commit 6d2b4c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Projects/Coffice/Sources/App/Main/SavedList/SavedListView.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ struct SavedListView: View {
9494
.overlay(alignment: .topTrailing) {
9595
bookmarkButton(cafe: cafe)
9696
}
97+
.clipped()
98+
.cornerRadius(4)
9799
}
98100
Text(cafe.name)
99101
.lineLimit(1)
@@ -146,9 +148,9 @@ struct SavedListView: View {
146148
height: (proxy.size.width - 60) / 2
147149
)
148150
.background(CofficeAsset.Colors.grayScale2.swiftUIColor)
149-
.clipped()
150-
.cornerRadius(5)
151151
}
152+
.clipped()
153+
.cornerRadius(4)
152154
}
153155
}
154156

0 commit comments

Comments
 (0)