@uswds/web-components
Version:
> [!CAUTION] > Work on the next version of the Design System is happening in this repo. The code in this repository is not yet ready for production use.
12 lines (10 loc) • 386 B
JavaScript
import { create } from "@storybook/theming/create";
export default create({
base: "light",
brandTitle: "USWDS Next",
fontBase:
'"Public Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
colorPrimary: "#4a77b4",
colorSecondary: "#2672de",
textColor: "#1b1b1b",
});