Unify primary buttons with gradient pill design across the app.
Deploy Ladill Events / deploy (push) Successful in 27s

Add shared btn-primary components and plus icons on create/new actions for a consistent Ladill UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 22:49:28 +00:00
co-authored by Cursor
parent 7b08813c4e
commit f48865d437
29 changed files with 120 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<h1 class="text-xl font-semibold text-slate-900">Programmes</h1>
<p class="mt-1 text-sm text-slate-500">Itinerary and schedule outlines you can attach to events and share with attendees.</p>
</div>
<a href="{{ route('programmes.create') }}" class="inline-flex items-center gap-2 rounded-xl bg-indigo-600 px-4 py-2.5 text-sm font-semibold text-white hover:bg-indigo-700">
<a href="{{ route('programmes.create') }}" class="btn-primary">
<svg class="h-4 w-4" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.5v15m7.5-7.5h-15"/></svg>
New programme
</a>