Update the style for no data text for Index LiveViews.

This commit is contained in:
2025-04-04 11:22:22 +03:00
parent 07a4d6f9ce
commit e9ed2d9731
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Index do
<%= if Enum.empty?(@page.results) do %>
<div class="flex justify-center ">
<div>
<p class="text-xl font-semibold py-5">
<p class="text-xl font-semibold py-5 dark:text-white">
No Authors
</p>
</div>
@@ -65,7 +65,7 @@ defmodule DecentralisedBookIndexWeb.BookLive.Index do
<%= if Enum.empty?(@page.results) do %>
<div class="flex justify-center ">
<div>
<p class="text-xl font-semibold py-5">
<p class="text-xl font-semibold py-5 dark:text-white">
No Books
</p>
</div>