We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0505e50 commit eaf46b7Copy full SHA for eaf46b7
1 file changed
src/Core/Components/NavMenu/FluentNavGroup.razor
@@ -70,7 +70,7 @@ else if (!Owner.Expanded && Owner.CollapsedChildNavigation && SubMenu != null)
70
@if (Icon is not null)
71
{
72
<span slot="start">
73
- <FluentIcon Value="@Icon" Width="20px" Color="@IconColor" Class="fluent-nav-icon" />
+ <FluentIcon Value="@Icon" Width="20px" Color="@IconColor" CustomColor="@CustomColor" Class="fluent-nav-icon" />
74
</span>
75
}
76
</ChildContent>
@@ -87,7 +87,7 @@ else if (!Owner.Expanded && Owner.CollapsedChildNavigation && SubMenu != null)
87
88
89
90
91
92
else
93
0 commit comments