🐛 Background image not visible, remove background image from default config

This commit is contained in:
Meier Lukas
2023-10-22 23:44:15 +02:00
parent fe0b34a6e4
commit 5d4c0cf293
2 changed files with 2 additions and 2 deletions

View File

@@ -492,7 +492,7 @@
"pageTitle": "Homarr ⭐️", "pageTitle": "Homarr ⭐️",
"logoImageUrl": "/imgs/logo/logo.png", "logoImageUrl": "/imgs/logo/logo.png",
"faviconUrl": "/imgs/favicon/favicon-squared.png", "faviconUrl": "/imgs/favicon/favicon-squared.png",
"backgroundImageUrl": "https://images.unsplash.com/32/Mc8kW4x9Q3aRR3RkP5Im_IMG_4417.jpg?ixid=M3wxMjA3fDB8MXxzZWFyY2h8MTV8fGJhY2tncm91bmQlMjBpbWFnZXxlbnwwfHx8fDE2OTE0NDQ5NjF8MA&ixlib=rb-4.0.3", "backgroundImageUrl": "",
"customCss": "", "customCss": "",
"colors": { "colors": {
"primary": "red", "primary": "red",

View File

@@ -218,7 +218,7 @@ const BackgroundImage = () => {
return ( return (
<Global <Global
styles={{ styles={{
body: { '.mantine-AppShell-root': {
minHeight: '100vh', minHeight: '100vh',
backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`, backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`,
backgroundPosition: 'center center', backgroundPosition: 'center center',