Align Frontdesk buttons and accents with sibling Ladill apps.
Deploy Ladill Frontdesk / deploy (push) Successful in 25s

Replace inline teal button classes with shared btn-primary and indigo nav/link styling used by CRM and POS.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 21:23:14 +00:00
co-authored by Cursor
parent 1163b50b39
commit e7f1cb1e5c
38 changed files with 81 additions and 81 deletions
@@ -39,7 +39,7 @@
</div>
</div>
<label class="flex items-center gap-2 text-sm"><input type="checkbox" name="webhook_active" value="1" @checked(old('webhook_active', $webhook?->is_active ?? true))> Active</label>
<button type="submit" class="rounded-lg bg-teal-600 px-4 py-2 text-sm font-semibold text-white">Save integrations</button>
<button type="submit" class="btn-primary">Save integrations</button>
</section>
</form>
@endif