회원가입 - 프로필 이미지 정사각형
This commit is contained in:
		| @@ -49,16 +49,15 @@ struct SignUpView: View { | ||||
|                                         Image(uiImage: selectedImage) | ||||
|                                             .resizable() | ||||
|                                             .scaledToFill() | ||||
|                                             .frame(width: 80, height: 116.8, alignment: .top) | ||||
|                                             .background(Color(hex: "3e3358")) | ||||
|                                             .cornerRadius(10) | ||||
|                                             .frame(width: 80, height: 80, alignment: .top) | ||||
|                                             .clipShape(Circle()) | ||||
|                                     } else { | ||||
|                                         Image("ic_logo") | ||||
|                                             .resizable() | ||||
|                                             .scaledToFill() | ||||
|                                             .frame(width: 80, height: 116.8, alignment: .top) | ||||
|                                             .frame(width: 80, height: 80, alignment: .top) | ||||
|                                             .background(Color(hex: "3e3358")) | ||||
|                                             .cornerRadius(10) | ||||
|                                             .clipShape(Circle()) | ||||
|                                     } | ||||
|                                      | ||||
|                                     Image("ic_camera") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung