diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html new file mode 100644 index 00000000..48f9ac2d --- /dev/null +++ b/.storybook/manager-head.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/.storybook/manager.ts b/.storybook/manager.ts index f3b105bc..382abf2b 100644 --- a/.storybook/manager.ts +++ b/.storybook/manager.ts @@ -4,8 +4,12 @@ import { addons } from "@storybook/manager-api"; import theme from "./theme"; addons.setConfig({ - theme, + isFullscreen: false, + showNav: true, + showPanel: true, + showToolbar: true, sidebar: { showRoots: true, - } + }, + theme: theme, }); diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index d6964dd6..4687d0e4 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -2,8 +2,10 @@ \ No newline at end of file diff --git a/.storybook/theme.ts b/.storybook/theme.ts index 34f92365..1fbff7fc 100644 --- a/.storybook/theme.ts +++ b/.storybook/theme.ts @@ -3,11 +3,12 @@ import { create } from "@storybook/theming/create"; export default create({ - base: "light", + base: "dark", + colorPrimary: '#FAFF69', + colorSecondary: '#FAFF69', brandTitle: "ClickUI Storybook", brandUrl: "/", brandImage: "/logo.svg", - appBg: "white", brandTarget: "_self", fontBase: `"Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, diff --git a/public/logo.svg b/public/logo.svg index be7ba20d..38c1fb93 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,17 +1,17 @@ - - - - - + + + + + + fill="white" /> - +