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

chore: fix color

This commit is contained in:
Amir Raminfar
2025-01-06 14:49:34 -08:00
parent fdc3f06402
commit 81f24d1c26

View File

@@ -1,5 +1,5 @@
<template>
<label class="label cursor-pointer gap-4">
<label class="label text-base-content cursor-pointer gap-4">
<div class="flex-1"><slot name="label" /></div>
<slot name="input" />
</label>