diff --git a/SodaLive/Sources/User/SignUp/SignUpView.swift b/SodaLive/Sources/User/SignUp/SignUpView.swift index dc70a50..a12676b 100644 --- a/SodaLive/Sources/User/SignUp/SignUpView.swift +++ b/SodaLive/Sources/User/SignUp/SignUpView.swift @@ -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")