Skip to content

Commit 50677ca

Browse files
committed
🎨 Update dialog title font size for improved readability
1 parent bf90439 commit 50677ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/dialog/dialog-title.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<DialogPrimitive.Title
1313
bind:ref
1414
data-slot="dialog-title"
15-
class={cn("text-lg leading-none font-semibold", className)}
15+
class={cn("text-xl leading-none font-semibold", className)}
1616
{...restProps}
1717
/>

0 commit comments

Comments
 (0)