We have a complex app with a mix of XF and SF controls. I have been tasked with allowing Light and Dark themes.
In one of our pages, I added a variety of SF controls with no color settings. Then I set either a Light or a Dark theme by changing the setting in this code:
<Application.Resources>
<syncTheme:SyncfusionThemeDictionary>
<syncTheme:SyncfusionThemeDictionary.MergedDictionaries>
<syncTheme:LightTheme />
</syncTheme:SyncfusionThemeDictionary.MergedDictionaries>
</syncTheme:SyncfusionThemeDictionary>
</Application.Resources>
There were hardly any changes between the two, so I am left wondering what changes should I expect?
Thanks!