Pure builder — same bundles as useMuiThemedColors but accepts an
explicit theme. Use this when you need to derive colors from a theme that
isn't the one returned by useTheme() — for example, when you create a
nested ThemeProvider inside your component and want editor colors to
match that inner theme instead of the outer app theme.
Pure builder — same bundles as useMuiThemedColors but accepts an explicit theme. Use this when you need to derive colors from a theme that isn't the one returned by
useTheme()— for example, when you create a nestedThemeProviderinside your component and want editor colors to match that inner theme instead of the outer app theme.