[enhancement]: add background opacity to buttons in full screen player
This commit is contained in:
parent
e4ca0164fa
commit
886786d428
1 changed files with 2 additions and 1 deletions
|
@ -112,8 +112,9 @@ const Controls = () => {
|
||||||
pos="absolute"
|
pos="absolute"
|
||||||
spacing="sm"
|
spacing="sm"
|
||||||
sx={{
|
sx={{
|
||||||
|
background: `rgb(var(--main-bg-transparent), ${opacity}%)`,
|
||||||
left: 0,
|
left: 0,
|
||||||
top: 10,
|
top: 0,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
|
|
Reference in a new issue