feat: init
This commit is contained in:
14
packages/propel/.storybook/manager.ts
Normal file
14
packages/propel/.storybook/manager.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { addons } from "storybook/manager-api";
|
||||
import { create } from "storybook/theming";
|
||||
|
||||
const planeTheme = create({
|
||||
base: "dark",
|
||||
brandTitle: "Plane UI",
|
||||
brandUrl: "https://plane.so",
|
||||
brandImage: "plane-lockup-light.svg",
|
||||
brandTarget: "_self",
|
||||
});
|
||||
|
||||
addons.setConfig({
|
||||
theme: planeTheme,
|
||||
});
|
||||
Reference in New Issue
Block a user