diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx index b4ebddd..56771ae 100644 --- a/frontend/src/components/dashboard/DashboardHeader.tsx +++ b/frontend/src/components/dashboard/DashboardHeader.tsx @@ -22,7 +22,7 @@ const STAT_ACCENT = { 전체: 'text-[#ffdb3a]', IN_PROGRESS: 'text-[#10b981]', REVIEW: 'text-[#ff9f0a]', - DONE: 'text-[#e2e8f0]', + DONE: 'text-[#b0b0b0]', ISSUES: 'text-[#ff5252]', } as const; @@ -60,10 +60,10 @@ export function DashboardHeader({
{quarterLabel} - | + · {statItems.map((item, index) => ( - {index > 0 && } + {(index === 1 || index === 4) && }