fix(ui): improve question tool contrast

Make question tool prompt, labels, and the type pill use primary text color for readability in light mode, and bump the Q header line to text-sm.
This commit is contained in:
Shantur Rathore
2026-02-04 00:20:19 +00:00
parent df02b7cdca
commit a6b1f4ba19
2 changed files with 10 additions and 9 deletions

View File

@@ -322,6 +322,7 @@
border-radius: 0.375rem;
border: 1px solid var(--tool-call-border-color, var(--border-base));
background-color: var(--surface-code);
color: var(--text-primary);
}
.tool-call-permission-title code {