From c7f9be3048972b60e293a371ba9a2bf60a98f86f Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Thu, 6 May 2021 17:01:13 +0800 Subject: [PATCH] Update story to reflect Figma library --- src/new-components/text/text.stories.tsx | 72 ++++++++++++------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/new-components/text/text.stories.tsx b/src/new-components/text/text.stories.tsx index 9c8e32d18..a410cb05d 100644 --- a/src/new-components/text/text.stories.tsx +++ b/src/new-components/text/text.stories.tsx @@ -25,68 +25,68 @@ export function TextStory() { return (
- - Text, subtitle, bold, secondary (16px) + + Subtitle Regular - - Text, subtitle, bold, danger + + Subtitle Secondary - - Text, subtitle, bold + + Subtitle Danger - Text, subtitle, semibold + Subtitle Semibold - - Text, subtitle, regular + + Subtitle Bold - - Text, body, bold, secondary (14px) + + Body Regular - - Text, body, bold, danger + + Body Secondary - - Text, body, bold + + Body Danger - Text, body, semibold + Body Semibold - - Text, body, regular + + Body Bold - - Text, copy, bold, secondary (13px) + + Copy Regular - - Text, copy, bold, danger + + Copy Secondary - - Text, copy, bold + + Copy Danger - Text, copy, semibold + Copy Semibold - - Text, copy, regular + + Copy Bold - - Text, caption, bold, secondary (12px) + + Caption Regular - - Text, caption, bold, danger + + Caption Secondary - - Text, caption, bold + + Caption Danger - Text, caption, semibold + Caption Semibold - - Text, caption, regular + + Caption Bold