mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Fix tooltip parent component
This commit is contained in:
parent
8ee99adb2d
commit
549db7b1bf
1 changed files with 11 additions and 13 deletions
|
|
@ -149,7 +149,6 @@ export const LeftControls = () => {
|
||||||
src={currentSong?.imageUrl}
|
src={currentSong?.imageUrl}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<>
|
|
||||||
<Center
|
<Center
|
||||||
sx={{
|
sx={{
|
||||||
background: 'var(--placeholder-bg)',
|
background: 'var(--placeholder-bg)',
|
||||||
|
|
@ -161,7 +160,6 @@ export const LeftControls = () => {
|
||||||
size={50}
|
size={50}
|
||||||
/>
|
/>
|
||||||
</Center>
|
</Center>
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue