From 1613af79a6a34dcf548da9e7ed67b77a46206c67 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 11 Nov 2022 11:06:30 +0800 Subject: [PATCH] Fix Read Now button with light theme --- .../App/AppExtensions/Share/Views/ShareExtensionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)