Skip to content

Commit

Permalink
fix(next): Mirror Card title size to shadcn-ui (#1488)
Browse files Browse the repository at this point in the history
fixes #1483
  • Loading branch information
ieedan authored Nov 15, 2024
1 parent a817cfb commit 65b8769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
role="heading"
aria-level={level}
bind:this={ref}
class={cn("text-lg font-semibold leading-none tracking-tight", className)}
class={cn("text-2xl font-semibold leading-none tracking-tight", className)}
{...restProps}
>
{@render children?.()}
Expand Down

0 comments on commit 65b8769

Please sign in to comment.