🌙 fix: Agent Builder MCP Tool Removal Button Text Contrast (#11223)

This commit is contained in:
Dustin Healy 2026-01-06 08:20:05 -08:00 committed by GitHub
parent 35137c21e6
commit 04fd231b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,8 +38,7 @@ function MCPToolItem({
return { return {
text: localize('com_nav_tool_remove'), text: localize('com_nav_tool_remove'),
icon: <XCircle className="flex h-4 w-4 items-center stroke-2" aria-hidden="true" />, icon: <XCircle className="flex h-4 w-4 items-center stroke-2" aria-hidden="true" />,
className: className: 'btn btn-neutral border-token-border-light relative',
'btn relative bg-gray-300 hover:bg-gray-400 dark:bg-gray-50 dark:hover:bg-gray-200',
disabled: false, disabled: false,
}; };
} }