mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
bugfix/callout-background-color
This commit is contained in:
parent
1aeea804fb
commit
16d3cd8cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue