Skip to content

Commit 222e563

Browse files
author
John Wesely
committed
rename form classes
1 parent 2ab0af0 commit 222e563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/livewire/filament-form/show.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="p-16 flex flex-row justify-center form-component">
2-
<div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4 form-container">
1+
<div class="p-16 flex flex-row justify-center fb-form-component">
2+
<div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4 fb-form-container">
33
<h1 class="font-bold text-xl mb-2">
44
{{ $this->filamentForm->name }}
55
</h1>
@@ -12,7 +12,7 @@
1212

1313
<button
1414
type="submit"
15-
class="form-submit-button bg-emerald-400 hover:bg-emerald-600 hover:scale-[1.03] shadow-lg px-2 py-1 mt-4 rounded-md text-white"
15+
class="fb-form-submit-button bg-emerald-400 hover:bg-emerald-600 hover:scale-[1.03] shadow-lg px-2 py-1 mt-4 rounded-md text-white"
1616
>
1717
Submit
1818
</button>

0 commit comments

Comments
 (0)