mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
fix: binding error
This commit is contained in:
parent
80f72676ec
commit
54fb25257e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<Style.Resources>
|
<Style.Resources>
|
||||||
<SolidColorBrush x:Key="SystemControlErrorTextForegroundBrush" Color="Red"/>
|
<SolidColorBrush x:Key="SystemControlErrorTextForegroundBrush" Color="Red"/>
|
||||||
<SolidColorBrush x:Key="SystemErrorTextColor" Color="Red"/>
|
<Color x:Key="SystemErrorTextColor">Red</Color>
|
||||||
</Style.Resources>
|
</Style.Resources>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue