From b31dcf901bdd08d7fe8c64d566ff0ea7cee4441c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 24 Aug 2023 14:42:07 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85=20-=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=95=84=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=A0=95=EC=82=AC=EA=B0=81=ED=98=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/User/SignUp/SignUpView.swift | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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")