From e43a8f4908abcfc26a81c2495a279473323ecc65 Mon Sep 17 00:00:00 2001 From: tkoleary Date: Mon, 7 Dec 2020 17:08:20 -0600 Subject: [PATCH 01/17] Updatess to buttons and headings -Normalized heading line hieights just for display here -Gave buttons the names of their types -some code-block cleanup for readability -Fixed typos -Added missing color attribute --- .../elements/Button/Button.stories.mdx | 66 +++++++++---------- .../elements/Heading/Heading.stories.js | 11 ++-- .../elements/Heading/Heading.stories.mdx | 7 +- 3 files changed, 44 insertions(+), 40 deletions(-) diff --git a/packages/core/stories/elements/Button/Button.stories.mdx b/packages/core/stories/elements/Button/Button.stories.mdx index 20edc1ddad..601cc19831 100644 --- a/packages/core/stories/elements/Button/Button.stories.mdx +++ b/packages/core/stories/elements/Button/Button.stories.mdx @@ -13,12 +13,12 @@ import * as stories from './Button.stories.js'; # Buttons Buttons express what action will occur when the user clicks or touches it. Buttons are used to initialize an action, either in the background or foreground of an experience. - + -