add larger header text

This commit is contained in:
miloschwartz
2025-12-17 10:34:22 -05:00
parent 809bb4a7b4
commit 5c032ee0c3

View File

@@ -59,7 +59,7 @@ const DialogHeader = ({
}: React.HTMLAttributes<HTMLDivElement>) => (
<div
className={cn(
"flex flex-col space-y-1.5 text-center sm:text-left",
"flex flex-col space-y-1.5 text-center sm:text-left mb-3",
className
)}
{...props}
@@ -88,7 +88,7 @@ const DialogTitle = React.forwardRef<
<DialogPrimitive.Title
ref={ref}
className={cn(
"text-xl font-semibold leading-none tracking-tight",
"text-1xl font-semibold leading-none tracking-tight",
className
)}
{...props}