Skip to content

Commit

Permalink
design: width 변경으로 인한 inputReson width 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxjinn committed Feb 5, 2025
1 parent fcc562b commit 15f8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gift-upload/InputReason.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const InputReason = ({
이 선물을 고른 이유를 적어 함께 전달해볼까요?
</p>
<div
className="h-[208px] w-[343px] rounded-[10px] bg-gray-50 border-[1.4px] border-input px-[14px] py-[15px] flex flex-col gap-3 cursor-pointer"
className="h-[208px] rounded-[10px] bg-gray-50 border-[1.4px] border-input px-[14px] py-[15px] flex flex-col gap-3 cursor-pointer"
onClick={() => setIsClicked(true)}
>
{!isClicked ? (
Expand Down

0 comments on commit 15f8eed

Please sign in to comment.