mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
chore: update colors for ask_user dialog (#18543)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user