@monolith-forensics/monolith-ui 1.1.13 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,6 +18,7 @@ const MuiProvider = ({ children, theme = {}, defaultColorScheme = "dark", }) =>
|
|
|
18
18
|
const defaultTheme = (0, theme_1.default)(colorScheme);
|
|
19
19
|
// override default theme with the provided theme
|
|
20
20
|
const _theme = (0, deepmerge_1.default)(defaultTheme, theme);
|
|
21
|
+
console.log(_theme);
|
|
21
22
|
return ((0, jsx_runtime_1.jsx)(exports.MuiContext.Provider, { value: {
|
|
22
23
|
theme: _theme,
|
|
23
24
|
colorScheme,
|
package/dist/theme/index.d.ts
CHANGED
package/dist/theme/variants.d.ts
CHANGED
package/dist/theme/variants.js
CHANGED