This commit is contained in:
end-4
2024-02-08 02:20:31 +07:00
parent 7c0c61fb3e
commit 3cce919268
6 changed files with 13 additions and 7 deletions
@@ -132,7 +132,7 @@ const CoverArt = ({ player, ...rest }) => Box({
className: 'osd-music-cover-fallback',
homogeneous: true,
children: [Label({
className: 'icon-material txt-hugeass',
className: 'icon-material txt-gigantic txt-thin',
label: 'music_note',
})]
}),