We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf90439 commit 50677caCopy full SHA for 50677ca
src/components/ui/dialog/dialog-title.svelte
@@ -12,6 +12,6 @@
12
<DialogPrimitive.Title
13
bind:ref
14
data-slot="dialog-title"
15
- class={cn("text-lg leading-none font-semibold", className)}
+ class={cn("text-xl leading-none font-semibold", className)}
16
{...restProps}
17
/>
0 commit comments