Skip to content

Commit

Permalink
Merge pull request lepoco#1063 from Difegue/patch-2
Browse files Browse the repository at this point in the history
Fix incorrectly refactored High Contrast theme dictionary selection
  • Loading branch information
pomianowski authored Apr 20, 2024
2 parents 5f061c4 + dfcf3ad commit d88b815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Appearance/ApplicationThemeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static void Apply(
SystemTheme.HC1 => "HC1",
SystemTheme.HC2 => "HC2",
SystemTheme.HCBlack => "HCBlack",
SystemTheme.HCWhite => "HCBlack",
SystemTheme.HCWhite => "HCWhite",
_ => "HCWhite",
};
break;
Expand Down

0 comments on commit d88b815

Please sign in to comment.