mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 06:12:43 +02:00
Fix tooltip parent component
This commit is contained in:
@@ -149,19 +149,17 @@ export const LeftControls = () => {
|
|||||||
src={currentSong?.imageUrl}
|
src={currentSong?.imageUrl}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<Center
|
||||||
<Center
|
sx={{
|
||||||
sx={{
|
background: 'var(--placeholder-bg)',
|
||||||
background: 'var(--placeholder-bg)',
|
height: '100%',
|
||||||
height: '100%',
|
}}
|
||||||
}}
|
>
|
||||||
>
|
<RiDiscLine
|
||||||
<RiDiscLine
|
color="var(--placeholder-fg)"
|
||||||
color="var(--placeholder-fg)"
|
size={50}
|
||||||
size={50}
|
/>
|
||||||
/>
|
</Center>
|
||||||
</Center>
|
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user