diff --git a/apple/OmnivoreKit/Sources/App/Views/LibraryTabView.swift b/apple/OmnivoreKit/Sources/App/Views/LibraryTabView.swift index 0a46e4ae7..4ea972e51 100644 --- a/apple/OmnivoreKit/Sources/App/Views/LibraryTabView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/LibraryTabView.swift @@ -50,6 +50,5 @@ struct LibraryTabView: View { } } .navigationViewStyle(.stack) - .accentColor(.appGrayTextContrast) } } diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift index 654f2d065..a81272123 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift @@ -36,7 +36,7 @@ public struct LibraryItemCard: View { labels } } - .padding(.bottom, 8) + .padding(.bottom, 5) .draggableItem(item: item) }