Skip to content

Commit

Permalink
refactor: Add TODO comment for adding support for border color varian…
Browse files Browse the repository at this point in the history
…ts in Card component
  • Loading branch information
NebraskaCoder committed May 17, 2024
1 parent 41c45fa commit b567f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ui/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const Card = React.forwardRef<
));
Card.displayName = "Card";

// TODO: Support border color variants

const CardHeader = React.forwardRef<
HTMLDivElement,
React.HTMLAttributes<HTMLDivElement> & {
Expand Down

0 comments on commit b567f22

Please sign in to comment.