Skip to content

Commit fc8f826

Browse files
committed
fix: 프로필 테두리 색상 변경
1 parent b676367 commit fc8f826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/ui/ProfileWithBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ProfileWithBadge = ({
3030
{/* 프로필 이미지 */}
3131
<div
3232
className={`h-full w-full overflow-hidden rounded-full ${
33-
showMentorBadge ? "border-2 border-primary-1" : "border border-gray-200"
33+
showMentorBadge ? "border-2 border-primary-2" : "border-none"
3434
}`}
3535
>
3636
<Image

0 commit comments

Comments
 (0)