mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
set fullscreen player badges to transparent
This commit is contained in:
@@ -270,12 +270,10 @@ export const FullScreenPlayerImage = () => {
|
||||
mt="sm"
|
||||
>
|
||||
{currentSong?.container && (
|
||||
<Badge size="lg">
|
||||
{currentSong?.container} {currentSong?.bitRate}
|
||||
</Badge>
|
||||
<Badge variant="transparent">{currentSong?.container}</Badge>
|
||||
)}
|
||||
{currentSong?.releaseYear && (
|
||||
<Badge size="lg">{currentSong?.releaseYear}</Badge>
|
||||
<Badge variant="transparent">{currentSong?.releaseYear}</Badge>
|
||||
)}
|
||||
</Group>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user