Update the style for no data text for Index LiveViews.

dev
KKlochko 3 months ago
parent 07a4d6f9ce
commit e9ed2d9731

@ -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>

Loading…
Cancel
Save