diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift index 072eb94bd..6e5b0e78b 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/HomeFeedCardView.swift @@ -57,10 +57,8 @@ public struct FeedCard: View { .aspectRatio(contentMode: .fill) .frame(width: 80, height: 80) .cornerRadius(6) - } else if phase.error != nil { - EmptyView().frame(width: 80, height: 80, alignment: .top) } else { - Color.appButtonBackground + Color.systemBackground .frame(width: 80, height: 80) .cornerRadius(6) }