Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwr011024 committed Dec 6, 2024
1 parent ad57c93 commit 7d47e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odos-form-kit",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"type": "module",
"main": "lib/odos-form-kit.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/FormKit/src/check-box/check-box.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const CheckBoxItem = (list: Item[]) => {
&.disabled {
cursor: not-allowed;
color: #444444;
color: #fff;
&:hover {
background: #999999;
Expand Down
2 changes: 1 addition & 1 deletion packages/FormKit/src/radio/radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const RadioItem = (list: Item[]) => {
&.disabled {
cursor: not-allowed;
color: #444444;
color: #fff;
&:hover {
background: #999999;
Expand Down

0 comments on commit 7d47e51

Please sign in to comment.