Style updates
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-18 01:40:22 -07:00
parent 253c24c89b
commit 82e1b8a626
6 changed files with 32 additions and 31 deletions

View File

@@ -200,14 +200,12 @@ const successType = url.searchParams.get('success');
</label>
</div>
<div class="label">
<span class="label-text-alt text-base-content/60">
<div class="flex flex-col sm:flex-row justify-between items-center gap-4 mt-6">
<span class="text-xs text-base-content/60 text-center sm:text-left">
Address information appears on invoices and quotes
</span>
</div>
<div class="flex justify-end">
<button type="submit" class="btn btn-primary">
<button type="submit" class="btn btn-primary w-full sm:w-auto">
<Icon name="heroicons:check" class="w-5 h-5" />
Save Changes
</button>