Skip to content

Commit eabeadd

Browse files
committed
Fixed weird Dialog text styling
1 parent 0069b71 commit eabeadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const DialogDescription = React.forwardRef<
106106
>(({ className, ...props }, ref) => (
107107
<DialogPrimitive.Description
108108
ref={ref}
109-
className={cn("text-muted-foreground pt-4 text-sm", className)}
109+
className={cn("pt-2 text-base text-text-dimmed", className)}
110110
{...props}
111111
/>
112112
));

0 commit comments

Comments
 (0)