We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90aa59 commit 8729326Copy full SHA for 8729326
WooCommerce/Classes/POS/Presentation/Reusable Views/POSItemImageView.swift
@@ -17,9 +17,8 @@ struct POSItemImageView: View {
17
Rectangle()
18
.foregroundColor(Constants.placeholderBackgroundColor)
19
.overlay {
20
- Image(systemName: "archivebox")
21
- .resizable()
22
- .frame(width: Constants.placeholderIconDimension, height: Constants.placeholderIconDimension)
+ Text(Image(systemName: "archivebox"))
+ .font(.posButtonSymbol)
23
.foregroundColor(Constants.placeholderIconColor)
24
}
25
0 commit comments