Skip to content

Commit 216606c

Browse files
committed
GhostItemCardView: replace corner radius value with POSCornerRadiusStyle.
1 parent 0b2e6cf commit 216606c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/Item Selector/GhostItemCardView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private extension GhostItemCardView {
3131

3232
enum Layout {
3333
static let placeholderHeight: CGFloat = 36
34-
static let cornerRadius: CGFloat = 8
34+
static let cornerRadius: CGFloat = POSCornerRadiusStyle.medium.value
3535
}
3636
}
3737

0 commit comments

Comments
 (0)