From 0aa1a526b264dcffe633ca7dbcf85039f78d8d4b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 2 May 2025 21:12:32 +0100 Subject: [PATCH] Fix animations of edit buttons --- lib/music_library_web/live/collection_live/show.html.heex | 2 +- lib/music_library_web/live/wishlist_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index 6dfe737d..2a267e23 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -63,7 +63,7 @@ > <.icon name="hero-pencil-square" - class="h-4 w-4 mr-1 phx-click-loading:animate-spin" + class="h-4 w-4 mr-1 phx-click-loading:animate-bounce" aria-hidden="true" data-slot="icon" /> diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 70717e54..e74c03c3 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -65,7 +65,7 @@ > <.icon name="hero-pencil-square" - class="h-4 w-4 mr-1 phx-click-loading:animate-spin" + class="h-4 w-4 mr-1 phx-click-loading:animate-bounce" aria-hidden="true" data-slot="icon" />