@inherits LayoutComponentBase
@Body
@code { private readonly MudTheme _currentTheme = new() { PaletteLight = new PaletteLight() { Primary = "#ABA9BF", Secondary = "#BEB7DF", Tertiary = "#D4F2D2", Background = "#f6f6f8" } }; }