From dc60a96a532375b4eb5855ca25772c379deddb1b Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 22 Dec 2023 14:06:14 +0800 Subject: [PATCH] Disable button style on highlights menu --- .../Sources/App/Views/Highlights/HighlightsListCard.swift | 1 + 1 file changed, 1 insertion(+) 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 } }