Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(v4): Update "Light/Dark Theme Mode" section in README #610

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ this will only work when the `permanentTopNav` is also set to `true`.
Please note that the top navigation bar is minimized by default on mobile devices.

### Light/Dark Theme Mode
Switching between light and dark theme mode can be enabled by setting the `enableLightDarkMode` parameter to `true`:
Switching between light and dark theme mode can be enabled by setting the `enableLightDarkTheme` parameter to `true`:
```toml
[params]
enableLightDarkTheme = true
Expand Down