mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
Merge 3e15de0f29 into 298a8857c7
This commit is contained in:
commit
737deac077
2 changed files with 3 additions and 3 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}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ const components = {
|
|||
}
|
||||
```
|
||||
|
||||
This will overwrite the `<hr />` tag or `---` in Mardown with the HTML output above.
|
||||
This will overwrite the `<hr />` tag or `---` in Markdown with the HTML output above.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue