diff --git a/mockups/medication-prescribing/page.tsx b/mockups/medication-prescribing/page.tsx index fe80db51ed..c2c1b9b059 100644 --- a/mockups/medication-prescribing/page.tsx +++ b/mockups/medication-prescribing/page.tsx @@ -189,7 +189,7 @@ function IconFrame({ ? "border-red-300 bg-red-50 text-red-600" : tone === "slate" ? "border-[color:var(--border)] bg-[color:var(--surface-subtle)] text-[color:var(--text-muted)]" - : "border-[color:var(--clinical-chat-teal)]/25 bg-[color:var(--clinical-chat-teal-soft)] text-[color:var(--clinical-chat-teal)]", + : "border-[color:var(--clinical-accent)]/25 bg-[color:var(--clinical-accent-soft)] text-[color:var(--clinical-accent)]", className, ].join(" ")} > @@ -222,7 +222,7 @@ function TopNav({ compact = false }: { compact?: boolean }) { className={[ "relative pb-4 text-sm font-medium", item === "Medication" - ? "font-semibold text-[color:var(--clinical-chat-teal)] after:absolute after:inset-x-0 after:bottom-[-1px] after:h-0.5 after:rounded-full after:bg-[color:var(--clinical-chat-teal)]" + ? "font-semibold text-[color:var(--clinical-accent)] after:absolute after:inset-x-0 after:bottom-[-1px] after:h-0.5 after:rounded-full after:bg-[color:var(--clinical-accent)]" : "text-[color:var(--text-muted)]", ].join(" ")} > @@ -410,7 +410,7 @@ function MonitoringPanel({ compact = false }: { compact?: boolean }) { return (
-
{quoteText ? ( -
+
“{quoteText}”
) : null} @@ -943,7 +943,7 @@ function NaturalLanguageAnswer({ >