We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1196321 commit dccc071Copy full SHA for dccc071
1 file changed
components/plans/PlanSection.tsx
@@ -200,7 +200,7 @@ export default function PlanSection({
200
<Card className="mb-4 transition-all duration-200">
201
{/* 헤더 영역 */}
202
<div
203
- className="flex cursor-pointer items-start justify-between"
+ className="flex cursor-pointer items-center justify-between"
204
onClick={() => !isEditingPlan && setIsOpen(!isOpen)}
205
>
206
{isEditingPlan ? (
@@ -247,7 +247,7 @@ export default function PlanSection({
247
</div>
248
)}
249
250
- <div className="flex items-center gap-4">
+ <div className="flex items-center justify-center gap-4">
251
<div className="text-right">
252
<span className="block text-xs text-gray-500">진행률</span>
253
<span className="text-lg font-bold text-[#556BD6]">
0 commit comments