update welcome view background color

This commit is contained in:
Satindar Dhillon 2022-06-01 23:06:33 -07:00
parent 4b014c49ab
commit 7c832242da

View file

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