Skip to content

Commit

Permalink
Deploying to main from @ hellof2e/quark-design@6c8c575 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Oct 24, 2023
1 parent 5d00fd5 commit e3c1243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs_react/docs/switch/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Switch } from "@quarkd/quark-react";
TO change switch size, set `size` prop on the Switch or alter `font-size` value of `style` prop.

```html
<Switch size="26px"></Switch> <Switch style="font-size: 26px"></Switch>
<Switch size="26"></Switch> <Switch style="font-size: 26px"></Switch>
```

### Custom Color
Expand Down
2 changes: 1 addition & 1 deletion src/docs_react/docs/switch/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Switch } from "@quarkd/quark-react";
可以通过 `size` 或修改元素 `font-size` 来控制大小。

```html
<Switch size="26px"></Switch> <Switch style="font-size: 26px"></Switch>
<Switch size="26"></Switch> <Switch style="font-size: 26px"></Switch>
```

### 自定义颜色
Expand Down

0 comments on commit e3c1243

Please sign in to comment.