docs(ConfigProvider): fix css demo error (#12105)

This commit is contained in:
inottn 2023-07-19 10:47:47 +08:00 committed by GitHub
parent d1da7f3718
commit 78064c6fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ The theme prop will not change the text-color or background-color of the page, y
```css
.van-theme-dark body {
text-color: #f5f5f5;
color: #f5f5f5;
background-color: black;
}
```

View File

@ -32,7 +32,7 @@ app.use(ConfigProvider);
```css
.van-theme-dark body {
text-color: #f5f5f5;
color: #f5f5f5;
background-color: black;
}
```