Skip to content

Commit 054386b

Browse files
committed
Update WDMessageBox.cs
Change the icon color after modifying the information
1 parent 754a0eb commit 054386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPFDevelopers.Shared/Controls/MessageBox/WDMessageBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private void DisplayImage(MessageBoxImage image)
256256
case MessageBoxImage.Information:
257257
_geometry = (Geometry) Application.Current.TryFindResource("WD.WarningGeometry");
258258
_solidColorBrush =
259-
(SolidColorBrush) Application.Current.TryFindResource("WD.SuccessSolidColorBrush");
259+
(SolidColorBrush) Application.Current.TryFindResource("WD.SuccessNormalBrush");
260260
break;
261261
case MessageBoxImage.Question:
262262
_geometry = (Geometry) Application.Current.TryFindResource("WD.QuestionGeometry");

0 commit comments

Comments
 (0)