We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab0af0 commit 222e563Copy full SHA for 222e563
resources/views/livewire/filament-form/show.blade.php
@@ -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">
+<div class="p-16 flex flex-row justify-center fb-form-component">
+ <div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4 fb-form-container">
3
<h1 class="font-bold text-xl mb-2">
4
{{ $this->filamentForm->name }}
5
</h1>
@@ -12,7 +12,7 @@
12
13
<button
14
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"
+ 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"
16
>
17
Submit
18
</button>
0 commit comments