From 4041badfa2f17e47bda0bd31902e6d2803bae68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 5 Feb 2021 12:13:07 +0100 Subject: [PATCH] fix borderradius --- docs/src/demos/Examples/CollaborativeEditing/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 488dc0e9..8c9afaf5 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -145,7 +145,7 @@ export default { color: #0D0D0D; background-color: $colorWhite; border: 3px solid #0D0D0D; - border-radius: 0.5rem; + border-radius: 0.75rem; &__header { display: flex;