비밀번호 재설정
- 입력창 UI 수정
This commit is contained in:
@@ -26,6 +26,7 @@ struct LoginView: View {
|
||||
.disableAutocorrection(true)
|
||||
.font(.custom(Font.medium.rawValue, size: 15))
|
||||
.foregroundColor(.grayee)
|
||||
.keyboardType(.emailAddress)
|
||||
.padding(.vertical, 18)
|
||||
.padding(.horizontal, 13.3)
|
||||
.frame(height: 56)
|
||||
@@ -58,7 +59,7 @@ struct LoginView: View {
|
||||
.frame(height: 56)
|
||||
.background(RoundedRectangle(cornerRadius: 6.7).fill(Color.gray33.opacity(0.7)))
|
||||
.padding(.horizontal, 13.3)
|
||||
.padding(.top, 33.3)
|
||||
.padding(.top, 16)
|
||||
|
||||
Button(action: { viewModel.login() }) {
|
||||
Text("로그인")
|
||||
|
||||
Reference in New Issue
Block a user