Skip to content

Commit

Permalink
docs: update CustomTheming with correct example (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankoschei-okta authored Aug 22, 2023
1 parent 1b7ea06 commit 267aeab
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,8 @@ const customOdysseyTheme = useMemo(
);

const YourAppRoot = ({ children }) => (
<OdysseyCacheProvider>
<MuiThemeProvider theme={customOdysseyTheme}>
{children}
</MuiThemeProvider>
</OdysseyCacheProvider>
<OdysseyProvider muiTheme={muiTheme}>
{children}
</OdysseyProvider>
);
```

0 comments on commit 267aeab

Please sign in to comment.