style(icons): update icon for mcp

This commit is contained in:
Roamin
2025-07-10 20:12:45 +00:00
parent 9d82f7ecab
commit c649e7982e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export const TAB_ICONS: Record<TabType, string> = {
'service-status': 'i-ph:activity-bold', 'service-status': 'i-ph:activity-bold',
connection: 'i-ph:wifi-high', connection: 'i-ph:wifi-high',
'event-logs': 'i-ph:list-bullets', 'event-logs': 'i-ph:list-bullets',
mcp: 'i-ph:hard-drives-bold', mcp: 'i-ph:wrench',
}; };
export const TAB_LABELS: Record<TabType, string> = { export const TAB_LABELS: Record<TabType, string> = {

View File

@@ -110,7 +110,7 @@ export const ToolInvocations = memo(({ toolInvocations, toolCallAnnotations, add
aria-label={showDetails ? 'Collapse details' : 'Expand details'} aria-label={showDetails ? 'Collapse details' : 'Expand details'}
> >
<div className="p-2"> <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>
<div className="bg-bolt-elements-artifacts-borderColor w-[1px]" /> <div className="bg-bolt-elements-artifacts-borderColor w-[1px]" />
<div className="px-5 p-2 w-full text-left"> <div className="px-5 p-2 w-full text-left">