fix regression on image blur in fullscreen player

This commit is contained in:
jeffvli 2025-06-24 14:47:50 -07:00
parent d777be6251
commit 73dd781a88

View file

@ -450,7 +450,7 @@ export const FullScreenPlayer = () => {
className={styles.backgroundImageOverlay} className={styles.backgroundImageOverlay}
style={ style={
{ {
'--image-blur': `${dynamicImageBlur}`, '--image-blur': `${dynamicImageBlur}rem`,
} as CSSProperties } as CSSProperties
} }
/> />