fix(ui): render the quote View-project link in the accent color #466

Merged
nrupard merged 1 commit from fix/MAPPS-405-text-primary-link into main 2026-08-04 20:16:39 +02:00
Owner

What

Change the quote "View project" link (quotes.rs:569) from text-primary to text-accent.

Why

text-primary is an undefined token (input.css has --color-primary-50..950 but no bare --color-primary), so it emits no CSS and the link rendered as plain body text until hover. text-accent is the token every other inline link uses. UI audit (MAPPS-399) finding F2.

Closes MAPPS-405.

## What Change the quote "View project" link (quotes.rs:569) from `text-primary` to `text-accent`. ## Why `text-primary` is an undefined token (input.css has `--color-primary-50..950` but no bare `--color-primary`), so it emits no CSS and the link rendered as plain body text until hover. `text-accent` is the token every other inline link uses. UI audit (MAPPS-399) finding F2. Closes MAPPS-405.
fix(ui): render the quote View-project link in the accent color
All checks were successful
Check / fmt + clippy + tests (pull_request) Successful in 1m33s
Create release / Create release from merged PR (pull_request) Has been skipped
0fd9b1a0dd
quotes.rs:569 styled a real Router Link ("View project") as text-primary, but input.css defines only --color-primary-50..950 with no bare --color-primary, so the text-primary utility emits no CSS: the link inherited text-content and read as body copy until hover. Use text-accent, the token every other inline link uses. Found by the 2026-08-04 UI audit (MAPPS-399), finding F2.

#MAPPS-405

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
nrupard deleted branch fix/MAPPS-405-text-primary-link 2026-08-04 20:16:39 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-apps!466
No description provided.