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