Skip to content

Commit 3965c6c

Browse files
committed
fix #61
1 parent 84e14cb commit 3965c6c

File tree

4 files changed

+97
-97
lines changed

4 files changed

+97
-97
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ This component defines only two events, for expanding/collapsing nodes, and chec
107107

108108
#### Colors
109109

110-
The bundled style sheet can be imported from `'g8-vue-tree/dist/g8-vue-tree.css'`. This component provides a dark theme out of box. To use it, just add the `g8-tree--dark` class to the element.
110+
The bundled style sheet can be imported from `'g8-vue-tree/dist/g8-vue-tree.css'`. This component provides a dark theme out of box. To use it, just add the `g8--dark` class to the element.
111111

112112
```html
113-
<ul class="g8-tree__view g8-tree--dark">
113+
<ul class="g8-tree__view g8--dark">
114114
<g8-tree__view></g8-tree__view>
115115
</ul>
116116
```

0 commit comments

Comments
 (0)