remove image mod

This commit is contained in:
Satindar Dhillon
2022-03-11 12:10:49 -08:00
parent 0d3bdeef8c
commit dbfa8fddc5

View File

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