Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit efd10b8

Browse files
committed
Don't specify Foreground for ErrorMessageStyle
Instead use the dialog forground color. The color was previously GHTextBrush (which wasn't VS themed).
1 parent 761f1c5 commit efd10b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.UI.Reactive/Assets/Controls/ErrorMessageDisplay.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
xmlns:uirx="clr-namespace:GitHub.UI">
55

66
<Style x:Key="ErrorMessageStyle" TargetType="{x:Type uirx:ErrorMessageDisplay}">
7-
<Setter Property="Foreground" Value="{DynamicResource GHTextBrush}" />
87
<Setter Property="IconFill" Value="{DynamicResource GitHubErrorBrush}" />
98
<Setter Property="KeyboardNavigation.IsTabStop" Value="False" />
109
<Setter Property="Template">

0 commit comments

Comments
 (0)