mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
make item modal links have heavier font width
This commit is contained in:
parent
9f5b4e5410
commit
0b39c35132
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue