@saasquatch/mint-components 1.15.0-106 → 1.15.0-107

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.
@@ -669,7 +669,7 @@ const vanillaStyle = `
669
669
  box-sizing: border-box;
670
670
  }
671
671
 
672
- & sl-radio::part(base) {
672
+ & sl-radio::part(label) {
673
673
  background-color: unset;
674
674
  }
675
675
 
@@ -143,7 +143,7 @@ const vanillaStyle = `
143
143
  box-sizing: border-box;
144
144
  }
145
145
 
146
- & sl-radio::part(base) {
146
+ & sl-radio::part(label) {
147
147
  background-color: unset;
148
148
  }
149
149
 
@@ -665,7 +665,7 @@ const vanillaStyle = `
665
665
  box-sizing: border-box;
666
666
  }
667
667
 
668
- & sl-radio::part(base) {
668
+ & sl-radio::part(label) {
669
669
  background-color: unset;
670
670
  }
671
671