From 772a7fcfbb5dd808eb64e5193dcf68c567ff54ad Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 2 Jul 2024 11:06:01 +0200 Subject: [PATCH] 5237 New default width for flowchart edges --- packages/mermaid/src/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mermaid/src/styles.ts b/packages/mermaid/src/styles.ts index 54c21ce03..d0eead51d 100644 --- a/packages/mermaid/src/styles.ts +++ b/packages/mermaid/src/styles.ts @@ -39,7 +39,7 @@ const getStyles = ( } & .edge-thickness-normal { - stroke-width: 2px; + stroke-width: 1px; } & .edge-thickness-thick { stroke-width: 3.5px