Skip to content

Commit

Permalink
fix(frontend): fix notification text on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Apr 3, 2022
1 parent 79b6dc5 commit 24e226d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,10 @@
</div>
</header>
{#if notificationsShown}
<div class="p-2 bg-gray-50 dark:bg-gray-800" transition:slide>
<div
class="p-2 bg-gray-50 dark:bg-gray-800 dark:text-white"
transition:slide
>
<div class="min-h-10">
<table class="w-full">
{#if dpUpdate}
Expand Down

0 comments on commit 24e226d

Please sign in to comment.