From 9f9d6853539a53a5d0375d3ac9a55bdd68c0520b Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 17 Jan 2026 17:46:51 -0800 Subject: [PATCH] decrease font weight of JoinedArtists display --- .../features/albums/components/joined-artists.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/renderer/features/albums/components/joined-artists.tsx b/src/renderer/features/albums/components/joined-artists.tsx index 6fada565d..4387d96b3 100644 --- a/src/renderer/features/albums/components/joined-artists.tsx +++ b/src/renderer/features/albums/components/joined-artists.tsx @@ -114,7 +114,7 @@ export const JoinedArtists = ({ {artist.id ? ( ) : ( - + {artist.name} )} @@ -156,7 +156,7 @@ export const JoinedArtists = ({ return ( + {text} ); @@ -183,7 +183,7 @@ export const JoinedArtists = ({ {artist.id ? (