File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/mission/-components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 = "미션 아이콘"
You can’t perform that action at this time.
0 commit comments