diff --git a/components/ui/card.tsx b/components/ui/card.tsx index 14d75d9..f73ea0b 100644 --- a/components/ui/card.tsx +++ b/components/ui/card.tsx @@ -17,6 +17,8 @@ const Card = React.forwardRef< )); Card.displayName = "Card"; +// TODO: Support border color variants + const CardHeader = React.forwardRef< HTMLDivElement, React.HTMLAttributes & {