Skip to content

Commit

Permalink
update materialdesign
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Sep 30, 2024
1 parent bd5a616 commit 9c26fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZZZO/ZZZO/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
PrimaryColor="DeepPurple"
SecondaryColor="Lime" />
<ResourceDictionary
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" />
<ResourceDictionary
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.PopupBox.xaml" />

Expand Down
4 changes: 2 additions & 2 deletions ZZZO/ZZZO/ZZZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<ItemGroup>
<PackageReference Include="CefSharp.Wpf.NETCore" Version="128.4.90" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.66" />
<PackageReference Include="MaterialDesignColors" Version="2.1.4" />
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="MaterialDesignColors" Version="3.1.0" />
<PackageReference Include="MaterialDesignThemes" Version="5.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c26fc3

Please sign in to comment.