13 lines
299 B
JavaScript
13 lines
299 B
JavaScript
import { create } from "@storybook/theming";
|
|
|
|
export default create({
|
|
base: "light",
|
|
colorPrimary: "#111827",
|
|
colorSecondary: "#111827",
|
|
appContentBg: "#F9FAFC",
|
|
brandTitle: "Cal.com UI",
|
|
brandUrl: "https://cal.com",
|
|
brandImage: "https://cal.com/logo.svg",
|
|
brandTarget: "_self",
|
|
});
|