Skip to content

Commit

Permalink
docs(storybook theme): use png instead of svg
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePitman committed Mar 8, 2023
1 parent f0f39ad commit 776c58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added storybook/assets/kaizen-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions storybook/theme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint import/no-extraneous-dependencies: 0 */
import { create } from "@storybook/theming/create"
import { defaultTheme } from "@kaizen/design-tokens"
const logo = require("./assets/kaizen-badge.svg")
//const logo = require("./assets/kaizen-badge.png")

const colors = defaultTheme.color

Expand Down Expand Up @@ -30,5 +30,5 @@ export default create({
inputTextColor: colors.gray["600"],
inputBorderRadius: "20px",
brandTitle: "Kaizen Storybook",
brandImage: logo,
brandImage: "./assets/kaizen-badge.png",
})

0 comments on commit 776c58c

Please sign in to comment.