From a41d02b0f2516481e85771a6799452bd03b12e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 5 Feb 2021 10:15:32 +0100 Subject: [PATCH] update colors --- .../demos/Examples/CollaborativeEditing/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 8203a1e1..a3d4914e 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -113,13 +113,13 @@ export default { getRandomColor() { return getRandomElement([ - '#A975FF', - '#FB5151', - '#FD9170', - '#FFCB6B', - '#68CEF8', - '#80CBC4', - '#9DEF8F', + '#958DF1', + '#F98181', + '#FBBC88', + '#FAF594', + '#70CFF8', + '#94FADB', + '#B9F18D', ]) },