Skip to content

Commit

Permalink
Enhance styling for no recent adventures message in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorley15 committed Dec 15, 2024
1 parent c77b357 commit 54c859b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@

<!-- Inspiration if there are no recent adventures -->
{#if recentAdventures.length === 0}
<div class="flex flex-col items-center justify-center bg-neutral shadow p-8 mb-8 rounded-lg">
<div
class="flex flex-col items-center justify-center bg-neutral shadow p-8 mb-8 rounded-lg text-neutral-content"
>
<h2 class="text-3xl font-semibold mb-4">{$t('dashboard.no_recent_adventures')}</h2>
<p class="text-lg text-center">
{$t('dashboard.add_some')}
Expand Down

0 comments on commit 54c859b

Please sign in to comment.