Skip to content

Commit

Permalink
Fix: 비용입력 x버튼 밀림현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHiHo committed Jan 22, 2024
1 parent 7a9352f commit a1da71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Plan/PlanItemBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const PlanItemBox = ({
onChange={(e) => setInputPrice(e.target.value)}
/>
<div
className="cursor-pointer"
className="ml-[-16px] cursor-pointer"
onClick={() => setInputPrice('')}>
{showCloseIcon && (
<CloseIcon size={16} fill="#D7D7D7" />
Expand Down

0 comments on commit a1da71d

Please sign in to comment.