Browse Source

Merge pull request #4764 from workgroupengineering/fixes/Issue_4657

Fiexes issue #4657
pull/5155/head
Dan Walmsley 6 years ago
committed by GitHub
parent
commit
78b4e82bbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Avalonia.Diagnostics/Diagnostics/Views/MainWindow.xaml

3
src/Avalonia.Diagnostics/Diagnostics/Views/MainWindow.xaml

@ -12,6 +12,9 @@
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/>
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/>
<StyleInclude Source="resm:Avalonia.Controls.DataGrid.Themes.Default.xaml?assembly=Avalonia.Controls.DataGrid"/>
<Style Selector="DataGrid ContextMenu">
<Setter Property="Foreground" Value="Black"/>
</Style>
</Window.Styles>
<views:MainView/>

Loading…
Cancel
Save