From 1827b9118f1859323689ceacb0fd0b3f5f96f1e2 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Tue, 22 Apr 2025 15:36:58 +0200 Subject: [PATCH] Changed chip colour for tags input --- components/ui/tags-input/TagsInputItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/tags-input/TagsInputItem.vue b/components/ui/tags-input/TagsInputItem.vue index 0904921..918ef93 100644 --- a/components/ui/tags-input/TagsInputItem.vue +++ b/components/ui/tags-input/TagsInputItem.vue @@ -20,7 +20,7 @@ const forwardedProps = useForwardProps(delegatedProps) v-bind="forwardedProps" :class=" cn( - 'flex h-6 items-center rounded bg-secondary data-[state=active]:ring-ring data-[state=active]:ring-2 data-[state=active]:ring-offset-2 ring-offset-background', + 'flex h-6 items-center rounded bg-secondary hover:bg-primary/20 data-[state=active]:ring-ring data-[state=active]:ring-2 data-[state=active]:ring-offset-2 ring-offset-background transition-colors', props.class ) "