Remove wrong background color in pagination component
This commit is contained in:
@@ -14,7 +14,7 @@ defmodule MusicLibraryWeb.Pagination do
|
|||||||
<div
|
<div
|
||||||
:if={@page_links.total_pages > 1}
|
:if={@page_links.total_pages > 1}
|
||||||
id={@id}
|
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 --%>
|
<%!-- Only on smallest viewport --%>
|
||||||
<div class={[
|
<div class={[
|
||||||
|
|||||||
Reference in New Issue
Block a user