Skip to content

Commit

Permalink
Created a CIVIC theme for Storybook. Branded CIVIC's Storybook with l…
Browse files Browse the repository at this point in the history
…ogo.
  • Loading branch information
bradfordjanice committed May 12, 2019
1 parent d9ace81 commit f40da09
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/config.js
Expand Up @@ -3,6 +3,7 @@

import { addParameters, configure } from "@storybook/react";
import "../packages/component-library/assets/global.styles.css";
import { INITIAL_VIEWPORTS } from "@storybook/addon-viewport";
import themeCIVIC from "./themeCIVIC";

addParameters({
Expand Down
2 changes: 1 addition & 1 deletion .storybook/themeCIVIC.js
@@ -1,5 +1,5 @@
import { create } from "@storybook/theming";
import logo from "../packages/component-library/assets/civic-logo-c.svg";
import logo from "../packages/component-library/assets/civic-logo-storybook.svg";

export default create({
base: "light",
Expand Down
12 changes: 12 additions & 0 deletions packages/component-library/assets/civic-logo-storybook.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f40da09

Please sign in to comment.