diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 0aa6337..9c5d1f2 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -24,7 +24,7 @@ - + diff --git a/frontend/src/screens/Assessments.jsx b/frontend/src/screens/Assessments.jsx index 12e161a..067f1b5 100644 --- a/frontend/src/screens/Assessments.jsx +++ b/frontend/src/screens/Assessments.jsx @@ -297,7 +297,7 @@ export default function Assessments() {
= 70 ? 'var(--success)' : 'var(--warning)', }} > diff --git a/frontend/src/screens/JobCandidates.jsx b/frontend/src/screens/JobCandidates.jsx index 95e6364..a05d64c 100644 --- a/frontend/src/screens/JobCandidates.jsx +++ b/frontend/src/screens/JobCandidates.jsx @@ -51,7 +51,7 @@ function MiniRing({ score, size = 46 }) { style={{ width: size - 8, height: size - 8, borderRadius: '50%', background: 'var(--bg-elev)', display: 'grid', placeItems: 'center', - fontWeight: 800, fontSize: size >= 56 ? 17 : 13.5, letterSpacing: '-.3px', + fontWeight: 700, fontSize: size >= 56 ? 17 : 13.5, letterSpacing: '-0.01em', color: ringColor(score), }} > diff --git a/frontend/src/screens/RecruiterHub.jsx b/frontend/src/screens/RecruiterHub.jsx index 523127f..ed2e709 100644 --- a/frontend/src/screens/RecruiterHub.jsx +++ b/frontend/src/screens/RecruiterHub.jsx @@ -211,13 +211,13 @@ export default function RecruiterHub() {
-
+
{loading ? '—' : pct(k?.hires ?? 0, k?.total_candidates ?? 0)}
Applicant → hire
-
+
{loading ? '—' : pct(k?.offers_accepted ?? 0, k?.offers_sent ?? 0)}
Offer acceptance
diff --git a/frontend/src/screens/Talent.jsx b/frontend/src/screens/Talent.jsx index 204e41c..e383197 100644 --- a/frontend/src/screens/Talent.jsx +++ b/frontend/src/screens/Talent.jsx @@ -124,7 +124,7 @@ function MatchRing({ score, size = 46 }) { style={{ width: size - 8, height: size - 8, borderRadius: '50%', background: 'var(--bg-elev)', display: 'grid', placeItems: 'center', - fontWeight: 800, fontSize: 13.5, letterSpacing: '-.3px', + fontWeight: 700, fontSize: 13.5, letterSpacing: '-0.01em', color, }} >