회원탈퇴

- 소셜로그인 탈퇴 안내 문구 추가
This commit is contained in:
Yu Sung
2025-04-15 19:35:41 +09:00
parent a7b3c9d5e7
commit 79ab62fc31
2 changed files with 8 additions and 7 deletions

View File

@@ -91,6 +91,13 @@ struct SignOutView: View {
.padding(.top, 20)
.padding(.horizontal, 26.7)
Text("※ 소셜 로그인 이용자는 비밀번호를 입력하지 말고 '탈퇴하기'를 클릭하면 자동 탈퇴됩니다.")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(.grayee)
.fixedSize(horizontal: false, vertical: true)
.padding(.horizontal, 26.7)
.padding(.top, 8)
Text("탈퇴하기")
.font(.custom(Font.bold.rawValue, size: 15))
.foregroundColor(.white)