mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
set fullscreen player badges to transparent
This commit is contained in:
@@ -270,12 +270,10 @@ export const FullScreenPlayerImage = () => {
|
|||||||
mt="sm"
|
mt="sm"
|
||||||
>
|
>
|
||||||
{currentSong?.container && (
|
{currentSong?.container && (
|
||||||
<Badge size="lg">
|
<Badge variant="transparent">{currentSong?.container}</Badge>
|
||||||
{currentSong?.container} {currentSong?.bitRate}
|
|
||||||
</Badge>
|
|
||||||
)}
|
)}
|
||||||
{currentSong?.releaseYear && (
|
{currentSong?.releaseYear && (
|
||||||
<Badge size="lg">{currentSong?.releaseYear}</Badge>
|
<Badge variant="transparent">{currentSong?.releaseYear}</Badge>
|
||||||
)}
|
)}
|
||||||
</Group>
|
</Group>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.root[data-variant='transparent'] {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user