From a9842e6089b341757ad49fd1e93ac136f2ac6f0d Mon Sep 17 00:00:00 2001 From: omkarht Date: Tue, 15 Jul 2025 17:59:11 +0530 Subject: [PATCH] fix: sample 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;