diff --git a/frontend/src/components/dashboard/DashboardHeader.tsx b/frontend/src/components/dashboard/DashboardHeader.tsx
index 56771ae..b2a0bd5 100644
--- a/frontend/src/components/dashboard/DashboardHeader.tsx
+++ b/frontend/src/components/dashboard/DashboardHeader.tsx
@@ -124,7 +124,7 @@ function StatClick({ label, value, statusKey, activeStatus, accent, onClick }: S
}`}
>
{label}{' '}
- {value}
+ {value}
건
);
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 54b179b..fa11734 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -173,8 +173,3 @@ body,
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
-.poly-click-stat.active .poly-stat-val,
-.poly-click-stat.active .poly-stat-unit {
- color: #fff;
- opacity: 1;
-}