From 600a730750af8975c9f9bbcfa44bfc189edcac33 Mon Sep 17 00:00:00 2001 From: EENE Dashboard Date: Fri, 5 Jun 2026 23:58:32 +0900 Subject: [PATCH] fix: match stat bar bullet and divider placement to reference Use middle dot after quarter label and vertical dividers only after total and completed chips. Co-authored-by: Cursor --- frontend/src/components/dashboard/DashboardHeader.tsx | 6 +++--- frontend/src/index.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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) && }