Skip to content

Commit 8db3c68

Browse files
committed
style: UserModal 이미지 모서리 스타일 변경
1 parent e1de1d9 commit 8db3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/component/UserModal/UserModal.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const profileContainer = style({
2323
export const profileImage = style({
2424
width: '5rem',
2525
height: '5rem',
26-
borderRadius: '25%',
26+
borderRadius: '50%',
2727
objectFit: 'cover',
2828
});
2929

0 commit comments

Comments
 (0)