We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742189a commit 86ddd0fCopy full SHA for 86ddd0f
2 files changed
Resources/Styles/IconFonts.xaml
@@ -46,7 +46,7 @@
46
<x:String x:Key="FluentIcon.Star48"></x:String>
47
48
<!-- Activity Feed Icons -->
49
- <x:String x:Key="FluentIcon.BroadActivityFeed24"></x:String>
+ <x:String x:Key="FluentIcon.Alert28"></x:String>
50
51
<!-- Info -->
52
<x:String x:Key="FluentIcon.Info28"></x:String>
Views/PlayerDetailPage.xaml
@@ -42,7 +42,7 @@
42
x:Name="ActivityFeedButton"
43
Clicked="ActivityFeedButton_Clicked">
44
<ToolbarItem.IconImageSource>
45
- <FontImageSource Glyph="{StaticResource FluentIcon.BroadActivityFeed24}"
+ <FontImageSource Glyph="{StaticResource FluentIcon.Alert28}"
FontFamily="FluentRegular"
Color="{StaticResource IconAccentColor}" />
</ToolbarItem.IconImageSource>
0 commit comments