Skip to content

Commit f3f3596

Browse files
committed
revert(cloudflare): keep original block bgColor (#F5F6FA)
1 parent cb2004b commit f3f3596

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/docs/content/docs/en/integrations/cloudflare.mdx

Lines changed: 2 additions & 2 deletions
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="cloudflare"
10-
color="#F38020"
10+
color="#F5F6FA"
1111
/>
1212

1313
{/* MANUAL-CONTENT-START:intro */}
@@ -238,7 +238,7 @@ Lists DNS records for a specific zone.
238238
| `proxied` | boolean | No | Filter by proxy status |
239239
| `search` | string | No | Free-text search across record name, content, and value |
240240
| `tag` | string | No | Filter by an exact tag name |
241-
| `tag_match` | string | No | Tag filter match logic: any or all |
241+
| `tag_match` | string | No | Tag filter match logic: any or all. Only affects results when combined with multiple tag filter conditions; has no effect with the single exact-match Tag Filter above. |
242242
| `commentFilter` | string | No | Filter records by comment content \(substring match\) |
243243
| `apiKey` | string | Yes | Cloudflare API Token |
244244

apps/sim/blocks/blocks/cloudflare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const CloudflareBlock: BlockConfig<CloudflareResponse> = {
1212
docsLink: 'https://docs.sim.ai/integrations/cloudflare',
1313
category: 'tools',
1414
integrationType: IntegrationType.DevOps,
15-
bgColor: '#F38020',
15+
bgColor: '#F5F6FA',
1616
icon: CloudflareIcon,
1717
subBlocks: [
1818
{

apps/sim/lib/integrations/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@
30213021
"name": "Cloudflare",
30223022
"description": "Manage DNS, domains, certificates, and cache",
30233023
"longDescription": "Integrate Cloudflare into the workflow. Manage zones (domains), DNS records, SSL/TLS certificates, zone settings, DNS analytics, and cache purging via the Cloudflare API.",
3024-
"bgColor": "#F38020",
3024+
"bgColor": "#F5F6FA",
30253025
"iconName": "CloudflareIcon",
30263026
"docsUrl": "https://docs.sim.ai/integrations/cloudflare",
30273027
"operations": [

0 commit comments

Comments
 (0)