component/Avatar/index
<AvatarWrapper
{...props}
shape={shape}
style={{
width: `${avatarSize}px`,
height: `${avatarSize}px`, // 해당 코드
aspectRatio: 1 / 1, //로 수정. -> 화면 크기가 줄어들면 타원형으로 변화됨 방지
}}>