From ccff1f421f5a9a450e97cd9c0a7df6b61da05ee5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 14 Jul 2023 17:09:57 +0800 Subject: [PATCH] Spacing between title and image --- apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift index 2286c9a3e..bea60ae4b 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryItemCard.swift @@ -26,7 +26,7 @@ public struct LibraryItemCard: View { public var body: some View { VStack { - HStack(alignment: .top, spacing: 0) { + HStack(alignment: .top, spacing: 10) { articleInfo imageBox }