mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs(ConfigProvider): fix css demo error (#12105)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
```
|
||||
|
@@ -32,7 +32,7 @@ app.use(ConfigProvider);
|
||||
|
||||
```css
|
||||
.van-theme-dark body {
|
||||
text-color: #f5f5f5;
|
||||
color: #f5f5f5;
|
||||
background-color: black;
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user