Skip to content

Commit

Permalink
Do not use hardcoded color for TextEditor's foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
danipen committed Mar 6, 2023
1 parent 23cd845 commit 7832129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AvaloniaEdit.Demo/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<AvalonEdit:TextEditor Name="Editor"
FontFamily="Cascadia Code,Consolas,Menlo,Monospace"
Margin="30"
Foreground="#D4D4D4"
HorizontalScrollBarVisibility="Auto"
VerticalScrollBarVisibility="Visible"
FontWeight="Light"
Expand Down

0 comments on commit 7832129

Please sign in to comment.