We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a60fa commit c3b02b8Copy full SHA for c3b02b8
resources/views/components/label.blade.php
@@ -1,5 +1,5 @@
1
@props(['value'])
2
3
-<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}>
+<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
4
{{ $value ?? $slot }}
5
</label>
0 commit comments