@saasquatch/mint-components 1.15.0-105 → 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,6 +669,10 @@ const vanillaStyle = `
669
669
  box-sizing: border-box;
670
670
  }
671
671
 
672
+ & sl-radio::part(label) {
673
+ background-color: unset;
674
+ }
675
+
672
676
  & sl-select::part(label) {
673
677
  font-size: var(--sl-font-size-small);
674
678
  font-weight: 600
@@ -143,6 +143,10 @@ const vanillaStyle = `
143
143
  box-sizing: border-box;
144
144
  }
145
145
 
146
+ & sl-radio::part(label) {
147
+ background-color: unset;
148
+ }
149
+
146
150
  & sl-select::part(label) {
147
151
  font-size: var(--sl-font-size-small);
148
152
  font-weight: 600
@@ -665,6 +665,10 @@ const vanillaStyle = `
665
665
  box-sizing: border-box;
666
666
  }
667
667
 
668
+ & sl-radio::part(label) {
669
+ background-color: unset;
670
+ }
671
+
668
672
  & sl-select::part(label) {
669
673
  font-size: var(--sl-font-size-small);
670
674
  font-weight: 600