@inject IClientAppState AppState @if (AppState.EffectiveTheme == Theme.Dark) {
} else if (AppState.EffectiveTheme == Theme.Light) {
}