mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
make item modal links have heavier font width
This commit is contained in:
@@ -66,7 +66,7 @@ const formatArtists = (artists: null | RelatedArtist[] | undefined) =>
|
|||||||
{artist.id ? (
|
{artist.id ? (
|
||||||
<Text
|
<Text
|
||||||
component={Link}
|
component={Link}
|
||||||
fw={500}
|
fw={700}
|
||||||
isLink
|
isLink
|
||||||
overflow="visible"
|
overflow="visible"
|
||||||
size="md"
|
size="md"
|
||||||
@@ -106,7 +106,7 @@ const FormatGenre = (item: Album | AlbumArtist | Playlist | Song) => {
|
|||||||
{index > 0 && <Separator />}
|
{index > 0 && <Separator />}
|
||||||
<Text
|
<Text
|
||||||
component={Link}
|
component={Link}
|
||||||
fw={500}
|
fw={700}
|
||||||
isLink
|
isLink
|
||||||
overflow="visible"
|
overflow="visible"
|
||||||
size="md"
|
size="md"
|
||||||
@@ -260,7 +260,7 @@ const SongPropertyMapping: ItemDetailRow<Song>[] = [
|
|||||||
song.album && (
|
song.album && (
|
||||||
<Text
|
<Text
|
||||||
component={Link}
|
component={Link}
|
||||||
fw={500}
|
fw={700}
|
||||||
isLink
|
isLink
|
||||||
overflow="visible"
|
overflow="visible"
|
||||||
size="md"
|
size="md"
|
||||||
|
|||||||
Reference in New Issue
Block a user