From e73105bcec5fd9f429bf574f7a2d83486490a6ac Mon Sep 17 00:00:00 2001 From: omkarht Date: Tue, 15 Jul 2025 18:03:38 +0530 Subject: [PATCH] fix: test commit on-behalf-of: @Mermaid-Chart hello@mermaidchart.com --- cypress/platform/flow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/platform/flow.html b/cypress/platform/flow.html index 0060ac3cb..0ab10342e 100644 --- a/cypress/platform/flow.html +++ b/cypress/platform/flow.html @@ -17,7 +17,7 @@
       graph TB
         a_a --> b_b:::apa --> c_c:::apa
-        classDef apa fill:#f9f,stroke:#333,stroke-width:4px;
+        classDef apa fill:#f9f,stroke:#333,stroke-width:5px;
         class a_a apa;