Remove wrong background color in pagination component

This commit is contained in:
Claudio Ortolina
2024-11-27 22:42:51 +00:00
parent 1cf681db05
commit be2f866830
@@ -14,7 +14,7 @@ defmodule MusicLibraryWeb.Pagination do
<div
:if={@page_links.total_pages > 1}
id={@id}
class="flex items-center justify-between bg-white dark:bg-zinc-800 px-4 py-6 mb-4"
class="flex items-center justify-between px-4 py-6 mb-4"
>
<%!-- Only on smallest viewport --%>
<div class={[