From 4ea90f90d7be09b37ed24ae1080ffc2695a94d25 Mon Sep 17 00:00:00 2001 From: kbot Date: Mon, 6 Jul 2026 20:59:37 -0500 Subject: [PATCH] fix(portfolio): replace faint text with muted for AA contrast --- components/portfolio/CapabilityRows.tsx | 2 +- components/portfolio/CommandPalette.tsx | 2 +- components/portfolio/OperatorProfile.tsx | 2 +- components/portfolio/WorkIndex.tsx | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/portfolio/CapabilityRows.tsx b/components/portfolio/CapabilityRows.tsx index 9d9f4fb..6d86b62 100644 --- a/components/portfolio/CapabilityRows.tsx +++ b/components/portfolio/CapabilityRows.tsx @@ -53,7 +53,7 @@ export function CapabilityRows() {

{capability.text}

-

+

{formatCapabilityIndex(capability.index)}

diff --git a/components/portfolio/CommandPalette.tsx b/components/portfolio/CommandPalette.tsx index 717ac1d..eb3aa76 100644 --- a/components/portfolio/CommandPalette.tsx +++ b/components/portfolio/CommandPalette.tsx @@ -168,7 +168,7 @@ export function CommandPalette() { diff --git a/components/portfolio/OperatorProfile.tsx b/components/portfolio/OperatorProfile.tsx index 84add54..d3f83fd 100644 --- a/components/portfolio/OperatorProfile.tsx +++ b/components/portfolio/OperatorProfile.tsx @@ -94,7 +94,7 @@ export function OperatorProfile() { Domain → Capabilities -

OPERATING SURFACE

+

OPERATING SURFACE

diff --git a/components/portfolio/WorkIndex.tsx b/components/portfolio/WorkIndex.tsx index 05d0a16..cb5b0c7 100644 --- a/components/portfolio/WorkIndex.tsx +++ b/components/portfolio/WorkIndex.tsx @@ -110,7 +110,7 @@ export function WorkIndex() { PROJECT

- + {String(index + 1).padStart(2, "0")}

-

+

TYPE

@@ -138,7 +138,7 @@ export function WorkIndex() {

-

+

STATUS

@@ -150,7 +150,7 @@ export function WorkIndex() {

-

+

YEAR

@@ -229,7 +229,7 @@ export function WorkIndex() { ))}

) : ( -

+

Closed / internal artifact

)}