This commit is contained in:
Sahil Shaikh 2026-04-20 17:47:09 +05:30 committed by GitHub
commit 8e5d6af468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ export function Callout({
return (
<div
className={cn("my-6 flex items-start rounded-md border border-l-4 p-4", {
"border-red-900 bg-red-50": type === "danger",
"border-yellow-900 bg-yellow-50": type === "warning",
"border-[rgb(29,40,58)] ": type === "danger",
"border-[rgb(29,40,58)]": type === "warning",
})}
{...props}
>