feat(theme): sweep indigo to violet across all remaining views and components

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 12:12:46 -04:00
parent f30e90ef8d
commit 7e81e50e3e
15 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -3024,7 +3024,7 @@ FABLE_API_KEY=&lt;your-api-key&gt;</pre>
}
.sidebar-item.active {
color: var(--color-primary);
background: rgba(99, 102, 241, 0.08);
background: rgba(124, 58, 237, 0.08);
border-left-color: var(--color-primary);
font-weight: 600;
}
@@ -3489,7 +3489,7 @@ FABLE_API_KEY=&lt;your-api-key&gt;</pre>
}
.sidebar-item.active {
border-bottom-color: var(--color-primary);
background: rgba(99, 102, 241, 0.08);
background: rgba(124, 58, 237, 0.08);
}
.settings-grid {
grid-template-columns: 1fr;