Skip to content

Commit 9fe9700

Browse files
committed
fix: 툴팁 그림자 추가
1 parent 7d27f16 commit 9fe9700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default function MissionGridCard({
192192
</Tooltip.Trigger>
193193
<Tooltip.Portal>
194194
<Tooltip.Content
195-
className="select-none rounded-[8px] bg-white px-[15px] py-2 text-[15px] leading-none text-violet11 shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] will-change-[transform,opacity] data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade animate-bounce"
195+
className="select-none rounded-[8px] bg-white px-[15px] py-2 text-[15px] leading-none text-neutral-800 shadow-[2px_2px_16px_rgba(0,0,0,0.4)] animate-bounce"
196196
sideOffset={5}
197197
>
198198
<p className="t-p-14-sb text-neutral-800 flex items-center gap-1">

0 commit comments

Comments
 (0)