mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-04-30 16:21:09 +00:00
fix: Add medium font weight to GroupedListContent
This commit is contained in:
parent
b467ec1491
commit
73522535f9
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@
|
|||
let { children, class: classNames, ...rest }: Props = $props();
|
||||
</script>
|
||||
|
||||
<div class={tw('px-4 py-3', classNames)} {...rest}>
|
||||
<div class={tw('px-4 py-3 font-medium', classNames)} {...rest}>
|
||||
{@render children?.()}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue