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

Commit b82778e

Browse files
committed
Use ThemedDialogColors.WindowBorderBrushKey
It appears EnvironmentColors.ToolWindowBorderBrushKey doesn't work in high contrast mode.
1 parent ab37e7b commit b82778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/GitHubDialogWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Border MouseDown="Border_MouseDown"
4747
BorderThickness="1"
4848
Background="{DynamicResource {x:Static vs:EnvironmentColors.ToolWindowBackgroundBrushKey}}"
49-
BorderBrush="{DynamicResource {x:Static vs:EnvironmentColors.ToolWindowBorderBrushKey}}">
49+
BorderBrush="{DynamicResource {x:Static vs:ThemedDialogColors.WindowBorderBrushKey}}">
5050
<DockPanel>
5151
<!-- close button and padding -->
5252
<shellControls:GlyphButton x:Uid="button_Close"

0 commit comments

Comments
 (0)