From 4891cb12d413e04f5f1749680a7289a3d0307a3b Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Fri, 11 Mar 2022 14:19:48 -0800 Subject: [PATCH] set card menu image with sf symbols --- 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 4fcb7bfea..f42b0bfbe 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 } + label: { Image(systemName: "ellipsis").padding() } ) .frame(width: 16, height: 16, alignment: .center) .onTapGesture { isContextMenuOpen = true }