Skip to content

Commit 6e85a56

Browse files
committed
fix(tool-input): use type variant for MCP server tool count badge
1 parent fd872d5 commit 6e85a56

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ export const ToolInput = memo(function ToolInput({
17261726
{isCustomTool ? customToolTitle : tool.title}
17271727
</span>
17281728
{isMcpServer && (
1729-
<Badge variant='default' size='sm'>
1729+
<Badge variant='type' size='sm'>
17301730
{tool.params?.toolCount || mcpServerTools.length} tools
17311731
</Badge>
17321732
)}

0 commit comments

Comments
 (0)