I apply themes from @uifabric/azure-themes
or @uifabric/theme-samples
via the Customization component.
However, once I change the theme, I noticed that the theme colors set by the Customization component do not match those retrieved from @uifabric/styling
's getTheme()
.
Shouldn't they match once the Customization component (set at the top of my react tree) has been set with the new theme? All of the fabric react components seem to change color properly.