Skip to content

Commit

Permalink
Update stock card empty illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Jan 6, 2025
1 parent 3378fe3 commit 07882e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private extension ProductStockDashboardCard {

var emptyView: some View {
VStack(alignment: .center, spacing: Layout.padding) {
Image(uiImage: .magnifyingGlassNotFoundGrey)
Image(uiImage: .productBlouseImage)
Text(String(format: Localization.emptyStateTitle,
viewModel.selectedStockType.displayedName))
.subheadlineStyle()
Expand Down

0 comments on commit 07882e3

Please sign in to comment.