비밀번호 재설정

- 입력창 UI 수정
This commit is contained in:
Yu Sung
2025-03-24 11:42:21 +09:00
parent 38823558a9
commit 19250dc929
5 changed files with 20 additions and 16 deletions

View File

@@ -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("로그인")