This commit is contained in:
Niels Laute
2021-07-22 14:27:49 +02:00
parent eb8a9bb836
commit 62d938c7c5
2 changed files with 2 additions and 3 deletions

View File

@@ -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>

View File

@@ -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">