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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user