Added +add flows everywhere
ui: changed vibrant button to not so vibrant
This commit is contained in:
11
resources/views/livewire/project/add-environment.blade.php
Normal file
11
resources/views/livewire/project/add-environment.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<dialog id="newEnvironment" class="modal">
|
||||
<form method="dialog" class="flex flex-col gap-2 rounded modal-box" wire:submit.prevent='submit'>
|
||||
<x-forms.input placeholder="production" id="name" label="Name" required />
|
||||
<x-forms.button onclick="newEnvironment.close()" type="submit">
|
||||
Save
|
||||
</x-forms.button>
|
||||
</form>
|
||||
<form method="dialog" class="modal-backdrop">
|
||||
<button>close</button>
|
||||
</form>
|
||||
</dialog>
|
||||
Reference in New Issue
Block a user