set card menu image with sf symbols

This commit is contained in:
Satindar Dhillon 2022-03-11 14:19:48 -08:00
parent dbfa8fddc5
commit 4891cb12d4

View file

@ -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 }