before lib scripts

This commit is contained in:
Artur Bien
2019-04-03 21:25:11 +02:00
parent 4c2f4fdfd3
commit c8bf87e002
70 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ import { configure, addDecorator } from "@storybook/react";
import { withInfo } from "@storybook/addon-info";
import { withThemesProvider } from "storybook-addon-styled-component-theme";
import "../src/components/index.css";
import themes from "../src/components/common/themes";
import "../src/lib/index.css";
import themes from "../src/lib/common/themes";
const demoThemes = [
themes.default,

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB