fix(tui): show devtools section titles

This commit is contained in:
James Long
2026-07-17 00:56:48 +00:00
parent 338ad40dd5
commit 53262c4868
@@ -20,7 +20,7 @@ export function DevToolsSidebar() {
{(group) => (
<box flexShrink={0} marginBottom={1}>
<box marginBottom={1}>
<text fg={themeV2.background.action()} attributes={TextAttributes.BOLD}>
<text fg={themeV2.text.action()} attributes={TextAttributes.BOLD}>
{group.title}
</text>
</box>