# LoanDraftCard

## 2026-07-20 — Continue button restyled to outline-primary

**Prompted by:** Hellen Tran (PO)

### What changed
- The "Continue" action button now uses `variant="outline-primary"` instead of the default filled primary.

### Why
- On the "Continue Your Application" screen the draft cards should read as calm list rows; a filled primary button per row was visually heavy. An outlined primary keeps the resume action clear without competing across multiple stacked cards.

### Affected tokens / files
- `packages/shadcn/src/components/ui/loan-draft-card.tsx`
