Skip to content

Commit

Permalink
fix: use css variables in checkbox inner margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Apr 18, 2023
1 parent bed6605 commit b7f4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/css/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
position: relative;
border: var.$checkbox-input-border;
border-radius: var.$checkbox-border-radius;
margin-top: 2px;
margin-top: var(--spacing-5xs);
box-sizing: border-box;
width: var.$checkbox-input-width;
height: var.$checkbox-input-height;
Expand Down

0 comments on commit b7f4923

Please sign in to comment.