diff --git a/components/card/__tests__/__snapshots__/footer.test.tsx.snap b/components/card/__tests__/__snapshots__/footer.test.tsx.snap index 7890e02..0adf8ed 100644 --- a/components/card/__tests__/__snapshots__/footer.test.tsx.snap +++ b/components/card/__tests__/__snapshots__/footer.test.tsx.snap @@ -6,6 +6,14 @@ exports[`Card Footer should render correctly 1`] = ` width: 100%; padding: 16pt 16pt; } + + .content > :global(*:first-child) { + margin-top: 0; + } + + .content > :global(*:last-child) { + margin-bottom: 0; + }