mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update welcome view background color
This commit is contained in:
parent
4b014c49ab
commit
7c832242da
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ struct WelcomeView: View {
|
|||
|
||||
public var body: some View {
|
||||
ZStack(alignment: .leading) {
|
||||
Color.appDeepBackground
|
||||
Color.appBackground
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.modifier(SizeModifier())
|
||||
.onPreferenceChange(SizePreferenceKey.self) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue