We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e849eb0 commit 6d2b4c8Copy full SHA for 6d2b4c8
Projects/Coffice/Sources/App/Main/SavedList/SavedListView.swift
@@ -94,6 +94,8 @@ struct SavedListView: View {
94
.overlay(alignment: .topTrailing) {
95
bookmarkButton(cafe: cafe)
96
}
97
+ .clipped()
98
+ .cornerRadius(4)
99
100
Text(cafe.name)
101
.lineLimit(1)
@@ -146,9 +148,9 @@ struct SavedListView: View {
146
148
height: (proxy.size.width - 60) / 2
147
149
)
150
.background(CofficeAsset.Colors.grayScale2.swiftUIColor)
- .clipped()
- .cornerRadius(5)
151
152
153
154
155
156
0 commit comments