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 7, 2023
1 parent f0f39ad commit 7ef3f70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/Systems/Tailwind/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.
2 changes: 1 addition & 1 deletion 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("../docs/Systems/Tailwind/assets/kaizen-badge.png")

const colors = defaultTheme.color

Expand Down

0 comments on commit 7ef3f70

Please sign in to comment.