More style updates....

This commit is contained in:
Scott Idem
2025-07-11 16:30:27 -04:00
parent bcd42412f4
commit 20ad1370e2
4 changed files with 18 additions and 13 deletions

View File

@@ -438,7 +438,7 @@ max-w-max -->
<span
class="flex flex-row gap-1 items-center"
>
<span class="fas fa-calendar-day m-1"></span>
<span class="fas fa-calendar-day m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular event view and managing event files -->
<button
type="button"
@@ -577,9 +577,9 @@ max-w-max -->
title="Search for a session"
>
{#if $events_sess.pres_mgmt.status_qry__search == 'loading'}
<span class="fas fa-spinner fa-spin text-success-600-400"></span>
<span class="fas fa-spinner fa-spin mx-1 text-success-800-200"></span>
{:else }
<span class="fas fa-search mx-1 text-surface-800-200"></span>
<span class="fas fa-search mx-1 text-neutral-800/80"></span>
{/if}
Search
</button>