fix: update background property to backgroundImage in ClientLayout for correct gradient rendering
This commit is contained in:
@@ -34,7 +34,7 @@ export default function ClientLayout({ children, initialLibraries = [], initialF
|
|||||||
|
|
||||||
if (bg.type === "gradient" && bg.gradient) {
|
if (bg.type === "gradient" && bg.gradient) {
|
||||||
return {
|
return {
|
||||||
background: bg.gradient,
|
backgroundImage: bg.gradient,
|
||||||
backgroundAttachment: "fixed" as const,
|
backgroundAttachment: "fixed" as const,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user