fix(ui): ensure [MCP] tag color matches active state (#8316)

This commit is contained in:
Miguel Solorio
2025-09-11 19:37:19 -07:00
committed by GitHub
parent 2e8c3a09d5
commit f656f143c6
@@ -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>