From 26c5955fa54daebcf62b3076d609c3c7bca5130f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 3 Oct 2025 21:40:15 +0300 Subject: [PATCH] Fix hover states for top artists and top albums --- lib/music_library_web/live/stats_live/top_albums.ex | 2 +- lib/music_library_web/live/stats_live/top_artists.ex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/music_library_web/live/stats_live/top_albums.ex b/lib/music_library_web/live/stats_live/top_albums.ex index 0bb4a2ec..1c5d060f 100644 --- a/lib/music_library_web/live/stats_live/top_albums.ex +++ b/lib/music_library_web/live/stats_live/top_albums.ex @@ -110,7 +110,7 @@ defmodule MusicLibraryWeb.StatsLive.TopAlbums do class={[ "flex items-center space-x-3 p-2", (album.collected_record_id || album.wishlisted_record_id) && - "cursor-pointer hover:bg-zinc-50 dark:hover:bg-zinc-800" + "cursor-pointer hover:bg-zinc-50 dark:hover:bg-zinc-700" ]} > <.artist_image @@ -131,7 +131,7 @@ defmodule MusicLibraryWeb.StatsLive.TopArtists do <.icon name="hero-user" class="w-6 h-6 text-zinc-400" />
-

+

{artist.name}