Merge pull request #614 from Soar360/patch-3

Update IconButton.axaml
This commit is contained in:
Zhang Dian
2025-03-20 15:10:19 +08:00
committed by GitHub

View File

@@ -72,6 +72,7 @@
<u:LoadingIcon <u:LoadingIcon
Classes="Small" Classes="Small"
Foreground="{TemplateBinding Foreground}" Foreground="{TemplateBinding Foreground}"
IsLoading="{TemplateBinding IsLoading}"
IsVisible="{TemplateBinding IsLoading}" /> IsVisible="{TemplateBinding IsLoading}" />
</Panel> </Panel>
<ContentPresenter <ContentPresenter
@@ -304,4 +305,4 @@
<Setter Property="Foreground" Value="{DynamicResource ButtonDefaultDisabledForeground}" /> <Setter Property="Foreground" Value="{DynamicResource ButtonDefaultDisabledForeground}" />
</Style> </Style>
</ControlTheme> </ControlTheme>
</ResourceDictionary> </ResourceDictionary>