Skip to content

Commit 7e40d68

Browse files
committed
improvement(notion): black icon on white background to match brand
1 parent d67724f commit 7e40d68

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ export function NotionIcon(props: SVGProps<SVGSVGElement>) {
11451145
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='1em' height='1em' {...props}>
11461146
<path
11471147
d='M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z'
1148-
fill='currentColor'
1148+
fill='#000000'
11491149
/>
11501150
</svg>
11511151
)

apps/docs/content/docs/en/integrations/notion.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="notion_v2"
10-
color="#181C1E"
10+
color="#FFFFFF"
1111
/>
1212

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

apps/sim/blocks/blocks/notion.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const NotionBlock: BlockConfig<NotionResponse> = {
1919
docsLink: 'https://docs.sim.ai/integrations/notion',
2020
category: 'tools',
2121
integrationType: IntegrationType.Documents,
22-
bgColor: '#181C1E',
22+
bgColor: '#FFFFFF',
2323
icon: NotionIcon,
2424
subBlocks: [
2525
{
@@ -430,7 +430,7 @@ export const NotionV2Block: BlockConfig<any> = {
430430
docsLink: 'https://docs.sim.ai/integrations/notion',
431431
category: 'tools',
432432
integrationType: IntegrationType.Documents,
433-
bgColor: '#181C1E',
433+
bgColor: '#FFFFFF',
434434
icon: NotionIcon,
435435
hideFromToolbar: false,
436436
subBlocks: [

apps/sim/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ export function NotionIcon(props: SVGProps<SVGSVGElement>) {
11451145
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='1em' height='1em' {...props}>
11461146
<path
11471147
d='M4.459 4.208c.746.606 1.026.56 2.428.466l13.215-.793c.28 0 .047-.28-.046-.326L17.86 1.968c-.42-.326-.981-.7-2.055-.607L3.01 2.295c-.466.046-.56.28-.374.466zm.793 3.08v13.904c0 .747.373 1.027 1.214.98l14.523-.84c.841-.046.935-.56.935-1.167V6.354c0-.606-.233-.933-.748-.887l-15.177.887c-.56.047-.747.327-.747.933zm14.337.745c.093.42 0 .84-.42.888l-.7.14v10.264c-.608.327-1.168.514-1.635.514-.748 0-.935-.234-1.495-.933l-4.577-7.186v6.952L12.21 19s0 .84-1.168.84l-3.222.186c-.093-.186 0-.653.327-.746l.84-.233V9.854L7.822 9.76c-.094-.42.14-1.026.793-1.073l3.456-.233 4.764 7.279v-6.44l-1.215-.139c-.093-.514.28-.887.747-.933zM1.936 1.035l13.31-.98c1.634-.14 2.055-.047 3.082.7l4.249 2.986c.7.513.934.653.934 1.213v16.378c0 1.026-.373 1.634-1.68 1.726l-15.458.934c-.98.047-1.448-.093-1.962-.747l-3.129-4.06c-.56-.747-.793-1.306-.793-1.96V2.667c0-.839.374-1.54 1.447-1.632z'
1148-
fill='currentColor'
1148+
fill='#000000'
11491149
/>
11501150
</svg>
11511151
)

apps/sim/lib/integrations/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10413,7 +10413,7 @@
1041310413
"name": "Notion",
1041410414
"description": "Manage Notion pages",
1041510415
"longDescription": "Integrate with Notion into the workflow. Can read page, read database, create page, create database, append content, query database, and search workspace.",
10416-
"bgColor": "#181C1E",
10416+
"bgColor": "#FFFFFF",
1041710417
"iconName": "NotionIcon",
1041810418
"docsUrl": "https://docs.sim.ai/integrations/notion",
1041910419
"operations": [],

0 commit comments

Comments
 (0)