1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

fix: converts HSL colors OKLCH with DaisyUI v4 (#2497)

This commit is contained in:
Amir Raminfar
2023-11-13 14:00:35 -08:00
committed by GitHub
parent 542c895812
commit f83b5c948e
10 changed files with 67 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
<template>
<label class="label inline-flex cursor-pointer gap-4 font-normal">
<input type="checkbox" class="toggle toggle-primary hover:bg-primary-focus" v-model="modelValue" />
<input type="checkbox" class="toggle toggle-primary" v-model="modelValue" />
<slot />
</label>
</template>