Skip to content

Commit

Permalink
fix(checkbox): apply scoped css variable spacing control (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lalaluka authored Jan 20, 2022
1 parent caf6ec4 commit 8545c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/checkbox/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ scale-checkbox [part='checkbox'] {
flex: 0 0 auto;
justify-content: center;
align-items: center;
margin: var(--scl-spacing-2) 0;
margin: var(--spacing-control) 0;
width: var(--width-control);
height: var(--height-control);
border-radius: var(--radius-control);
Expand Down

0 comments on commit 8545c21

Please sign in to comment.