Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 3d07ef2

Browse files
committed
DS-210: fix display font test
1 parent 55e063e commit 3d07ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/typography/typography.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Typography', () => {
5252
designTokens.global,
5353
).value,
5454
);
55-
expect(typography.sDisplayMD.fontWeight).toStrictEqual('700');
55+
expect(typography.sDisplayMD.fontWeight).toStrictEqual('500');
5656

5757
expect(typography.sDisplayMD.fontSize).toStrictEqual(
5858
Number(

0 commit comments

Comments
 (0)