add GenericItemManager, fix small inconsistencies
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user