diff --git a/packages/react/src/components/Theme/Theme.mdx b/packages/react/src/components/Theme/Theme.mdx index 7b409a8f8d80..e059b8a06b7f 100644 --- a/packages/react/src/components/Theme/Theme.mdx +++ b/packages/react/src/components/Theme/Theme.mdx @@ -80,8 +80,8 @@ function App() { } ``` -This way, the `GlobalTheme` component is used to "synchronize" the state of the application's context and your scss in order for other components and hooks like `useTheme` to work properly. -For this reason, the component should used at the root of your application. +This way, the `GlobalTheme` component is used to "synchronize" the state of the application's context and your scss, so that other components and hooks like useTheme can work properly. +For this reason, the component should be used as a wrapper of the root of your application. By default, the global theme is set to `white`.