From 5e2af6e4c847b81dea7f0deb3f120835d0b7a3cd Mon Sep 17 00:00:00 2001 From: sxjeru Date: Fri, 14 Feb 2025 10:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Highlight=20Mermaid=20a?= =?UTF-8?q?rrow=20color=20(#260)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update index.tsx * 💄 style: update line color in useMermaid hook * Update index.tsx --- src/Mermaid/useMermaid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mermaid/useMermaid.tsx b/src/Mermaid/useMermaid.tsx index 241854f8..be4285a3 100644 --- a/src/Mermaid/useMermaid.tsx +++ b/src/Mermaid/useMermaid.tsx @@ -15,7 +15,7 @@ export const useMermaid = (content: string) => { errorBkgColor: theme.colorError, errorTextColor: theme.colorText, fontSize: 14, - lineColor: theme.colorBorderSecondary, + lineColor: theme.colorText, primaryBorderColor: theme.colorPrimaryBorder, primaryColor: theme.colorPrimaryBg, primaryTextColor: theme.colorText,