From 1aeea804fbd2877ed8f1701564f9fd7f9d17e087 Mon Sep 17 00:00:00 2001 From: Sahil-Sam Date: Thu, 8 Aug 2024 14:26:36 +0530 Subject: [PATCH 1/3] Update Callout component with custom border color and background color --- components/callout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/callout.tsx b/components/callout.tsx index 7b3b60a..6f90609 100644 --- a/components/callout.tsx +++ b/components/callout.tsx @@ -15,8 +15,8 @@ export function Callout({ return (
From 16d3cd8cf28864dc690b6e681aa625786fb85f36 Mon Sep 17 00:00:00 2001 From: Sahil-Sam Date: Thu, 8 Aug 2024 17:12:30 +0530 Subject: [PATCH 2/3] bugfix/callout-background-color --- components/callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/callout.tsx b/components/callout.tsx index 6f90609..429b9b2 100644 --- a/components/callout.tsx +++ b/components/callout.tsx @@ -15,7 +15,7 @@ export function Callout({ return (
Date: Sat, 10 Aug 2024 14:43:55 +0530 Subject: [PATCH 3/3] fix: typo-error --- content/docs/documentation/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/documentation/components.mdx b/content/docs/documentation/components.mdx index f678b95..9165ba5 100644 --- a/content/docs/documentation/components.mdx +++ b/content/docs/documentation/components.mdx @@ -131,7 +131,7 @@ const components = { } ``` -This will overwrite the `
` tag or `---` in Mardown with the HTML output above. +This will overwrite the `
` tag or `---` in Markdown with the HTML output above. ---