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