mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
docs(ConfigProvider): fix css demo error (#12105)
This commit is contained in:
parent
d1da7f3718
commit
78064c6fd2
@ -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;
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user