We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd749 commit b47b447Copy full SHA for b47b447
components/SettingsControls/src/SettingsCard/SettingsCard.Properties.cs
@@ -49,7 +49,7 @@ public partial class SettingsCard : ButtonBase
49
nameof(ActionIconToolTip),
50
typeof(string),
51
typeof(SettingsCard),
52
- new PropertyMetadata(defaultValue: "More"));
+ new PropertyMetadata(defaultValue: null));
53
54
/// <summary>
55
/// The backing <see cref="DependencyProperty"/> for the <see cref="IsClickEnabled"/> property.
0 commit comments