Skip to content

Commit ee8871d

Browse files
author
Asaf Agami
authored
fix: wrong color in tree view item (#170)
1 parent 306662c commit ee8871d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Snyk.VisualStudio.Extension.Shared/UI/Tree/SnykFilterableTree.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<Style.Resources>
4444
<!-- Make selected items background stay the same color (but different opacity) when focus is lost -->
4545
<SolidColorBrush x:Key="{x:Static SystemColors.InactiveSelectionHighlightBrushKey}"
46-
Color="{DynamicResource TreeViewColors.SelectedItemInactiveBrushKey}"
47-
Opacity="0.8"/>
46+
Color="{DynamicResource {x:Static SystemColors.HighlightColorKey}}"
47+
Opacity="0.4"/>
4848
</Style.Resources>
4949

5050
<!-- Set tree items to expand by default -->

0 commit comments

Comments
 (0)