Skip to content

Commit 41cde79

Browse files
committedOct 27, 2022
doc: update README.md
1 parent bc68750 commit 41cde79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,17 @@ const Demo = () => {
200200
}
201201
```
202202

203+
Set the default `light` theme.
204+
205+
```diff
206+
<MarkdownPreview
207+
source="Hello World!"
208+
warpperElement={{
209+
+ "data-color-mode": "light"
210+
}}
211+
/>
212+
```
213+
203214
## Development
204215

205216
Runs the project in development mode.

0 commit comments

Comments
 (0)
Please sign in to comment.