mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-08 09:02:36 +01:00
🌙 fix: Agent Builder MCP Tool Removal Button Text Contrast (#11223)
This commit is contained in:
parent
35137c21e6
commit
04fd231b61
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue