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 0069b71 commit eabeaddCopy full SHA for eabeadd
apps/webapp/app/components/primitives/Dialog.tsx
@@ -106,7 +106,7 @@ const DialogDescription = React.forwardRef<
106
>(({ className, ...props }, ref) => (
107
<DialogPrimitive.Description
108
ref={ref}
109
- className={cn("text-muted-foreground pt-4 text-sm", className)}
+ className={cn("pt-2 text-base text-text-dimmed", className)}
110
{...props}
111
/>
112
));
0 commit comments