Skip to content

Commit c3b02b8

Browse files
committed
change label color
1 parent 93a60fa commit c3b02b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@props(['value'])
22

3-
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700 dark:text-gray-300']) }}>
3+
<label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}>
44
{{ $value ?? $slot }}
55
</label>

0 commit comments

Comments
 (0)