@redsift/design-system 8.0.0-alpha.6 → 8.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -5112,6 +5112,7 @@ const StyledCheckbox = styled.label`
5112
5112
  }
5113
5113
 
5114
5114
  .redsift-icon {
5115
+ box-sizing: content-box;
5115
5116
  padding: 2px;
5116
5117
  width: 24px;
5117
5118
 
@@ -10511,6 +10512,7 @@ const StyledRadio = styled.label`
10511
10512
  }
10512
10513
 
10513
10514
  .redsift-icon {
10515
+ box-sizing: content-box;
10514
10516
  padding: 2px;
10515
10517
  width: 24px;
10516
10518