eulaview: ui: use new eula background
This commit is contained in:
committed by
William Casarin
parent
3fbf3cc12e
commit
f99e311e58
@@ -110,10 +110,17 @@ struct EULAView: View {
|
||||
.padding(.trailing, 30)
|
||||
}
|
||||
}
|
||||
.background(
|
||||
Image("eula-bg")
|
||||
.resizable()
|
||||
.blur(radius: 70)
|
||||
.ignoresSafeArea(),
|
||||
alignment: .top
|
||||
)
|
||||
.navigationTitle("EULA")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarBackButtonHidden(true)
|
||||
.navigationBarItems(leading: BackNav())
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user