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;