mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-17 18:51:24 -05:00
fix dark mode background in player
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user