mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set card menu image with sf symbols
This commit is contained in:
parent
dbfa8fddc5
commit
4891cb12d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue