@descope/web-components-ui 2.2.28 → 2.2.29

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.
@@ -6623,7 +6623,6 @@ const CheckboxClass = compose$1(
6623
6623
  :host {
6624
6624
  display: inline-flex;
6625
6625
  max-width: 100%;
6626
- margin: 1px;
6627
6626
  }
6628
6627
 
6629
6628
  :host ::part(error-message) {
@@ -6635,7 +6634,7 @@ const CheckboxClass = compose$1(
6635
6634
  }
6636
6635
 
6637
6636
  descope-boolean-field-internal {
6638
- padding: 0;
6637
+ padding: 2px;
6639
6638
  width: 100%;
6640
6639
  height: 100%;
6641
6640
  }