From 92b2f9112bfe63c4833052b3822ad42e0090bdee Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 27 Oct 2023 16:31:53 +0800 Subject: [PATCH] Fix colors --- .../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 f1741b345..7fe76a4b6 100644 --- a/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift +++ b/apple/OmnivoreKit/Sources/App/AppExtensions/Share/Views/ShareExtensionView.swift @@ -379,7 +379,7 @@ public struct ShareExtensionView: View { Text(self.viewModel.url ?? "") .font(Font.system(size: 12)) .lineLimit(1) - .foregroundColor(Color(hex: "EBEBF5")?.opacity(0.85)) + .foregroundColor(Color.extensionTextSubtle) .frame(height: 14) Text(self.viewModel.title)