mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve snack bar colours in light mode
This commit is contained in:
parent
e46d7c7c9e
commit
43c02f2987
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public struct Snackbar: View {
|
|||
HStack {
|
||||
self.text
|
||||
.font(.appCallout)
|
||||
.foregroundColor(self.colorScheme == .light ? .appGrayText : .appTextDefault)
|
||||
.foregroundColor(self.colorScheme == .light ? .white : .appTextDefault)
|
||||
Spacer()
|
||||
}
|
||||
.padding()
|
||||
|
|
|
|||
Loading…
Reference in a new issue