From 5b7cd04c32c7f03aafb7108184b55b432f55d505 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 1 May 2025 21:55:20 +0100 Subject: [PATCH] Remove leftover top margin above wishlist add button --- lib/music_library_web/live/wishlist_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/wishlist_live/index.html.heex b/lib/music_library_web/live/wishlist_live/index.html.heex index b6ec5a6a..a171d302 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -4,7 +4,7 @@ <.search_form query={@record_list_params.query} /> <.link class={[ - "mt-2 relative inline-flex items-center rounded-md", + "relative inline-flex items-center rounded-md", "px-3 py-2 text-xs sm:text-sm font-semibold", "bg-zinc-900 hover:bg-zinc-800 dark:bg-zinc-100 dark:hover:bg-zinc-200", "disabled:bg-zinc-300 dark:disabled:bg-zinc-300 disabled:active:text-white",