diff --git a/.changeset/two-baboons-taste.md b/.changeset/two-baboons-taste.md
new file mode 100644
index 00000000000..a845151cc84
--- /dev/null
+++ b/.changeset/two-baboons-taste.md
@@ -0,0 +1,2 @@
+---
+---
diff --git a/packages/ui/src/primitives/card.tsx b/packages/ui/src/primitives/card.tsx
index 3459f928a3c..3ae39245c2a 100644
--- a/packages/ui/src/primitives/card.tsx
+++ b/packages/ui/src/primitives/card.tsx
@@ -10,9 +10,11 @@ export const Root = React.forwardRef(function CardRoot(
return (
@@ -47,6 +50,7 @@ export const Header = React.forwardRef
@@ -67,8 +71,9 @@ export const Logo = React.forwardRef(function Logo(
) {
const img = (
@@ -96,6 +101,7 @@ export const Title = React.forwardRef
@@ -125,8 +131,9 @@ export const Body = React.forwardRef
{children}
@@ -138,12 +145,15 @@ export const Banner = React.forwardRef(function CardBanner(
forwardedRef: React.ForwardedRef,
) {
return (
-
+
@@ -196,6 +207,7 @@ export const FooterAction = React.forwardRef
@@ -210,6 +222,7 @@ export const FooterActionText = React.forwardRef
@@ -226,6 +239,7 @@ export const FooterActionButton = React.forwardRef