mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user