docs: tweak docs

This commit is contained in:
Nolan Lawson 2020-06-06 20:48:29 -07:00
parent b46c23a0a7
commit a93a4d69d8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ emoji-picker {
By default, `emoji-picker-element` will automatically switch to dark mode based on
[`prefers-color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme).
For more fine-grained, control, add the class `dark` or `light` to force dark/light mode:
Or you can add the class `dark` or `light` to force dark/light mode:
```html
<emoji-picker class="dark"></emoji-picker>