Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pix666 committed May 25, 2024
1 parent d0a8f19 commit 4d03c9a
Show file tree
Hide file tree
Showing 2 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": "paper-checkbox-tree",
"version": "0.1.5",
"version": "0.1.6",
"description": "A JavaScript component that transforms a select element into a checkbox tree.",
"keywords": [
"widgets",
Expand Down
4 changes: 2 additions & 2 deletions src/index.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $checkbox-border-color: #d0d0d0;
x: 0.5;
y: 0.5;
rx: 4;
width: 21;
height: 21;
width: 21px;
height: 21px;
fill: #fff;
stroke: $checkbox-border-color;
stroke-width: 1;
Expand Down

0 comments on commit 4d03c9a

Please sign in to comment.