We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a0eb commit 054386bCopy full SHA for 054386b
src/WPFDevelopers.Shared/Controls/MessageBox/WDMessageBox.cs
@@ -256,7 +256,7 @@ private void DisplayImage(MessageBoxImage image)
256
case MessageBoxImage.Information:
257
_geometry = (Geometry) Application.Current.TryFindResource("WD.WarningGeometry");
258
_solidColorBrush =
259
- (SolidColorBrush) Application.Current.TryFindResource("WD.SuccessSolidColorBrush");
+ (SolidColorBrush) Application.Current.TryFindResource("WD.SuccessNormalBrush");
260
break;
261
case MessageBoxImage.Question:
262
_geometry = (Geometry) Application.Current.TryFindResource("WD.QuestionGeometry");
0 commit comments