Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Fix default avalonia 11 theme in demo.
Browse files Browse the repository at this point in the history
Thanks @Whiletru3
  • Loading branch information
SKProCH committed Aug 25, 2022
1 parent ff8de18 commit 1ed1cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Material.Icons.Avalonia.Demo/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</Application.DataTemplates>

<Application.Styles>
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml" />
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml" />
<SimpleTheme Mode="Dark"/>
<StyleInclude Source="avares://Material.Icons.Avalonia/App.xaml" />
</Application.Styles>
</Application>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Avalonia.Desktop" Version="11.0.0-preview1" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0-preview1" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.0-preview1" />
<PackageReference Include="Avalonia.Themes.Default" Version="0.10.999-cibuild0022654-beta" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0-preview1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Material.Icons.Avalonia\Material.Icons.Avalonia.csproj" />
Expand Down

0 comments on commit 1ed1cc6

Please sign in to comment.