Skip to content

Commit dccc071

Browse files
committed
refactor: 계획 관리 페이지 PlanSection 컴포넌트 내부의 아이템 정렬을 중앙으로 변경
1 parent 1196321 commit dccc071

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/plans/PlanSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function PlanSection({
200200
<Card className="mb-4 transition-all duration-200">
201201
{/* 헤더 영역 */}
202202
<div
203-
className="flex cursor-pointer items-start justify-between"
203+
className="flex cursor-pointer items-center justify-between"
204204
onClick={() => !isEditingPlan && setIsOpen(!isOpen)}
205205
>
206206
{isEditingPlan ? (
@@ -247,7 +247,7 @@ export default function PlanSection({
247247
</div>
248248
)}
249249

250-
<div className="flex items-center gap-4">
250+
<div className="flex items-center justify-center gap-4">
251251
<div className="text-right">
252252
<span className="block text-xs text-gray-500">진행률</span>
253253
<span className="text-lg font-bold text-[#556BD6]">

0 commit comments

Comments
 (0)