Skip to content

Commit

Permalink
docs(ConfigProvider): fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
inottn committed Jul 19, 2023
1 parent d1da7f3 commit 94ad603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vant/src/config-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/vant/src/config-provider/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.use(ConfigProvider);

```css
.van-theme-dark body {
text-color: #f5f5f5;
color: #f5f5f5;
background-color: black;
}
```
Expand Down

0 comments on commit 94ad603

Please sign in to comment.