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;