diff --git a/packages/itwinui-react/src/core/ThemeProvider/ThemeProvider.tsx b/packages/itwinui-react/src/core/ThemeProvider/ThemeProvider.tsx index 97570441edc..b1f71f947f8 100644 --- a/packages/itwinui-react/src/core/ThemeProvider/ThemeProvider.tsx +++ b/packages/itwinui-react/src/core/ThemeProvider/ThemeProvider.tsx @@ -67,8 +67,11 @@ type RootProps = { * * The 'inherit' option is intended to be used by packages, to enable incremental adoption * of iTwinUI while respecting the theme set by the consuming app. It will fall back to 'light' - * if no parent theme is found. Additionally, it will attempt to inherit `themeOptions.highContrast`, - * `portalContainer`, and `future.themeBridge` (if possible). + * if no parent theme is found. Additionally, it will attempt to inherit `themeOptions.highContrast` + * and `portalContainer` (if possible). + * + * `future.themeBridge` will be inherited regardless of `theme` value. To disable it, explicitly set + * `future.themeBridge` to false. * * @default 'inherit' */