Use same header color for Available Tools as System Prompt

This commit is contained in:
Mario Zechner 2026-01-03 23:05:32 +01:00
parent f9838bb5d4
commit f49d2aac12

View file

@ -548,7 +548,7 @@
.tools-header { .tools-header {
font-weight: bold; font-weight: bold;
color: var(--warning); color: var(--customMessageLabel);
margin-bottom: var(--line-height); margin-bottom: var(--line-height);
} }