Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 83b54b0

Browse files
committed
Styling
1 parent f73d13e commit 83b54b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@if($name)<p class="text-red-600 text-sm mt-2" v-if="form.hasError(@js($name))" v-text="form.errors[@js($name)]" />@endif
1+
@if($name)<p class="text-red-600 text-sm mt-2 font-sans" v-if="form.hasError(@js($name))" v-text="form.errors[@js($name)]" />@endif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span class="block mb-1 text-gray-700">{{ $label }}</span>
1+
<span class="block mb-1 text-gray-700 font-sans">{{ $label }}</span>

0 commit comments

Comments
 (0)