fix dark mode background in player

This commit is contained in:
Violet Caulfield
2026-02-02 08:30:14 -06:00
parent ee6eec189a
commit 6ed93d9063

View File

@@ -19,12 +19,12 @@ export default function BlurredBackground(): React.JSX.Element {
const blurhash = nowPlaying?.item ? getBlurhashFromDto(nowPlaying.item) : null
// Use theme colors so the gradient follows the active color preset
const darkGradientColors = [theme.background.val, theme.background25.val]
const darkGradientColors = [theme.black.val, theme.black25.val]
const darkGradientColors2 = [
theme.background25.val,
theme.background75.val,
theme.background.val,
theme.background.val,
theme.black25.val,
theme.black75.val,
theme.black.val,
theme.black.val,
]
// Define styles