Skip to content

Commit 4c44293

Browse files
authored
Merge branch 'trunk' into woomob-314-pos-extract-local-site-settings
2 parents f80faca + 419e4df commit 4c44293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/Item Search/POSRecentSearchesView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct RecentSearchCard: View {
115115
Rectangle()
116116
.foregroundColor(.posSurfaceDim)
117117
.overlay {
118-
Text(Image(systemName: "magnifyingglass"))
118+
Image(systemName: "magnifyingglass")
119119
.font(.posButtonSymbolLarge)
120120
.foregroundColor(.posOnSurfaceVariantLowest)
121121
}

0 commit comments

Comments
 (0)