From 7d5b3fb0fd4aab5b7a85164ff4ef3d359b2d98be Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Wed, 19 Aug 2026 22:32:57 -0700 Subject: [PATCH] fix(integrations): white CB Insights tile and a borderless Crunchbase mark CB Insights moves from a dark navy tile to white, matching Jira, Confluence, and Bitbucket. Its icon carries its own fills, so it stays legible on the lighter tile. The Crunchbase icon drops the white rounded-square plate and its border, leaving just the `cb` mark on `currentColor` so the block's bgColor supplies the tile. The viewBox is retargeted to the glyph's true curve extrema with padding that keeps it at the same optical weight as the surrounding brand marks. --- apps/docs/components/icons.tsx | 10 +++------- apps/docs/content/docs/en/integrations/cbinsights.mdx | 2 +- apps/sim/blocks/blocks/cbinsights.ts | 2 +- apps/sim/components/icons.tsx | 10 +++------- packages/deployment-config/src/integrations.json | 2 +- 5 files changed, 9 insertions(+), 17 deletions(-) diff --git a/apps/docs/components/icons.tsx b/apps/docs/components/icons.tsx index 28fe90c33e8..26bebbdcb1a 100644 --- a/apps/docs/components/icons.tsx +++ b/apps/docs/components/icons.tsx @@ -1521,14 +1521,10 @@ export function InstagramIcon(props: SVGProps) { export function CrunchbaseIcon(props: SVGProps) { return ( - - + ) diff --git a/apps/docs/content/docs/en/integrations/cbinsights.mdx b/apps/docs/content/docs/en/integrations/cbinsights.mdx index 99c93f476b5..d41c984a1ec 100644 --- a/apps/docs/content/docs/en/integrations/cbinsights.mdx +++ b/apps/docs/content/docs/en/integrations/cbinsights.mdx @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" {/* MANUAL-CONTENT-START:intro */} diff --git a/apps/sim/blocks/blocks/cbinsights.ts b/apps/sim/blocks/blocks/cbinsights.ts index 5c69cd3f3d7..0e40534230b 100644 --- a/apps/sim/blocks/blocks/cbinsights.ts +++ b/apps/sim/blocks/blocks/cbinsights.ts @@ -71,7 +71,7 @@ export const CbInsightsBlock: BlockConfig = { docsLink: 'https://docs.sim.ai/integrations/cbinsights', category: 'tools', integrationType: IntegrationType.Sales, - bgColor: '#003366', + bgColor: '#FFFFFF', icon: CbInsightsIcon, authMode: AuthMode.ApiKey, canvasPresentation: { diff --git a/apps/sim/components/icons.tsx b/apps/sim/components/icons.tsx index 28fe90c33e8..26bebbdcb1a 100644 --- a/apps/sim/components/icons.tsx +++ b/apps/sim/components/icons.tsx @@ -1521,14 +1521,10 @@ export function InstagramIcon(props: SVGProps) { export function CrunchbaseIcon(props: SVGProps) { return ( - - + ) diff --git a/packages/deployment-config/src/integrations.json b/packages/deployment-config/src/integrations.json index c8cb66233be..dc73ac8bbef 100644 --- a/packages/deployment-config/src/integrations.json +++ b/packages/deployment-config/src/integrations.json @@ -3297,7 +3297,7 @@ "name": "CB Insights", "description": "Research private markets — firmographics, funding, and predictive scores", "longDescription": "Integrates the CB Insights API v2 into the workflow. Resolve companies to CB Insights IDs for free, search firmographics across markets and geographies, pull funding rounds, cap tables, investments, and exits, map business relationships, read leadership and board history, and retrieve the proprietary Mosaic Score, Commercial Maturity, and Exit Probability outlooks. Generate AI Scouting Reports, or ask ChatCBI directly. Which datasets answer depends on your CB Insights license.", - "bgColor": "#003366", + "bgColor": "#FFFFFF", "iconName": "CbInsightsIcon", "docsUrl": "https://docs.sim.ai/integrations/cbinsights", "operations": [