mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix Read Now button with light theme
This commit is contained in:
parent
6ba5b6165b
commit
1613af79a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue