office-ui-fabric-vue icon indicating copy to clipboard operation
office-ui-fabric-vue copied to clipboard

Cache createTheme / loadTheme and allow global/local modifications

Open s-bauer opened this issue 6 years ago • 0 comments

Cache the the Theme instance, so it won't be recreated for each component. In addition global modifications to the theme should be possible, like changing the primary color and so on. The same modification should be possible on component instance level, meaning you can override e.g. the primary color on a single button component

s-bauer avatar Dec 27 '18 13:12 s-bauer