This commit is contained in:
Hayden 2023-02-15 08:52:13 -09:00 committed by GitHub
parent 607b06d2f2
commit dd349aa98e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
<li <li
:class="[ :class="[
'relative cursor-default select-none py-2 pl-3 pr-9 duration-75 ease-in-out transition-colors', 'relative cursor-default select-none py-2 pl-3 pr-9 duration-75 ease-in-out transition-colors',
active ? 'bg-primary text-white' : 'text-gray-900', active ? 'bg-primary text-primary-content' : 'text-base-content',
]" ]"
> >
<slot name="display" v-bind="{ item: item, selected, active }"> <slot name="display" v-bind="{ item: item, selected, active }">