From 73522535f9f79d74913c16ef4aaacefa8e69a853 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Mon, 14 Apr 2025 00:54:25 +0800 Subject: [PATCH] fix: Add medium font weight to GroupedListContent --- src/lib/components/GroupedList/GroupedListContent.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/GroupedList/GroupedListContent.svelte b/src/lib/components/GroupedList/GroupedListContent.svelte index 3bd9aa7..3d080fc 100644 --- a/src/lib/components/GroupedList/GroupedListContent.svelte +++ b/src/lib/components/GroupedList/GroupedListContent.svelte @@ -10,6 +10,6 @@ let { children, class: classNames, ...rest }: Props = $props(); -
+
{@render children?.()}