wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

After using global fonts, the expanded icon in the sidebar of NavigationCompact disappeared

Open luluxiaoyu opened this issue 1 year ago • 0 comments

Describe the bug

After using global fonts, the expanded icon in the sidebar of NavigationCompact becomes transparent I used code in app. xaml:

<Style TargetType="{x:Type TextBlock }">
    <Setter Property="FontFamily" Value="{StaticResource font3}"/>
</Style>

To Reproduce

used code in app. xaml:

<Style TargetType="{x:Type TextBlock }">
    <Setter Property="FontFamily" Value="{StaticResource font3}"/>
</Style>

Expected behavior

the expanded icon in the sidebar of NavigationCompact be not disappeared pFC4kLV.png

Screenshots

pFC4SiQ.png

OS version

11

.NET version

.NET Core 6.0

WPF-UI NuGet version

2.1.0

Additional context

No response

luluxiaoyu avatar Jan 12 '24 08:01 luluxiaoyu