fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<div class="w-full">
|
||||
@if ($label)
|
||||
<label for="small-input"
|
||||
class="flex items-center gap-1 mb-2 text-sm font-medium text-neutral-400">{{ $label }}
|
||||
<label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">{{ $label }}
|
||||
@if ($required)
|
||||
<span class="text-warning">*</span>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user