Skip to content

Commit 5b7a318

Browse files
committed
theme: use 16px font for alert descriptions
1 parent e4d547f commit 5b7a318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/alert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const AlertDescription = React.forwardRef<
6767
>(({ className, ...props }, ref) => (
6868
<div
6969
ref={ref}
70-
className={cn("text-sm [&_p]:leading-relaxed", className)}
70+
className={cn("[&_p]:leading-relaxed", className)}
7171
{...props}
7272
/>
7373
))

0 commit comments

Comments
 (0)