From 229465e6ff24673b80707497f2f973e7e78efaf0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 21 May 2025 21:58:47 +0100 Subject: [PATCH] Fix summary/bio text color in dark mode --- lib/music_library_web/live/artist_live/show.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/artist_live/show.html.heex b/lib/music_library_web/live/artist_live/show.html.heex index 8509d35b..320e41f9 100644 --- a/lib/music_library_web/live/artist_live/show.html.heex +++ b/lib/music_library_web/live/artist_live/show.html.heex @@ -149,7 +149,7 @@
{gettext("Biography")}
-
+
{remove_read_more_link(lastfm_artist_info.summary)} <.link class="block mt-2 text-sm font-medium text-zinc-900 dark:text-zinc-400" @@ -164,7 +164,7 @@ {gettext("Read more")}
- <.sheet id="bio" class="max-w-2xl" placement="left"> + <.sheet id="bio" class="max-w-2xl text-zinc-700 dark:text-zinc-300" placement="left"> {render_bio(lastfm_artist_info.bio)}