make item modal links have heavier font width

This commit is contained in:
Kendall Garner 2025-06-24 21:39:47 -07:00
parent 9f5b4e5410
commit 0b39c35132
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -66,7 +66,7 @@ const formatArtists = (artists: null | RelatedArtist[] | undefined) =>
{artist.id ? (
<Text
component={Link}
fw={500}
fw={700}
isLink
overflow="visible"
size="md"
@ -106,7 +106,7 @@ const FormatGenre = (item: Album | AlbumArtist | Playlist | Song) => {
{index > 0 && <Separator />}
<Text
component={Link}
fw={500}
fw={700}
isLink
overflow="visible"
size="md"
@ -260,7 +260,7 @@ const SongPropertyMapping: ItemDetailRow<Song>[] = [
song.album && (
<Text
component={Link}
fw={500}
fw={700}
isLink
overflow="visible"
size="md"