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 )