mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix doc typo
This commit is contained in:
parent
f276f26c47
commit
6d54e1476a
2
apps/docs/content/docs/theme/dark-mode.mdx
vendored
2
apps/docs/content/docs/theme/dark-mode.mdx
vendored
@ -49,7 +49,7 @@ const lightTheme = createTheme({
|
||||
|
||||
const darkTheme = createTheme({
|
||||
type: 'dark',
|
||||
className: 'dark', // customize the class that enables this theme, `light-theme` by default
|
||||
className: 'dark', // customize the class that enables this theme, `dark-theme` by default
|
||||
theme: {
|
||||
colors: {...},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user