Skip to content

Commit

Permalink
change nested to mui.nested
Browse files Browse the repository at this point in the history
Co-Authored-By: Sebastian Silbermann <[email protected]>
  • Loading branch information
aditya1906 and eps1lon authored May 26, 2019
1 parent d3c3e4b commit d4b1463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-styles/src/ThemeProvider/nested.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const hasSymbol = typeof Symbol === 'function';

export default (hasSymbol ? Symbol.for('nested') : '__THEME_NESTED__');
export default (hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__');

0 comments on commit d4b1463

Please sign in to comment.