fix(ui): improve user message visibility and refine focus hints

This commit is contained in:
Keith Guerin
2026-03-01 01:56:57 -08:00
parent e5eac6597f
commit 716266d91d
35 changed files with 183 additions and 118 deletions
+1 -1
View File
@@ -250,11 +250,11 @@ export interface CustomTheme {
};
border?: {
default?: string;
focused?: string;
};
ui?: {
comment?: string;
symbol?: string;
active?: string;
focus?: string;
gradient?: string[];
};