chore: update colors for ask_user dialog (#18543)

This commit is contained in:
Jack Wotherspoon
2026-02-07 17:11:51 -05:00
committed by GitHub
parent 7450c926d1
commit 979bbee485

View File

@@ -96,9 +96,10 @@ export function TabHeader({
)}
<Text
color={
i === currentIndex ? theme.text.accent : theme.text.secondary
i === currentIndex ? theme.status.success : theme.text.secondary
}
bold={i === currentIndex}
underline={i === currentIndex}
aria-current={i === currentIndex ? 'step' : undefined}
>
{tab.header}