From f7105c135080b70e8109af9381c68f9e9a3fd779 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 22 Dec 2023 17:41:32 +0800 Subject: [PATCH] PLain button style on the share extension note entry --- .../App/AppExtensions/Share/Views/ShareExtensionView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift index 808cb0dd0..b1b282a8e 100644 --- a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift +++ b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift @@ -124,6 +124,7 @@ public struct ShareExtensionView: View { Spacer() } }) + .buttonStyle(.plain) .foregroundColor(hasNoteText ? Color.appGrayTextContrast : Color.extensionTextSubtle )