feat(FN-2601): merge fusion/fn-2601 (auto-resolved)

- test(FN-2601): complete Step 3 — cover updated default copy
- feat(FN-2601): complete Step 2 — polish intro styling
- feat(FN-2601): complete Step 1 — update models tab copy
This commit is contained in:
Fusion
2026-04-26 11:39:08 -07:00
committed by gsxdsm
parent 2a2ddba92d
commit b765eec11c
3 changed files with 26 additions and 3 deletions

View File

@@ -10,6 +10,9 @@
.model-selector-intro {
color: var(--text-muted);
font-size: 13px;
line-height: 1.5;
border-left: var(--space-xs) solid var(--todo);
padding-left: var(--space-md);
margin-bottom: var(--space-lg);
}
@@ -23,7 +26,7 @@
.model-selector-error {
padding: var(--space-lg);
background: rgba(248, 81, 73, 0.1);
background: color-mix(in srgb, var(--color-error) 10%, transparent);
color: var(--color-error);
border-radius: var(--radius);
font-size: 13px;