mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +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
|
```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;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user