Skip to content

Commit

Permalink
fix (card): fix theme being overidden (#7114)
Browse files Browse the repository at this point in the history
Fixes #7109
  • Loading branch information
anubra266 committed Dec 16, 2022
1 parent 322a9f4 commit 0b8c2cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-dragons-sin.md
@@ -0,0 +1,5 @@
---
"@chakra-ui/card": patch
---

Fix theme being overriden
2 changes: 1 addition & 1 deletion packages/components/card/src/card-footer.tsx
Expand Up @@ -20,9 +20,9 @@ export const CardFooter = forwardRef<CardFooterProps, "div">(
ref={ref}
className={cx("chakra-card__footer", className)}
__css={{
...styles.footer,
display: "flex",
justifyContent: justify,
...styles.footer,
}}
{...rest}
/>
Expand Down

1 comment on commit 0b8c2cf

@vercel
Copy link

@vercel vercel bot commented on 0b8c2cf Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.