mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Standardize highlighted buttons, selected controls, and loading indicators on coollabs accent colors; improve light-mode log toolbar styling; enhance small popups with compact/icon modes; and align navbars, helpers, and related layouts with matching tests.
11 lines
398 B
PHP
11 lines
398 B
PHP
<form class="application-settings-form flex w-full flex-col gap-4" wire:submit="submit">
|
|
<x-forms.input id="name" label="Name" required />
|
|
<x-forms.input id="description" label="Description" />
|
|
<div class="flex justify-end">
|
|
<x-forms.button type="submit"
|
|
defaultClass="button button-highlighted">
|
|
Create team
|
|
</x-forms.button>
|
|
</div>
|
|
</form>
|