Map FluentStyles to XamlControlsResources

This commit is contained in:
Daniel Clark
2022-11-01 22:55:17 +00:00
parent eb44c983d7
commit 854d393b43
8 changed files with 26 additions and 7 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
<Application
x:Class="Builder.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:style="using:FluentAvalonia.Styling">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Styles>
<style:FluentAvaloniaTheme />
<XamlControlsResources />
<Style Selector="Button.Icon">
<Setter Property="FontSize" Value="16" />
<Setter Property="FontFamily" Value="{StaticResource SymbolThemeFontFamily}" />