Bug Report
- Package version(s): 5.9
- Browser and OS versions: chrome
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: (if applicable)
Describe the issue:
The documentation on the github is different from the one on the website
Actual behavior:
import { loadTheme } from 'office-ui-fabric-react/lib/Styling';
loadTheme({
colors: {
themePrimary: 'red'
}
});
Expected behavior:
import { loadTheme } from 'office-ui-fabric-react/lib/Styling';
loadTheme({
palette: {
'themePrimary': 'red'
}
});
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: (if applicable)
Describe the issue:
The documentation on the github is different from the one on the website
Actual behavior:
import { loadTheme } from 'office-ui-fabric-react/lib/Styling';
loadTheme({
colors: {
themePrimary: 'red'
}
});
Expected behavior:
import { loadTheme } from 'office-ui-fabric-react/lib/Styling';
loadTheme({
palette: {
'themePrimary': 'red'
}
});