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