Commit bd1670e
committed
fix: use VSCode theme color for outline button borders
The outline button variant was using border-foreground/50 which caused
visibility issues in some light themes. Changed to use border-vscode-input-border
which is a VSCode theme color designed to work across all themes.
This fixes the follow-up question suggestion buttons that were hard to see
in certain light themes.1 parent dbaaef7 commit bd1670e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments