Make hover effect stand out more

This commit is contained in:
Claudio Ortolina
2026-03-24 11:05:17 +00:00
parent 3e200fc47e
commit 1bd5b54bb5
11 changed files with 15 additions and 15 deletions
@@ -26,7 +26,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-700"
"cursor-pointer hover:bg-zinc-100 dark:hover:bg-zinc-700"
]}
>
<img
@@ -30,7 +30,7 @@ defmodule MusicLibraryWeb.StatsLive.TopArtists do
class={[
"flex items-center space-x-3 p-2",
artist.musicbrainz_id != "" &&
"cursor-pointer hover:bg-zinc-50 dark:hover:bg-zinc-700"
"cursor-pointer hover:bg-zinc-100 dark:hover:bg-zinc-700"
]}
>
<.artist_image