From dfb9a4791ab83ad5a12f39d90a9a80ea02c6010f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 15 Dec 2025 10:16:00 +0300 Subject: [PATCH] Remove obsolete button classes --- lib/music_library_web/live/wishlist_live/index.html.heex | 2 -- 1 file changed, 2 deletions(-) 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 86a7c487..c2f747d1 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -20,7 +20,6 @@ patch={order_path(@record_list_params, :insertion)} size="sm" class={[ - "rounded-l-md rounded-r-none", @record_list_params.order == :insertion && "bg-zinc-100! dark:bg-zinc-700!" ]} > @@ -31,7 +30,6 @@ patch={order_path(@record_list_params, :alphabetical)} size="sm" class={[ - "-ml-px rounded-r-md rounded-l-none", @record_list_params.order == :alphabetical && "bg-zinc-100 dark:bg-zinc-700!" ]} >