diff --git a/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift b/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift index 8d7b3f91d..a6805336f 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Highlights/HighlightsListCard.swift @@ -129,6 +129,7 @@ .padding() } ) + .buttonStyle(.plain) .frame(width: 16, height: 16, alignment: .center) .onTapGesture { isContextMenuOpen = true } }