Files
coolify/resources/views/livewire/team/create.blade.php
Andras Bacsai bdb367555d feat(ui): unify brand accents and polish shared controls
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.
2026-08-05 22:34:56 +02:00

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>