fix: add font-heading to branching component headings

Match production design system — Bricolage Grotesque on h1/h2 elements.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-24 21:00:38 +00:00
parent f564832cc4
commit bdbc2d9bf5
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export function HandoffModal({ onClose, onSubmit }: HandoffModalProps) {
>
{/* Header */}
<div className="flex items-center justify-between px-4 py-3 border-b border-default">
<h2 className="text-sm font-semibold text-heading">Hand Off Session</h2>
<h2 className="text-sm font-heading font-semibold text-heading">Hand Off Session</h2>
<button
type="button"
onClick={onClose}