Unify primary buttons with gradient pill design across the app.
Deploy Ladill Hosting / deploy (push) Successful in 28s
Deploy Ladill Hosting / deploy (push) Successful in 28s
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:
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
@include('partials.afia-button', ['compact' => true])
|
||||
@else
|
||||
<a href="{{ route('login') }}" class="rounded-lg bg-indigo-600 px-4 py-2 text-sm font-semibold text-white hover:bg-indigo-700">Sign in</a>
|
||||
<a href="{{ route('login') }}" class="btn-primary">Sign in</a>
|
||||
@endauth
|
||||
|
||||
@include('partials.launcher')
|
||||
|
||||
Reference in New Issue
Block a user