diff --git a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift index f2363e441..5271d7c57 100644 --- a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift +++ b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift @@ -280,7 +280,7 @@ public struct ShareExtensionView: View { .frame(maxWidth: .infinity, maxHeight: .infinity) } ) - .foregroundColor(.white) + .foregroundColor(.appGrayTextContrast) .background(Color.appButtonBackground) .frame(height: 52) .cornerRadius(8)