Align Link buttons with platform btn-primary style.
Deploy Ladill Link / deploy (push) Successful in 42s

Use indigo pill CTAs and sidebar accents to match Merchant, Give, and other Ladill apps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 15:00:42 +00:00
co-authored by Cursor
parent 29993040bd
commit db6be67f26
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<div class="flex justify-end gap-3">
<a href="{{ route('user.links.index') }}" class="rounded-lg px-4 py-2 text-sm font-medium text-slate-600 hover:bg-slate-50">Cancel</a>
<button type="submit" class="rounded-lg bg-emerald-600 px-4 py-2 text-sm font-semibold text-white hover:bg-emerald-700">
<button type="submit" class="btn-primary">
Create link GHS {{ number_format($pricePerLink, 2) }}
</button>
</div>