Skip to content

Commit bd7efbd

Browse files
committed
fix(hex): update icon color and block bgColor
1 parent f247cea commit bd7efbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/docs/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5835,7 +5835,7 @@ export function HexIcon(props: SVGProps<SVGSVGElement>) {
58355835
return (
58365836
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1450.3 600'>
58375837
<path
5838-
fill='#5F509D'
5838+
fill='#EDB9B8'
58395839
fillRule='evenodd'
58405840
d='m250.11,0v199.49h-50V0H0v600h200.11v-300.69h50v300.69h200.18V0h-200.18Zm249.9,0v600h450.29v-250.23h-200.2v149h-50v-199.46h250.2V0h-450.29Zm200.09,199.49v-99.49h50v99.49h-50Zm550.02,0V0h200.18v150l-100,100.09,100,100.09v249.82h-200.18v-300.69h-50v300.69h-200.11v-249.82l100.11-100.09-100.11-100.09V0h200.11v199.49h50Z'
58415841
/>

apps/docs/content/docs/en/tools/hex.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="hex"
10-
color="#F5E6FF"
10+
color="#14151A"
1111
/>
1212

1313
{/* MANUAL-CONTENT-START:intro */}

apps/sim/blocks/blocks/hex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const HexBlock: BlockConfig<HexResponse> = {
1111
'Integrate Hex into your workflow. Run projects, check run status, manage collections and groups, list users, and view data connections. Requires a Hex API token.',
1212
docsLink: 'https://docs.sim.ai/tools/hex',
1313
category: 'tools',
14-
bgColor: '#F5E6FF',
14+
bgColor: '#14151A',
1515
icon: HexIcon,
1616
authMode: AuthMode.ApiKey,
1717

apps/sim/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5835,7 +5835,7 @@ export function HexIcon(props: SVGProps<SVGSVGElement>) {
58355835
return (
58365836
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1450.3 600'>
58375837
<path
5838-
fill='#5F509D'
5838+
fill='#EDB9B8'
58395839
fillRule='evenodd'
58405840
d='m250.11,0v199.49h-50V0H0v600h200.11v-300.69h50v300.69h200.18V0h-200.18Zm249.9,0v600h450.29v-250.23h-200.2v149h-50v-199.46h250.2V0h-450.29Zm200.09,199.49v-99.49h50v99.49h-50Zm550.02,0V0h200.18v150l-100,100.09,100,100.09v249.82h-200.18v-300.69h-50v300.69h-200.11v-249.82l100.11-100.09-100.11-100.09V0h200.11v199.49h50Z'
58415841
/>

0 commit comments

Comments
 (0)