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

Commit da1750a

Browse files
committed
Change vertical separator color
1 parent 50fa9c2 commit da1750a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="Gray" />
53+
<Setter Property="Background" Value="#FFCFD6E6" />
5454
<Setter Property="Margin" Value="3,0,3,0" />
5555
<Setter Property="LayoutTransform">
5656
<Setter.Value>

src/GitHub.VisualStudio/UI/Views/PullRequestListView.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@
180180
</Border>
181181
</Popup>
182182

183-
<Separator Margin="3,0,3,0" Style="{StaticResource VerticalSeparator}" />
183+
<Separator Style="{StaticResource VerticalSeparator}" />
184184

185185
<ui:GitHubActionLink x:Name="assigneeSelection"
186-
Margin="10,0"
186+
Margin="5,0"
187187
VerticalAlignment="Center"
188188
Content="{Binding SelectedAssignee,
189189
Converter={ui:DefaultValueConverter},
@@ -227,7 +227,7 @@
227227
</Border>
228228
</Popup>
229229

230-
<Separator Margin="3,0,3,0" Style="{StaticResource VerticalSeparator}" />
230+
<Separator Style="{StaticResource VerticalSeparator}" />
231231

232232
<ui:GitHubActionLink x:Name="authorSelection"
233233
Margin="5,0"

0 commit comments

Comments
 (0)