1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 02:49:56 +02:00

Update 07-enabling-collaborative-editing.md (#5618)

Fix color code for user. It doesn't work with today's color code
This commit is contained in:
Ravi Lamkoti
2024-03-17 05:27:03 +05:30
committed by GitHub
parent a22a395663
commit e71e6ce247

View File

@@ -362,7 +362,7 @@ const SlateEditor = ({ sharedType, provider }) => {
// The current user's name and color
data: {
name: 'Chris',
color: '##00ff00',
color: '#00ff00',
},
})
)