# BankStatementDocumentTable

## 2026-08-09 — Document name uses neutral text colour

**Prompted by:** Clint Howen (COMPANY-501 / COMPANY-503), design routine first pass

### What changed
- The Name cell no longer uses `text-primary` at rest — it uses `text-foreground`, the same
  neutral ink as the Type and Date columns beside it.
- The name stays clickable and keeps `cursor-pointer` + `hover:underline` when the document
  is ready, so the affordance survives on hover.

### Why
- A themed, link-coloured file name read as the primary download affordance when the
  download icon button is; it also made every row compete for attention in a list whose
  other two columns are neutral.

### Affected tokens / files
- `packages/shadcn/src/components/ui/bank-statement-document-table.tsx`
