Skip to content

Commit

Permalink
Add cssVarsRoot prop to ChakraProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
All-Khwarizmi committed Mar 17, 2024
1 parent 51c698c commit ac41fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function App() {
}
return (
<>
<ChakraProvider theme={theme}>
<ChakraProvider theme={theme} cssVarsRoot="body">
<TitleAndDirection
isFr={isFr}
setIsFR={setIsFR}
Expand Down

0 comments on commit ac41fc6

Please sign in to comment.