Skip to content

Commit

Permalink
rename form classes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wesely committed Jul 11, 2024
1 parent 2ab0af0 commit 222e563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/livewire/filament-form/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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">
<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">
<h1 class="font-bold text-xl mb-2">
{{ $this->filamentForm->name }}
</h1>
Expand All @@ -12,7 +12,7 @@

<button
type="submit"
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"
>
Submit
</button>
Expand Down

0 comments on commit 222e563

Please sign in to comment.