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

Commit 62b71c2

Browse files
Fixing view
1 parent a9cf0c2 commit 62b71c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.UI/Views/AutoCompleteSuggestionView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<RectangleGeometry Rect="0,0,24,24" RadiusX="2" RadiusY="2" />
2121
</Image.Clip>
2222
</Image>
23-
<TextBlock x:Name="suggestionText" Style="{StaticResource GitHubTextBlock}" VerticalAlignment="Center">
24-
<Run x:Name="name" Foreground="{StaticResource GHTextBrush}" Text="Name" /> <Run x:Name="description" Foreground="{StaticResource GHTextSecondaryBrush}" Text="Description" />
23+
<TextBlock x:Name="suggestionText" Style="{DynamicResource GitHubTextBlock}" VerticalAlignment="Center">
24+
<Run x:Name="name" Foreground="{DynamicResource GHTextBrush}" Text="Name" /> <Run x:Name="description" Foreground="{DynamicResource GHTextSecondaryBrush}" Text="Description" />
2525
</TextBlock>
2626
</StackPanel>
2727
</UserControl>

0 commit comments

Comments
 (0)