diff --git a/components/SettingsControls/src/SettingsCard/SettingsCard.cs b/components/SettingsControls/src/SettingsCard/SettingsCard.cs index ef1d4a09..fbfc9e16 100644 --- a/components/SettingsControls/src/SettingsCard/SettingsCard.cs +++ b/components/SettingsControls/src/SettingsCard/SettingsCard.cs @@ -66,6 +66,9 @@ public partial class SettingsCard : ButtonBase public SettingsCard() { this.DefaultStyleKey = typeof(SettingsCard); + + // This is perhaps indicative of an issue with the action icon requiring a concrete FontElement instead of a template + ActionIcon = new FontIcon { Glyph = "\ue974", MirroredWhenRightToLeft = true }; } ///