wip
This commit is contained in:
@@ -54,7 +54,7 @@ struct LoginView: View {
|
|||||||
.frame(height: 44)
|
.frame(height: 44)
|
||||||
.foregroundColor(.blue)
|
.foregroundColor(.blue)
|
||||||
.background(.yellow)
|
.background(.yellow)
|
||||||
.cornerRadius(Constants.buttonRadius)
|
.cornerRadius(16)
|
||||||
.padding()
|
.padding()
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
.disabled(password.isEmpty || email.isEmpty)
|
.disabled(password.isEmpty || email.isEmpty)
|
||||||
|
|||||||
Reference in New Issue
Block a user