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

Commit b5c9f63

Browse files
committed
DS210: fix deprecated tags
1 parent d47323e commit b5c9f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Typography.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export const SmallScreenCSS: ComponentStory<typeof Text> = (...args) => {
442442
}px ${getCssVar(value.fontSize)}rem/${getCssVar(
443443
value.lineHeight,
444444
)}rem `}
445-
{title === 'headingSMRegular' && (
445+
{title === 'HeadingSM Regular' && (
446446
<span style={{ color: 'var(--color-error-default)' }}>
447447
DEPRECATED
448448
</span>
@@ -553,7 +553,7 @@ export const LargeScreenCSS: ComponentStory<typeof Text> = (...args) => {
553553
}px
554554
555555
${getCssVar(value.fontSize)}rem/${getCssVar(value.lineHeight)}rem `}
556-
{title === 'headingSMRegular' && (
556+
{title === 'HeadingSM Regular' && (
557557
<span style={{ color: 'var(--color-error-default)' }}>
558558
DEPRECATED
559559
</span>

0 commit comments

Comments
 (0)