Fix Read Now button with light theme

This commit is contained in:
Jackson Harper 2022-11-11 11:06:30 +08:00
parent 6ba5b6165b
commit 1613af79a6

View file

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