From 818dfdb55efbf54cc77915534c8437cfe3bf0a8a Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 30 Jan 2026 17:45:08 +0300 Subject: [PATCH] feat(Layout): increase bottom gap for TypographyMenu --- src/app/ui/Layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index a47a9d7..3ad980a 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -41,7 +41,7 @@ let { children }: Props = $props();
-
+
{@render children?.()}