handle visualizer opacity when no lyrics

This commit is contained in:
jeffvli
2025-11-30 18:53:33 -08:00
parent 5442107405
commit 8d0eb55691
@@ -96,7 +96,7 @@ const BottomPanel = () => {
<div
className={styles.visualizerOverlay}
style={{
opacity: hasLyrics ? 0.2 : 0.5,
opacity: hasLyrics ? 0.2 : 1,
}}
>
<Suspense fallback={<></>}>