- 
                Notifications
    You must be signed in to change notification settings 
- Fork 726
Closed
Milestone
Description
Hello. I've been updating our code with the changes introduced by #4062 . I'm using the following code to set a custom theme
  private static void RunApplication(IHost host)
  {
      Application.Init();
      ConfigurationManager.Enable(ConfigLocations.All);
      ThemeManager.Theme = ThemeManager.GetThemeNames().FirstOrDefault(x => x == "Anders") ?? "Default";All seems fine except for my listview and also all dialogs not showing up in the expected theme colours if I compare that against the UICatalog samples. I'm not setting any color related properties on these controls. Any pointers as to what I might be missing here? I'm using latest alpha release
 

Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done