From be2f866830582485be886da6f2a405ac68f64854 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 27 Nov 2024 22:42:51 +0000 Subject: [PATCH] Remove wrong background color in pagination component --- lib/music_library_web/components/pagination.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/pagination.ex b/lib/music_library_web/components/pagination.ex index b95bd3fb..e400ac02 100644 --- a/lib/music_library_web/components/pagination.ex +++ b/lib/music_library_web/components/pagination.ex @@ -14,7 +14,7 @@ defmodule MusicLibraryWeb.Pagination do
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 --%>