Hi team,
We have a jupyter application that contains multiple extensions. And we are using Material UI in them. So we have certain styling rules for eg typography
, themeColors
supplied to MuI in each of the extensions and it is repeatative. So is there a way to override all MaterialUI theme across Jupyterlab extensions, from a single extension, so that we dont have to import this or add the common package as extension in any of these packages.
Thanks in advance, feel free to ask any clarifying questions.