Style improvements for icons and related.

This commit is contained in:
Scott Idem
2025-07-23 13:31:30 -04:00
parent ced62cfd99
commit 1f024d70f3
6 changed files with 15 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ onMount(() => {
class="flex flex-row flex-wrap gap-1 items-center justify-center"
>
<!-- <span class="fas fa-calendar-day m-1"></span> -->
<span class="fas fa-chalkboard-teacher m-1"></span>
<span class="fas fa-chalkboard-teacher m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular session view and managing session files -->
<button
type="button"
@@ -320,8 +320,8 @@ onMount(() => {
<div>
<h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span>
<span class="fas fa-mail-bulk m-1"></span>
<span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Session Files:
<span
class="badge preset-tonal-success"