Clean up colouring on tabs

This commit is contained in:
Jackson Harper 2023-07-01 14:48:50 -07:00
parent 41443c70b5
commit 7cf0c37c88
2 changed files with 1 additions and 2 deletions

View file

@ -50,6 +50,5 @@ struct LibraryTabView: View {
}
}
.navigationViewStyle(.stack)
.accentColor(.appGrayTextContrast)
}
}

View file

@ -36,7 +36,7 @@ public struct LibraryItemCard: View {
labels
}
}
.padding(.bottom, 8)
.padding(.bottom, 5)
.draggableItem(item: item)
}