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,