Skip to content

Commit

Permalink
chore: storybook theming
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynoowah committed Jan 10, 2025
1 parent a8151d1 commit 181e299
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/docs/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { addons } from "@storybook/manager-api";
import { create } from "@storybook/theming";

addons.setConfig({
theme: create({
base: "dark",
brandTitle: "@noowah/content-builder",
brandImage: "https://noowah.vercel.app/favicon-32x32.png",
brandTarget: "_self",
}),
});
2 changes: 2 additions & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/react": "^8.4.7",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 181e299

Please sign in to comment.