From 69b208add274cfa3d291916421cdce826f2a9f38 Mon Sep 17 00:00:00 2001 From: jqlio18 Date: Sun, 18 Dec 2022 20:52:27 -0500 Subject: [PATCH] add $$restProps.style --- src/UIShell/Content.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/UIShell/Content.svelte b/src/UIShell/Content.svelte index c492458b..b5ba5db5 100644 --- a/src/UIShell/Content.svelte +++ b/src/UIShell/Content.svelte @@ -4,6 +4,8 @@ import { Grid, Row, Column } from "../Grid"; import { shouldRenderHamburgerMenu } from "./navStore"; + + const { style, ...rest } = $$restProps;