style(icons): update icon for mcp
This commit is contained in:
@@ -11,7 +11,7 @@ export const TAB_ICONS: Record<TabType, string> = {
|
||||
'service-status': 'i-ph:activity-bold',
|
||||
connection: 'i-ph:wifi-high',
|
||||
'event-logs': 'i-ph:list-bullets',
|
||||
mcp: 'i-ph:hard-drives-bold',
|
||||
mcp: 'i-ph:wrench',
|
||||
};
|
||||
|
||||
export const TAB_LABELS: Record<TabType, string> = {
|
||||
|
||||
@@ -110,7 +110,7 @@ export const ToolInvocations = memo(({ toolInvocations, toolCallAnnotations, add
|
||||
aria-label={showDetails ? 'Collapse details' : 'Expand details'}
|
||||
>
|
||||
<div className="p-2">
|
||||
<div className="i-ph:wrench-fill text-xl text-bolt-elements-textSecondary hover:text-bolt-elements-textPrimary transition-colors"></div>
|
||||
<div className="i-ph:wrench text-xl text-bolt-elements-textSecondary hover:text-bolt-elements-textPrimary transition-colors"></div>
|
||||
</div>
|
||||
<div className="bg-bolt-elements-artifacts-borderColor w-[1px]" />
|
||||
<div className="px-5 p-2 w-full text-left">
|
||||
|
||||
Reference in New Issue
Block a user