Skip to content

Commit

Permalink
checkbox (#101)
Browse files Browse the repository at this point in the history
* bug fix: checkbox stories fix

* feature: checkbox refactoring

* feature: checkbox refactoring

* fix: fixed checkbox cursor

* fix: fixed checkbox cursor
  • Loading branch information
KirillDolzhenkov authored May 16, 2024
1 parent ced096c commit 3f47cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ button {
}

.CheckboxRoot {
cursor: pointer;
position: relative;
width: 18px;
height: 18px;
Expand Down

0 comments on commit 3f47cf0

Please sign in to comment.