feat: add outline.

This commit is contained in:
rabbitism
2024-08-24 20:45:24 +08:00
parent 3c194e35d6
commit db20544756
2 changed files with 44 additions and 0 deletions

View File

@@ -104,5 +104,19 @@
Text="🐼" />
</u:IconButton.Icon>
</u:IconButton>
<u:IconButton
IsLoading="{Binding #loading.IsChecked}"
Icon="🐼"
Content="Borderless"
Theme="{DynamicResource BorderlessIconButton}">
</u:IconButton>
<u:IconButton
IsLoading="{Binding #loading.IsChecked}"
Icon="🐼"
Content="Outline"
Theme="{DynamicResource OutlineIconButton}">
</u:IconButton>
</StackPanel>
</UserControl>