From b5b2e947da20eb1657ea4372e57d0a26d77e6c80 Mon Sep 17 00:00:00 2001 From: Justin Anastos Date: Mon, 26 Aug 2019 15:57:53 -0400 Subject: [PATCH] wip --- src/Button/Button.stories.mdx | 39 ++++++++-------------- src/Button/button.stories/ButtonLayout.tsx | 5 ++- 2 files changed, 16 insertions(+), 28 deletions(-) diff --git a/src/Button/Button.stories.mdx b/src/Button/Button.stories.mdx index d9e0702e..ec1b278a 100644 --- a/src/Button/Button.stories.mdx +++ b/src/Button/Button.stories.mdx @@ -10,6 +10,8 @@ import { IconShip2 } from "../icons/IconShip2"; import { ButtonLayout } from "./button.stories/ButtonLayout"; import { colors } from "../colors"; +export const SampleIcon = () => + # Button @@ -21,51 +23,33 @@ import { colors } from "../colors"; -### Button Sizes - -There are three different sizes of buttons, with the most common button being the default size. Small and large buttons are avialble for specific settings. - -#### standard +## Sizes -Need a button, start with this one. It’s the most common size, not too big, not too small. +There are three different sizes of buttons, with the most common button being the default size. Small and large buttons are available for specific settings. -