Sort themes and remove daisyui (#643)

* feat: sort themes and remove daisyui

* docs: update docs to reflect daisyui being removed

* feat: remove specific colours for better theme compatibility
This commit is contained in:
Tonya
2025-04-27 09:01:27 +00:00
committed by GitHub
parent de52959c5b
commit 9afd20c513
35 changed files with 932 additions and 1041 deletions

View File

@@ -41,14 +41,14 @@
<div
class="flex items-center gap-1 rounded p-1"
:class="{
'cursor-pointer hover:bg-base-200': hasChildren,
'cursor-pointer hover:bg-accent hover:text-accent-foreground': hasChildren,
}"
@click="openRef = !openRef"
>
<div
class="mr-1 flex items-center justify-center rounded p-0.5"
:class="{
'hover:bg-base-200': hasChildren,
'hover:bg-accent hover:text-accent-foreground': hasChildren,
}"
>
<div v-if="!hasChildren" class="size-6"></div>