Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/SettingsControls/src/SettingsCard/SettingsCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
}

/// <inheritdoc />
Expand Down
Loading