Skip to content

Commit

Permalink
feat(material/checkbox): update pseudo-checkbox size (#25425)
Browse files Browse the repository at this point in the history
* feat(material/checkbox): update pseudo-checkbox size

* feat(material/checkbox): update
  • Loading branch information
andrewseguin committed Aug 12, 2022
1 parent 00f4abe commit 3b87655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -56,6 +56,4 @@
box-sizing: content-box;
}

// TODO(andrewseguin): Change this to the non-legacy size once
// the above mixins have landed internally.
@include pseudo-checkbox-common.size(checkbox-common.$legacy-size);
@include pseudo-checkbox-common.size(checkbox-common.$size);
2 changes: 1 addition & 1 deletion src/material/core/style/_checkbox-common.scss
@@ -1,5 +1,5 @@
// The width/height of the checkbox element.
$size: 16px !default;
$size: 18px !default;

// The width/height of the legacy-checkbox element.
$legacy-size: 16px !default;
Expand Down

0 comments on commit 3b87655

Please sign in to comment.