From 10bb1f9261c2d33a749ebd7721505d2bd378052d Mon Sep 17 00:00:00 2001 From: omkarht Date: Tue, 15 Jul 2025 19:41:28 +0530 Subject: [PATCH] fix: my sample commit summary here Some optional description over here if you need to add more info on-behalf-of: @Mermaid-Chart --- 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 0ab10342e..0060ac3cb 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:5px;
+        classDef apa fill:#f9f,stroke:#333,stroke-width:4px;
         class a_a apa;