Skip to content

Commit c076d3d

Browse files
committed
Removed invalid default value for ActionIcon
1 parent 3ffca5b commit c076d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/SettingsControls/src/SettingsCard/SettingsCard.Properties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public partial class SettingsCard : ButtonBase
4040
nameof(ActionIcon),
4141
typeof(IconElement),
4242
typeof(SettingsCard),
43-
new PropertyMetadata(defaultValue: "\ue974"));
43+
new PropertyMetadata(defaultValue: null));
4444

4545
/// <summary>
4646
/// The backing <see cref="DependencyProperty"/> for the <see cref="ActionIconToolTip"/> property.

0 commit comments

Comments
 (0)