Skip to content

Commit 6a0bf1d

Browse files
committed
fix error message styling in select component for consistency
1 parent 46fc409 commit 6a0bf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/form/select.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
{{ $slot }}
5656
</select>
5757
@error($name)
58-
<p class="text-red-500 dark:text-red-300" aria-live="assertive">{{ $message }}</p>
58+
<p class="error" aria-live="assertive">{{ $message }}</p>
5959
@enderror
6060
</div>

0 commit comments

Comments
 (0)