From 6664471c81795aa8382500aa45adeb44c630ac3b Mon Sep 17 00:00:00 2001 From: malkja Date: Wed, 31 Jul 2024 18:21:41 +0200 Subject: [PATCH] feat: add border color for each of the different 'chips' add border color for each of the different 'chips' and reproduce the same chips design when adding a chip in the text panel --- .../annotations/AnnotationVariantItem.vue | 10 ++- src/stores/annotations.ts | 3 +- src/utils/annotations.js | 64 ++++++++++++++----- src/utils/color.js | 7 ++ 4 files changed, 64 insertions(+), 20 deletions(-) diff --git a/src/components/annotations/AnnotationVariantItem.vue b/src/components/annotations/AnnotationVariantItem.vue index a3739534..e727dee8 100644 --- a/src/components/annotations/AnnotationVariantItem.vue +++ b/src/components/annotations/AnnotationVariantItem.vue @@ -1,6 +1,6 @@