Skip to content

Commit 2a455ff

Browse files
committed
change bg color for icon
1 parent 79b8f57 commit 2a455ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/docs/content/docs/en/tools/instantly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
99
type="instantly"
10-
color="#FF6B35"
10+
color="#FFFFFF"
1111
/>
1212

1313
## Usage Instructions

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7034,7 +7034,7 @@
70347034
"name": "Instantly",
70357035
"description": "Manage Instantly leads, campaigns, emails, and lead lists",
70367036
"longDescription": "Integrate Instantly API V2 into workflows. Create and list leads, manage lead interest status, delete leads in bulk, list and create campaigns, reply to emails, and manage lead lists.",
7037-
"bgColor": "#FF6B35",
7037+
"bgColor": "#FFFFFF",
70387038
"iconName": "InstantlyIcon",
70397039
"docsUrl": "https://docs.sim.ai/tools/instantly",
70407040
"operations": [

apps/sim/blocks/blocks/instantly.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const InstantlyBlock: BlockConfig<InstantlyResponse> = {
5555
category: 'tools',
5656
integrationType: IntegrationType.Email,
5757
tags: ['sales-engagement', 'email-marketing', 'automation'],
58-
bgColor: '#FF6B35',
58+
bgColor: '#FFFFFF',
5959
icon: InstantlyIcon,
6060
authMode: AuthMode.ApiKey,
6161
subBlocks: [

0 commit comments

Comments
 (0)