mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-11 04:58:51 +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 {
|
||||
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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue