What color can we expect for the various SF controls in a default Light theme vs a default Dark theme?

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!

1 Reply 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team February 26, 2021 12:50 PM UTC

Hi Will Autio,

Thank you for using Syncfusion product.

We have validated your query and we would like to let you know that, can you please download our SampleBrowser application in play store and check the themes section for each control. We've made a video about the light & dark theme to get the video from the link below.

Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Theme1476183369

Please let us know, if you have any other concerns.

Regards
Ruba Shanmugam

Marked as answer
Loader.
Up arrow icon