diff --git a/src/components/ui/callout.tsx b/src/components/ui/callout.tsx index 7ee9625738c..68713253a94 100644 --- a/src/components/ui/callout.tsx +++ b/src/components/ui/callout.tsx @@ -38,11 +38,7 @@ const CalloutRoot = React.forwardRef< HTMLDivElement, React.HTMLAttributes & VariantProps >(({ className, variant, children, ...props }, ref) => ( -