mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
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:
@@ -1,11 +1,6 @@
|
||||
<template>
|
||||
<div class="pb-3">
|
||||
<CardTitle
|
||||
class="flex items-center"
|
||||
:class="{
|
||||
'text-neutral-content': dark,
|
||||
}"
|
||||
>
|
||||
<CardTitle class="flex items-center">
|
||||
<slot />
|
||||
</CardTitle>
|
||||
<CardDescription v-if="$slots.description">
|
||||
@@ -19,11 +14,4 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { CardDescription, CardTitle } from "@/components/ui/card";
|
||||
|
||||
defineProps({
|
||||
dark: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user