mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
increase font weight of sidebar playlist name
This commit is contained in:
@@ -176,7 +176,7 @@ const PlaylistRowButton = memo(({ item, name, onContextMenu, to }: PlaylistRowBu
|
|||||||
<div className={styles.rowGroup}>
|
<div className={styles.rowGroup}>
|
||||||
<Image containerClassName={styles.imageContainer} src={item.imageUrl || ''} />
|
<Image containerClassName={styles.imageContainer} src={item.imageUrl || ''} />
|
||||||
<div className={styles.metadata}>
|
<div className={styles.metadata}>
|
||||||
<Text className={styles.name} size="md">
|
<Text className={styles.name} fw={500} size="md">
|
||||||
{name}
|
{name}
|
||||||
</Text>
|
</Text>
|
||||||
<div className={styles.metadataGroup}>
|
<div className={styles.metadataGroup}>
|
||||||
|
|||||||
Reference in New Issue
Block a user