use xmark for remove label button

This commit is contained in:
Satindar Dhillon 2022-04-10 21:13:28 -07:00
parent c8ad2f47a2
commit be68971a03

View file

@ -51,7 +51,7 @@ struct ApplyLabelsView: View {
viewModel.removeLabelFromItem(label)
}
},
label: { Image(systemName: "trash").foregroundColor(.appGrayTextContrast) }
label: { Image(systemName: "xmark.circle").foregroundColor(.appGrayTextContrast) }
)
}
}