Fix colors

This commit is contained in:
Jackson Harper
2023-10-27 16:31:53 +08:00
parent 1925ac34e9
commit 92b2f9112b

View File

@ -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)