We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac6d97 commit 71af343Copy full SHA for 71af343
source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/AcrylicPage.xaml
@@ -24,7 +24,9 @@
24
</ResourceDictionary>
25
</Page.Resources>
26
<StackPanel>
27
- <TextBlock TextWrapping="Wrap">
+ <TextBlock TextWrapping="Wrap" FontSize="{DynamicResource {x:Static ui:ThemeKeys.BodyTextBlockFontSizeKey}}">
28
+ <!--FontSize is a workaround to force Hyperlinks to use the correct font size.-->
29
+
30
Acrylic Brush might fall back to SolidColorBrush in certain scenarios.
31
If you can't see the Acrylic effect, please refer to
32
<Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/style/acrylic#usability-and-adaptability"
0 commit comments