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

Commit 88d1d2d

Browse files
committed
Support themes!
1 parent bf7fd2a commit 88d1d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/SharedDictionary.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</Style>
5151

5252
<Style x:Key="VerticalSeparator" TargetType="{x:Type Separator}">
53-
<Setter Property="Background" Value="#FFCFD6E6" />
53+
<Setter Property="Background" Value="{DynamicResource GitHubHeaderSeparatorBrush}" />
5454
<Setter Property="Margin" Value="3,0,3,0" />
5555
<Setter Property="LayoutTransform">
5656
<Setter.Value>

0 commit comments

Comments
 (0)