diff --git a/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift b/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift index 3b0c80a85..8cf320384 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Labels/ApplyLabelsView.swift @@ -51,7 +51,7 @@ struct ApplyLabelsView: View { viewModel.removeLabelFromItem(label) } }, - label: { Image(systemName: "trash").foregroundColor(.appGrayTextContrast) } + label: { Image(systemName: "xmark.circle").foregroundColor(.appGrayTextContrast) } ) } }