From a1d03b1f56d859cd20f45fc77ffbd63dfd1ba3b2 Mon Sep 17 00:00:00 2001 From: Rayyan K <144444996+x7cF@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:30:23 -0500 Subject: [PATCH] Fixed `var` keyword in Carbon code example. Incorrect keyword color. (#3600) This PR is changing the color of the var keyword in the `PrintTotalArea` source example which is referenced in the README. The original color was white and changed to `#FF7B72`. --------- Co-authored-by: jonmeow --- docs/images/carbon_snippet.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images/carbon_snippet.svg b/docs/images/carbon_snippet.svg index 45f4c347431f..93b66f220fb1 100644 --- a/docs/images/carbon_snippet.svg +++ b/docs/images/carbon_snippet.svg @@ -1 +1 @@ - + \ No newline at end of file