mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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
|
```css
|
||||||
.van-theme-dark body {
|
.van-theme-dark body {
|
||||||
text-color: #f5f5f5;
|
color: #f5f5f5;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -32,7 +32,7 @@ app.use(ConfigProvider);
|
|||||||
|
|
||||||
```css
|
```css
|
||||||
.van-theme-dark body {
|
.van-theme-dark body {
|
||||||
text-color: #f5f5f5;
|
color: #f5f5f5;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user