@@ -161,48 +161,48 @@ const ProfileEdit: React.FC = () => {
161161 < TopBar text = "회원정보 수정" LeftButtonSrc = { back } onClickLeftButton = { ( ) => navigate ( - 1 ) } />
162162 < ProfilePicWrapper >
163163 < ProfilePic >
164- < Skeleton width = { 120 } height = { 120 } borderRadius = { 80 } />
164+ < Skeleton width = { 7.5 } height = { 7.5 } borderRadius = { 5 } />
165165 </ ProfilePic >
166166 </ ProfilePicWrapper >
167167
168168 < UserInfo >
169- < Skeleton width = { 100 } height = { 30 } />
169+ < Skeleton width = { 6.25 } height = { 1.875 } />
170170 </ UserInfo >
171171 < Row >
172172 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
173173 이름
174174 </ StyledText >
175- < Skeleton width = "100%" height = { 60 } />
175+ < Skeleton width = "100%" height = { 3.75 } />
176176 </ Row >
177177 < Row >
178178 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
179179 닉네임
180180 </ StyledText >
181- < Skeleton width = "100%" height = { 60 } />
181+ < Skeleton width = "100%" height = { 3.75 } />
182182 </ Row >
183183 < Row >
184184 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
185185 소개글
186186 </ StyledText >
187- < Skeleton width = "100%" height = { 60 } />
187+ < Skeleton width = "100%" height = { 3.75 } />
188188 </ Row >
189189 < Row >
190190 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
191191 전화번호
192192 </ StyledText >
193- < Skeleton width = "100%" height = { 60 } />
193+ < Skeleton width = "100%" height = { 3.75 } />
194194 </ Row >
195195 < Row >
196196 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
197197 생년월일
198198 </ StyledText >
199- < Skeleton width = "100%" height = { 60 } />
199+ < Skeleton width = "100%" height = { 3.75 } />
200200 </ Row >
201201 < Row >
202202 < StyledText $textTheme = { { style : 'body2-regular' } } color = { theme . colors . text . tertiary } >
203203 이메일
204204 </ StyledText >
205- < Skeleton width = "100%" height = { 60 } />
205+ < Skeleton width = "100%" height = { 3.75 } />
206206 </ Row >
207207 < BottomButton content = "완료" onClick = { handleSave } disabled = { isLoading || uploading } />
208208 </ ProfileEditContainer >
0 commit comments