Skip to content

Commit 6c75a0c

Browse files
committed
fix: lock card 스타일 수정
1 parent 624d27f commit 6c75a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/mission/-components/MissionLockCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ export default function MissionLockCard() {
55
return (
66
<div className="card-container">
77
<div className="relative aspect-[3/4] w-full h-full rounded-[32px]">
8-
<div className="h-full flex flex-col items-center justify-center gap-2 relative z-1 bg-neutral-400 rounded-[32px]">
8+
<div className="h-full flex flex-col items-center justify-center gap-5 relative z-1 bg-neutral-300 rounded-[32px]">
99
<img
1010
src={assetMissionIcon}
1111
alt="자물쇠 이미지"
1212
className="absolute w-[35px] h-[43px] left-[24px] top-[24px] object-cover"
1313
/>
14-
<div className="max-w-[200px] max-h-[200px] w-full h-full aspect-square">
14+
<div className="max-w-[140px] max-h-[140px] w-full h-full aspect-square">
1515
<img
1616
src={assetMissionLock}
1717
alt="미션 아이콘"

0 commit comments

Comments
 (0)