mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Merge 1aeea804fb into 298a8857c7
This commit is contained in:
commit
8e5d6af468
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue