Skip to content

Commit

Permalink
Update migration-guide.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericHgorski authored Nov 1, 2024
1 parent e970731 commit fd4f35a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/widget/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ control over the widget's appearance.
```
**After:**
```tsx
<Widget
<Widget
theme="light" // or "dark"
// Note: you can pass a "brandColor" in addition to the selected "light" or "dark" theme
brandColor: "#FF4FFF",
// Or provide a custom theme object
theme={{
brandColor: "#FF4FFF",
Expand Down

0 comments on commit fd4f35a

Please sign in to comment.