- Continuo con la variante al modo claro.
This commit is contained in:
BryamE
2026-02-27 00:05:42 -03:00
parent 850a55f257
commit 7c3d460333
10 changed files with 73 additions and 73 deletions
@@ -1,5 +1,5 @@
@props(['value'])
<label {!! $attributes->merge(['class' => 'block mb-2 text-xs font-bold text-gray-400 uppercase tracking-wider']) !!}>
<label {!! $attributes->merge(['class' => 'block mb-2 text-xs font-bold text-gray-700 dark:text-gray-300 uppercase tracking-wider']) !!}>
{{$value ?? $slot}}
</label>