feat: redesign IconButton.

This commit is contained in:
Zhang Dian
2025-01-24 20:31:52 +08:00
committed by Dong Bin
parent 9797cc7676
commit 663bfe70ce
4 changed files with 79 additions and 70 deletions

View File

@@ -0,0 +1,3 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<x:Double x:Key="IconButtonInnerSpacing">8</x:Double>
</ResourceDictionary>

View File

@@ -11,6 +11,7 @@
<ResourceInclude Source="Divider.axaml" />
<ResourceInclude Source="Drawer.axaml" />
<ResourceInclude Source="DualBadge.axaml" />
<ResourceInclude Source="IconButton.axaml" />
<ResourceInclude Source="MessageBox.axaml" />
<ResourceInclude Source="NavigationMenu.axaml" />
<ResourceInclude Source="Notification.axaml" />