Skip to content

Commit

Permalink
Fix reference to datagrid package
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryGolubenkov committed Mar 16, 2024
1 parent c64dc20 commit 1c9a2fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/SharpDockerizer.AvaloniaUI/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Application.Styles>
<materialIcons:MaterialIconStyles />
<themes:MaterialTheme BaseTheme="Dark" PrimaryColor="Purple" SecondaryColor="Lime" />
<!--<StyleInclude Source="avares://Material.DataGrid/DataGrid.xaml" />-->


<Style Selector="Button.Topbar">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Material.Avalonia" Version="3.4.2" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.0" />
<PackageReference Include="Material.Avalonia.DataGrid" Version="3.4.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
Expand Down

0 comments on commit 1c9a2fb

Please sign in to comment.