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 1f1a6b0 commit dddd6b4Copy full SHA for dddd6b4
apps/webapp/app/components/primitives/Dialog.tsx
@@ -94,7 +94,7 @@ const DialogTitle = React.forwardRef<
94
>(({ className, ...props }, ref) => (
95
<DialogPrimitive.Title
96
ref={ref}
97
- className={cn("text-base font-normal leading-none tracking-tight text-text-bright", className)}
+ className={cn("text-base font-normal text-text-bright", className)}
98
{...props}
99
/>
100
));
0 commit comments