From 4e2c8e5d4061a378c188d9afc607085591f99090 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Thu, 10 Mar 2022 14:21:25 -0800 Subject: [PATCH] lower aspect ratio for grid card --- .../App/Views/Home/Components/FeedCardNavigationLink.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/Components/FeedCardNavigationLink.swift b/apple/OmnivoreKit/Sources/App/Views/Home/Components/FeedCardNavigationLink.swift index 49ef8dd79..f9c45cc71 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/Components/FeedCardNavigationLink.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/Components/FeedCardNavigationLink.swift @@ -66,7 +66,7 @@ struct GridCardNavigationLink: View { viewModel.itemAppeared(item: item, searchQuery: searchQuery, dataService: dataService) } } - .aspectRatio(2.2, contentMode: .fill) + .aspectRatio(2.1, contentMode: .fill) .scaleEffect(scale) } }