From e71e6ce2473a62b807104b1f2ea7bb2b1b5c6135 Mon Sep 17 00:00:00 2001 From: Ravi Lamkoti <44892121+RavenColEvol@users.noreply.github.com> Date: Sun, 17 Mar 2024 05:27:03 +0530 Subject: [PATCH] Update 07-enabling-collaborative-editing.md (#5618) Fix color code for user. It doesn't work with today's color code --- docs/walkthroughs/07-enabling-collaborative-editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/07-enabling-collaborative-editing.md b/docs/walkthroughs/07-enabling-collaborative-editing.md index 8b6b2cf1a..a3f8cc11c 100644 --- a/docs/walkthroughs/07-enabling-collaborative-editing.md +++ b/docs/walkthroughs/07-enabling-collaborative-editing.md @@ -362,7 +362,7 @@ const SlateEditor = ({ sharedType, provider }) => { // The current user's name and color data: { name: 'Chris', - color: '##00ff00', + color: '#00ff00', }, }) )