exciting-aftermath/Portfolio.WebUI.Server/Components/Layout/BaseNavMenu.razor.cs

8 lines
157 B
C#

namespace Portfolio.WebUI.Server.Components.Layout
{
public partial class BaseNavMenu
{
private string _primaryColor = "#593196";
}
}