Skip to content

Commit

Permalink
Deploying to main from @ hellof2e/quark-design@9fe1d7f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 9, 2023
1 parent dcf7aef commit 9766bd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs_react/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.60",
"version": "1.0.61",
"nav": [
{
"name": "基础组件",
Expand Down
1 change: 1 addition & 0 deletions src/docs_react/docs/radio/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ The component provides the following [CSS variables](https://developer.mozilla.o
| `--radio-font-size` | radio label font size | `12px` |
| `--radio-color` | radio label font color | `#242729 ` |
| `--radio-label-height` | radio label line-height | same as the height of radio |
| `--radio-label-gap` | radio label gap | `8px` |
| `--radio-size` | radio size,Priority is higher than `size` prop | `16px; big: 20px` |
| `--radio-background` | checked color | `#0088ff` |
1 change: 1 addition & 0 deletions src/docs_react/docs/radio/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ export default () => {
| `--radio-font-size` | radio 文字大小 | `12px` |
| `--radio-color` | radio 文字颜色 | `#242729 ` |
| `--radio-label-height` | radio 文字行高 | 和选择框高度一致 |
| `--radio-label-gap` | radio 与文字间距 | `8px` |
| `--radio-size` | radio 单选框尺寸,优先级高于 size 属性 | `16px; big: 20px` |
| `--radio-background` | radio 选中颜色 | `#0088ff` |

0 comments on commit 9766bd1

Please sign in to comment.