Skip to content

Commit

Permalink
fix(clerk-js): Correct cardContent element descriptor (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Nov 14, 2023
1 parent 4fda068 commit d4f7faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/funny-gifts-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/clerk-js/src/ui.retheme/elements/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Card = React.forwardRef<HTMLDivElement, CardProps>((props, ref) =>
ref={ref}
>
<Flex
elementDescriptor={descriptors.cardFooterContent}
elementDescriptor={descriptors.cardContent}
direction='col'
gap={8}
sx={[
Expand Down

0 comments on commit d4f7faf

Please sign in to comment.