Skip to content

Commit

Permalink
docs(field): css spelling error
Browse files Browse the repository at this point in the history
field-disabled-text-olor -> color
  • Loading branch information
gaoxiaoduan committed Nov 2, 2022
1 parent 5ed6198 commit 42c62a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/quark/src/field/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { Field, FieldRef } from '@quarkd/quark-react';
--field-input-font-size: 20px;
--field-placeholder-text-color: red;
--field-placeholder-font-size: 12px;
--field-disabled-text-olor: #eee;
--field-disabled-text-color: #eee;
}
```
### Event
Expand Down
2 changes: 1 addition & 1 deletion packages/quark/src/field/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { Field, FieldRef } from '@quarkd/quark-react';
--field-input-font-size: 20px;
--field-placeholder-text-color: red;
--field-placeholder-font-size: 12px;
--field-disabled-text-olor: #eee;
--field-disabled-text-color: #eee;
}
```
### 事件
Expand Down
2 changes: 1 addition & 1 deletion packages/quark/src/field/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import 'quarkd/lib/field';
--field-input-font-size: 20px;
--field-placeholder-text-color: red;
--field-placeholder-font-size: 12px;
--field-disabled-text-olor: #eee;
--field-disabled-text-color: #eee;
}
```
### Event
Expand Down
2 changes: 1 addition & 1 deletion packages/quark/src/field/doc.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import 'quarkd/lib/field';
--field-input-font-size: 20px;
--field-placeholder-text-color: red;
--field-placeholder-font-size: 12px;
--field-disabled-text-olor: #eee;
--field-disabled-text-color: #eee;
}
```
### 事件
Expand Down

0 comments on commit 42c62a9

Please sign in to comment.