Skip to content

Commit

Permalink
Fix: 디자인 qa 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHiHo committed Jan 28, 2024
1 parent fef9ead commit 1edfbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Plan/PlanMoveItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const PlanMoveItem: React.FC<PlanMoveItemProps> = ({
onClick={() => handleMoveItem(date[index])}
className="mb-[12px] flex h-[24px] items-center gap-[8px]">
<PaperIcon />
<p className="mb-[5px] h-[18px] text-[15px] font-medium text-[#1e1e1e]">
<p className="mb-[8px] h-[18px] text-[15px] font-medium text-[#1e1e1e]">
{day}
</p>
</button>
Expand Down

0 comments on commit 1edfbe6

Please sign in to comment.