Browse Source

fix resolving theme.

pull/4083/head
Dan Walmsley 6 years ago
parent
commit
069438bfae
  1. 4
      samples/ControlCatalog/App.xaml.cs

4
samples/ControlCatalog/App.xaml.cs

@ -41,7 +41,7 @@ namespace ControlCatalog
},
new StyleInclude(new Uri("resm:Styles?assembly=ControlCatalog"))
{
Source = new Uri("resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Fluent")
Source = new Uri("resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default")
},
};
@ -53,7 +53,7 @@ namespace ControlCatalog
},
new StyleInclude(new Uri("resm:Styles?assembly=ControlCatalog"))
{
Source = new Uri("resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Fluent")
Source = new Uri("resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default")
},
};

Loading…
Cancel
Save