diff --git a/apps/portal/src/pages/resumes/index.tsx b/apps/portal/src/pages/resumes/index.tsx
index bae25c3f..444068a0 100644
--- a/apps/portal/src/pages/resumes/index.tsx
+++ b/apps/portal/src/pages/resumes/index.tsx
@@ -427,12 +427,9 @@ export default function ResumeHomePage() {
{filter.options.map((option) => (
+ className="[&>div>div:nth-child(1)>input]:text-primary-600 [&>div>div:nth-child(1)>input]:ring-primary-500 flex items-center px-1 text-sm [&>div>div:nth-child(2)>label]:font-normal">
+
+ (
+ {getFilterCount(
+ filter.label,
+ option.label,
+ )}
+ )
+
))}
@@ -527,12 +532,9 @@ export default function ResumeHomePage() {
{filter.options.map((option) => (
+ className="[&>div>div:nth-child(1)>input]:text-primary-600 [&>div>div:nth-child(1)>input]:ring-primary-500 flex items-center px-1 text-sm [&>div>div:nth-child(2)>label]:font-normal">
+
+ ({getFilterCount(filter.label, option.label)})
+
))}