We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be368d commit 3e51f76Copy full SHA for 3e51f76
docs/component/text.md
@@ -16,7 +16,7 @@
16
17
## 设置主题
18
19
-通过<code>type</code>参数设置文本主题,我们提供了五类属性:<code>primary</code> <code>error</code> <code>success</code> <code>warning</code> <code>info-默认</code>。
+通过<code>type</code>参数设置文本主题,我们提供了五类属性:<code>primary</code> <code>error</code> <code>success</code> <code>warning</code> <code>default-默认</code>。
20
21
```html
22
<wd-text type="primary" text="主色"></wd-text>
0 commit comments