Skip to content

Commit 177b975

Browse files
authored
fix nav theme (#58)
1 parent 1a04982 commit 177b975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/src/Core/AntProComponentBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public MenuTheme NavTheme
1717
_ => MenuTheme.Dark
1818
};
1919
}
20-
set => SettingState.Value.Layout = value.Name;
20+
set => SettingState.Value.NavTheme = value.Name;
2121
}
2222

2323
[Parameter]

0 commit comments

Comments
 (0)