Changed chip colour for tags input

This commit is contained in:
Alexis
2025-04-22 15:36:58 +02:00
parent 086b997845
commit 1827b9118f

View File

@@ -20,7 +20,7 @@ const forwardedProps = useForwardProps(delegatedProps)
v-bind="forwardedProps" v-bind="forwardedProps"
:class=" :class="
cn( 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 props.class
) )
" "