From 188bee6f84a8b4c2044bcb0c7eb685451a8d4d1c Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 27 Mar 2022 00:27:37 -0400 Subject: [PATCH] Added color to start node --- Troubleshooting-issues-with-samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting-issues-with-samples.md b/Troubleshooting-issues-with-samples.md index 7be6b59..a4a15e8 100644 --- a/Troubleshooting-issues-with-samples.md +++ b/Troubleshooting-issues-with-samples.md @@ -47,7 +47,7 @@ graph TD click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project" style K fill:#f9f,stroke:#333,stroke-width:4px style D fill:#f9f,stroke:#333,stroke-width:4px - style A fill:#2da44e; + style A fill:#2da44e,color:#fff ``` ### Change directory to root of project