Skip to content

Commit

Permalink
feat:storybook brandTitle added
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-keiko committed Sep 13, 2024
1 parent 0c692e9 commit 5d2dfa2
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 1,419 deletions.
6 changes: 6 additions & 0 deletions .storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from "@storybook/manager-api";
import theme from "./theme";

addons.setConfig({
theme: theme,
});
7 changes: 7 additions & 0 deletions .storybook/theme.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { create } from "@storybook/theming";

export default create({
base: "dark",
brandTitle: "Restaurant app components",
brandTarget: "_self",
});
Loading

0 comments on commit 5d2dfa2

Please sign in to comment.