bugfix/callout-background-color

This commit is contained in:
Sahil-Sam 2024-08-08 17:12:30 +05:30
parent 1aeea804fb
commit 16d3cd8cf2

View file

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