[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"
|
||||
spacing="sm"
|
||||
sx={{
|
||||
background: `rgb(var(--main-bg-transparent), ${opacity}%)`,
|
||||
left: 0,
|
||||
top: 10,
|
||||
top: 0,
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
|
|
Reference in a new issue