+
+
+ Inside scoped theme provider (light)
+
+
+
+
+
+ Inside scoped theme provider (dark)
+
+
+
+
+
+ Inside scoped theme provider (light-hc)
+
+
+
+
+
+ Inside scoped theme provider (dark-hc)
diff --git a/src/components/theme/types.ts b/src/components/theme/types.ts
index 13940271b2..d87de74eb6 100644
--- a/src/components/theme/types.ts
+++ b/src/components/theme/types.ts
@@ -8,4 +8,5 @@ export interface ThemeContextProps {
theme: Theme;
themeValue: RealTheme;
direction: Direction;
+ scoped: boolean;
}