mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
fix #285
This commit is contained in:
@@ -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 }">
|
||||||
|
|||||||
Reference in New Issue
Block a user