[enhancement]: add background opacity to buttons in full screen player

This commit is contained in:
Kendall Garner 2024-08-19 19:03:19 -07:00
parent e4ca0164fa
commit 886786d428
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -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