Skip to content

Commit

Permalink
💄 style: Highlight Mermaid arrow color (#260)
Browse files Browse the repository at this point in the history
* Update index.tsx

* 💄 style: update line color in useMermaid hook

* Update index.tsx
  • Loading branch information
sxjeru authored Feb 14, 2025
1 parent 2974cfc commit 5e2af6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mermaid/useMermaid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e2af6e

Please sign in to comment.