feat(ui): standardize FOCUS color to Blue across all themes and selection components

This commit is contained in:
Keith Guerin
2026-02-27 11:55:20 -08:00
parent 81cd2561dc
commit 9efa855642
9 changed files with 51 additions and 13 deletions
+1
View File
@@ -233,6 +233,7 @@ export interface CustomTheme {
ui?: {
comment?: string;
symbol?: string;
focus?: string;
gradient?: string[];
};
status?: {