Browse Source

Restore PathIcon Foreground setter in Fluent theme (#12789)

* Restore PathIcon Foreground setter in Fluent theme

* Use TextControlForeground resource
release/11.0.5-rc1
Wiesław Šoltés 2 years ago
committed by Steven Kirk
parent
commit
5badacbc63
  1. 1
      src/Avalonia.Themes.Fluent/Controls/PathIcon.xaml

1
src/Avalonia.Themes.Fluent/Controls/PathIcon.xaml

@ -10,6 +10,7 @@
</StackPanel>
</Design.PreviewWith>
<ControlTheme x:Key="{x:Type PathIcon}" TargetType="PathIcon">
<Setter Property="Foreground" Value="{DynamicResource TextControlForeground}" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Height" Value="{DynamicResource IconElementThemeHeight}" />
<Setter Property="Width" Value="{DynamicResource IconElementThemeWidth}" />

Loading…
Cancel
Save