[PT Run] Updated borderbrush to improve accessibility for dark mode (#7141)

* Updated borderbrush

* Update src/modules/launcher/PowerLauncher/LauncherControl.xaml

Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>

* Fixed bug

Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
This commit is contained in:
Niels Laute
2020-10-09 05:14:00 +02:00
committed by GitHub
parent 210426a020
commit 274c009f20
10 changed files with 166 additions and 44 deletions

View File

@@ -40,7 +40,10 @@
Foreground="{DynamicResource ControlTextBrushKey}">
<Run Text="{x:Static p:Resources.reportWindow_file_bug}"/>
<Hyperlink x:Name="RepositoryHyperlink" Click="RepositoryHyperlink_Click" FontWeight="SemiBold" NavigateUri="https://aka.ms/powerToysReportBug">
<Hyperlink x:Name="RepositoryHyperlink"
Click="RepositoryHyperlink_Click"
FontWeight="SemiBold"
NavigateUri="https://aka.ms/powerToysReportBug">
<Run Text="{x:Static p:Resources.reportWindow_github_repo}"/>
</Hyperlink>
<Run Text="{x:Static p:Resources.reportWindow_period}"/>
@@ -59,8 +62,6 @@
TextWrapping="Wrap">
</TextBox>
<RichTextBox x:Name="ErrorTextbox"
Grid.Row="3"
BorderBrush="{DynamicResource ScrollBarThumbBackground}"