type SemanticColors = Flattened<{ colors: typeof colorsSemantic; }>;
const theme: Partial<SemanticColors> = { "colors-bg-default": "#ffffff", "colors-bg-alternate": "#eef0f3", "colors-bg-overlay": "color(from var(--cdp-web-colors-bg-alternate) srgb r g b / 0.33)", };
Was this page helpful?