7 lines
236 B
XML
7 lines
236 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Style Selector="TextBlock.NewsRenderView">
|
|
<Setter Property="Foreground" Value="Black" />
|
|
</Style>
|
|
</Styles>
|