feat(tui): add hovered theme state (#37404)

This commit is contained in:
James Long 2026-07-17 10:19:42 -04:00 committed by GitHub
commit b26d948b76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 97 additions and 45 deletions

View file

@ -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>