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)