From e6a6a55266d941a426a17339d5f6bd76d211d387 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 5 May 2025 16:39:13 +0100 Subject: [PATCH] Fix "Tracks" and medium titles in dark mode --- lib/music_library_web/live/collection_live/show.html.heex | 4 ++-- 1 file 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 8e71d3cf..6a1495ac 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -281,7 +281,7 @@ on_open={JS.push("load_release_with_tracks")} open > -

{gettext("Tracks")}

+

{gettext("Tracks")}

<.async_result :let={release_with_tracks} assign={@release_with_tracks}> @@ -303,7 +303,7 @@

1} - class="text-sm font-semibold" + class="text-sm font-semibold text-zinc-700 dark:text-zinc-300" > {medium_title(medium)}