mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
fix(ui): improve user message visibility and refine focus hints
This commit is contained in:
@@ -113,9 +113,10 @@ export function getToolGroupBorderAppearance(
|
||||
isCurrentlyInShellTurn &&
|
||||
!!embeddedShellFocused);
|
||||
|
||||
const borderColor =
|
||||
(isShell && isPending) || isEffectivelyFocused
|
||||
? theme.ui.symbol
|
||||
const borderColor = isEffectivelyFocused
|
||||
? theme.ui.focus
|
||||
: isShell && isPending
|
||||
? theme.ui.active
|
||||
: isPending
|
||||
? theme.status.warning
|
||||
: theme.border.default;
|
||||
|
||||
Reference in New Issue
Block a user