Const
Base chakra system config for Open Pioneer Trails applications.
This configures the default color palette, the trails color scheme, etc.
trails
All custom chakra configs should extend this config:
import { mergeConfigs } from "@chakra-ui/react";import { config as defaultTrailsConfig } from "@open-pioneer/base-theme";export const themeConfig = mergeConfigs(defaultTrailsConfig, { // Your overrides}); Copy
import { mergeConfigs } from "@chakra-ui/react";import { config as defaultTrailsConfig } from "@open-pioneer/base-theme";export const themeConfig = mergeConfigs(defaultTrailsConfig, { // Your overrides});
Base chakra system config for Open Pioneer Trails applications.
This configures the default color palette, the
trailscolor scheme, etc.All custom chakra configs should extend this config: