add GenericItemManager, fix small inconsistencies

This commit is contained in:
Felix Förtsch
2024-11-15 16:49:49 +01:00
parent 02e2937094
commit 1668b29803
4 changed files with 338 additions and 8 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ struct AddItemButton: View {
var body: some View {
Button(action: action) {
HStack {
Image(systemName: "plus.circle.fill")
.foregroundStyle(.green)
Image(systemName: "plus")
Text(label)
.foregroundStyle(.blue)
}