File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
resources/views/livewire/filament-form Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- <div class =" p-16 flex flex-row justify-center fb-form-component filament-form-builder" >
1
+ <div class =" flex flex-row justify-center p-16 fb-form-component filament-form-builder" >
2
2
<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 " >
3
+ <h1 class =" mb-2 text-xl font-bold " >
4
4
{{ $this -> filamentForm -> name } }
5
5
</h1 >
6
6
<p class =" mb-4" >
10
10
@csrf
11
11
{{ $this -> form } }
12
12
13
- <button
14
- type =" submit"
15
- class =" filament-form-builder 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
- >
13
+ <x-filament::button type =" submit" >
17
14
Submit
18
- </button >
15
+ </x-filament:: button >
19
16
</form >
20
17
21
18
<x-filament-actions::modals />
You can’t perform that action at this time.
0 commit comments