diff --git a/lib/components/HeroCard/HeroCard.tsx b/lib/components/HeroCard/HeroCard.tsx index 352ea00..edf22b2 100644 --- a/lib/components/HeroCard/HeroCard.tsx +++ b/lib/components/HeroCard/HeroCard.tsx @@ -65,7 +65,7 @@ export const HeroCard = ({ className="ds:relative ds:flex ds:flex-col ds:gap-6 ds:rounded-lg ds:p-5 ds:sm:px-7 ds:sm:pb-11 ds:sm:pt-7 ds:tracking-widest" style={{ backgroundColor, color: textColor }} > -
{content}
} @@ -114,7 +114,7 @@ export const HeroCard = ({ style={{ backgroundColor, color: textColor }} >{content}
} diff --git a/lib/docs/Spacing.mdx b/lib/docs/Spacing.mdx index c0132f6..633bcb4 100644 --- a/lib/docs/Spacing.mdx +++ b/lib/docs/Spacing.mdx @@ -17,77 +17,77 @@ import { Meta } from '@storybook/blocks';