docs: Update documentation to match reality. colorPrimary, colorBackground,… (#1666)

Update documentation to match reality. colorPrimary, colorBackground,
and borderRadius do not exist according to the schema:
280251cfdd/packages/react/src/css-vars.ts
This commit is contained in:
eddielu
2025-03-06 14:11:32 -08:00
committed by David Nguyen
parent b990532633
commit aa7d6b28a4
6 changed files with 18 additions and 18 deletions

View File

@ -99,9 +99,9 @@ const MyEmbeddingComponent = () => {
`}
// CSS Variables
cssVars={{
colorPrimary: '#0000FF',
colorBackground: '#F5F5F5',
borderRadius: '8px',
primary: '#0000FF',
background: '#F5F5F5',
radius: '8px',
}}
// Dark Mode Control
darkModeDisabled={true}