From be1ae7115e6bb165cf007c59818fd5804ccc7aee Mon Sep 17 00:00:00 2001 From: Artur Bien Date: Sun, 24 Feb 2019 22:40:29 +0100 Subject: [PATCH] minor changes --- src/components/Button/Button.stories.js | 18 +-------------- src/components/Table/Table.stories.js | 2 +- src/components/common/index.js | 29 ++++++++++++------------- 3 files changed, 16 insertions(+), 33 deletions(-) diff --git a/src/components/Button/Button.stories.js b/src/components/Button/Button.stories.js index ff39a66..472879a 100644 --- a/src/components/Button/Button.stories.js +++ b/src/components/Button/Button.stories.js @@ -8,17 +8,6 @@ import styled from "styled-components"; import Button from "./Button"; export const actions = { onClick: action("onClick") }; -const Badge = styled.span` - content: ""; - position: absolute; - top: 8px; - right: 0; - width: 12px; - height: 4px; - display: inline-block; - background: fuchsia; - box-shadow: 0 0 4px fuchsia; -`; storiesOf("Button", module) // .addDecorator(story => ( //
// )) - .add("default", () => ( - - )) + .add("default", () => ) .add("disabled", () => (