fixing inconsistencies in ui in onboarding

This commit is contained in:
talksik
2021-12-23 02:38:54 -08:00
parent 566574542f
commit 069cc543f4
5 changed files with 35 additions and 10 deletions
@@ -21,7 +21,7 @@ struct WelcomeView: View {
self.navigationStack.push(PhoneVerificationView())
} label: {
Text("Start Your Detox")
.bold()
.fontWeight(.heavy)
.foregroundColor(NirvanaColor.white)
.frame(maxWidth: .infinity)
.padding(.vertical, 20)