wip
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:fluent="using:FluentAvalonia.Styling"
|
||||
xmlns:labs="using:Avalonia.Labs.Controls">
|
||||
<fluent:FluentAvaloniaTheme />
|
||||
<StyleInclude Source="ControlResources.axaml" />
|
||||
<labs:ControlThemes />
|
||||
</Styles>
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
using Avalonia.Markup.Xaml;
|
||||
using Avalonia.Styling;
|
||||
using FluentAvalonia.Styling;
|
||||
|
||||
namespace Toolkit.UI.Controls.Avalonia;
|
||||
|
||||
public class ThemeResources :
|
||||
Styles
|
||||
public class ThemeResources : FluentAvaloniaTheme
|
||||
{
|
||||
public ThemeResources(IServiceProvider? provider = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user