Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
silvalaura committed Dec 4, 2023
1 parent 5d60616 commit 18906b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe('Heading', () => {
);
const heading = getByText(headingText);

expect(heading).toHaveStyleRule('color', magma.colors.primary600);
expect(heading).toHaveStyleRule('color', magma.colors.neutral700);
expect(heading).toHaveStyleRule(
'font-family',
magma.headingExpressiveFont
Expand Down

0 comments on commit 18906b2

Please sign in to comment.