From dbfa8fddc5b5ff6f09237b6b9e2b8dd3cac1b3b2 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Fri, 11 Mar 2022 12:10:49 -0800 Subject: [PATCH] remove image mod --- apple/OmnivoreKit/Sources/Views/FeedItem/GridCard.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/GridCard.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/GridCard.swift index 9dfef40a4..4fcb7bfea 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/GridCard.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/GridCard.swift @@ -92,7 +92,7 @@ public struct GridCard: View { Menu( content: { contextMenuView }, - label: { Image.dotsThree.padding().background(Color.clear) } + label: { Image.dotsThree } ) .frame(width: 16, height: 16, alignment: .center) .onTapGesture { isContextMenuOpen = true }