Skip to content

Commit

Permalink
Merge pull request #292 from WePlanPlans/dev
Browse files Browse the repository at this point in the history
Fix: 디자인 qa 반영
  • Loading branch information
LeHiHo authored Jan 28, 2024
2 parents 63a496e + 1edfbe6 commit b535cc0
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 b535cc0

Please sign in to comment.