회원가입 - 닉네임 입력 필드와 프로필 사진 등록 사이 간격 수정
This commit is contained in:
parent
39f84ceadf
commit
8821ce5f1f
|
@ -87,6 +87,7 @@ struct SignUpView: View {
|
|||
.frame(width: screenSize().width - 26.7, alignment: .leading)
|
||||
.background(Color(hex: "222222"))
|
||||
.cornerRadius(6.7)
|
||||
.padding(.top, 16.7)
|
||||
|
||||
Text("회원가입")
|
||||
.font(.custom(Font.bold.rawValue, size: 18.3))
|
||||
|
|
Loading…
Reference in New Issue