cal.pub0.org/apps/storybook/.storybook/YourTheme.js

13 lines
299 B
JavaScript
Raw Normal View History

2023-02-06 14:15:26 +00:00
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",
});