Skip to content

Commit

Permalink
Fix Text test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 30, 2024
1 parent 92c87cc commit 7bc096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/text/test/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe( 'Text', () => {
</Text>
);
expect( screen.getByRole( 'heading' ) ).toHaveStyle( {
color: COLORS.white,
color: 'rgb( 255, 255, 255 )',
} );
} );

Expand Down

0 comments on commit 7bc096e

Please sign in to comment.