refactor(theme): DRY hardcoded violet values into CSS custom properties

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 12:19:38 -04:00
parent 7e81e50e3e
commit 2ac894b5d1
16 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ onUnmounted(() => assist.clearSelection());
transition: border-color 0.15s;
}
.sb-select:focus, .sb-input:focus {
border-color: var(--color-primary, #7c3aed);
border-color: var(--color-primary);
}
/* Tag suggest row inside sidebar */