mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(ui): ensure [MCP] tag color matches active state (#8316)
This commit is contained in:
@@ -85,7 +85,7 @@ export function SuggestionsDisplay({
|
|||||||
<Box>
|
<Box>
|
||||||
{labelElement}
|
{labelElement}
|
||||||
{suggestion.commandKind === CommandKind.MCP_PROMPT && (
|
{suggestion.commandKind === CommandKind.MCP_PROMPT && (
|
||||||
<Text color={theme.text.secondary}> [MCP]</Text>
|
<Text color={textColor}> [MCP]</Text>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user