diff --git a/apps/sim/blocks/blocks/agentphone.ts b/apps/sim/blocks/blocks/agentphone.ts index c693ffbec7..c52d96fbf5 100644 --- a/apps/sim/blocks/blocks/agentphone.ts +++ b/apps/sim/blocks/blocks/agentphone.ts @@ -34,7 +34,7 @@ export const AgentPhoneBlock: BlockConfig = { category: 'tools', integrationType: IntegrationType.Communication, tags: ['messaging', 'automation'], - bgColor: 'linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)', + bgColor: '#000000', icon: AgentPhoneIcon, authMode: AuthMode.ApiKey, diff --git a/apps/sim/components/icons.tsx b/apps/sim/components/icons.tsx index 0e10935d99..70f7c4df85 100644 --- a/apps/sim/components/icons.tsx +++ b/apps/sim/components/icons.tsx @@ -30,29 +30,44 @@ export function AgentMailIcon(props: SVGProps) { export function AgentPhoneIcon(props: SVGProps) { return ( - + + + + )