We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a04982 commit 177b975Copy full SHA for 177b975
src/layout/src/Core/AntProComponentBase.cs
@@ -17,7 +17,7 @@ public MenuTheme NavTheme
17
_ => MenuTheme.Dark
18
};
19
}
20
- set => SettingState.Value.Layout = value.Name;
+ set => SettingState.Value.NavTheme = value.Name;
21
22
23
[Parameter]
0 commit comments