Skip to content

Commit

Permalink
Fix DataGrid styles including to the demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Mar 19, 2024
1 parent 780f7dd commit 9d4eab4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
<ItemGroup>
<ProjectReference Include="..\Material.Avalonia.Demo\Material.Avalonia.Demo.csproj"/>
</ItemGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
<ItemGroup>
<ProjectReference Include="..\Material.Avalonia.Demo\Material.Avalonia.Demo.csproj"/>
</ItemGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions Material.Avalonia.Demo/Material.Avalonia.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<ProjectReference Include="..\Material.Avalonia.DataGrid\Material.Avalonia.DataGrid.csproj" />
</ItemGroup>

<ItemGroup>
<RuntimeHostConfigurationOption Include="MaterialThemeIncludeDataGrid" Value="true" />
</ItemGroup>

<ItemGroup>
<AvaloniaResource Include="Assets\**"/>
</ItemGroup>
Expand Down

0 comments on commit 9d4eab4

Please sign in to comment.