We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b039b95 commit 2ab0af0Copy full SHA for 2ab0af0
resources/views/livewire/filament-form/show.blade.php
@@ -1,5 +1,5 @@
1
-<div class="p-16 flex flex-row justify-center">
2
- <div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4">
+<div class="p-16 flex flex-row justify-center form-component">
+ <div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4 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="bg-emerald-400 hover:bg-emerald-600 hover:scale-[1.03] shadow-lg px-2 py-1 mt-4 rounded-md text-white"
+ 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"
16
>
17
Submit
18
</button>
0 commit comments