mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
Fix
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
<TextBlock x:Name="AboutDescription"
|
||||
Text="{x:Bind ModuleDescription}"
|
||||
Foreground="{StaticResource TextFillColorSecondaryBrush}"
|
||||
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
||||
TextWrapping="Wrap"/>
|
||||
|
||||
<HyperlinkButton x:Name="AboutImage"
|
||||
@@ -81,7 +81,6 @@
|
||||
CornerRadius="8"
|
||||
x:Uid="Learn_More_Description"
|
||||
Padding="0"
|
||||
Background="Red"
|
||||
NavigateUri="{x:Bind ModuleImageLink}"
|
||||
Margin="0, 12, 0, 12">
|
||||
<Image>
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
Background="Transparent"
|
||||
Style="{StaticResource AccentButtonStyle}"
|
||||
BorderBrush="Transparent"
|
||||
Foreground="{StaticResource AccentTextFillColorPrimaryBrush}"
|
||||
Foreground="{ThemeResource AccentTextFillColorPrimaryBrush}"
|
||||
Margin="4,0,4,-4">
|
||||
<Button.Content>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
|
||||
Reference in New Issue
Block a user