We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b676367 commit fc8f826Copy full SHA for fc8f826
1 file changed
apps/web/src/components/ui/ProfileWithBadge.tsx
@@ -30,7 +30,7 @@ const ProfileWithBadge = ({
30
{/* 프로필 이미지 */}
31
<div
32
className={`h-full w-full overflow-hidden rounded-full ${
33
- showMentorBadge ? "border-2 border-primary-1" : "border border-gray-200"
+ showMentorBadge ? "border-2 border-primary-2" : "border-none"
34
}`}
35
>
36
<Image
0 commit comments