@saasquatch/mint-components 1.15.0-104 → 1.15.0-105

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.
@@ -585,7 +585,7 @@ const style = {
585
585
  "&::part(label)": {
586
586
  fontSize: "var(--sl-font-size-small)",
587
587
  },
588
- "&::part(input-base)": {
588
+ "*::part(input-base)": {
589
589
  backgroundColor: "unset",
590
590
  },
591
591
  },
@@ -59,7 +59,7 @@ const style = {
59
59
  "&::part(label)": {
60
60
  fontSize: "var(--sl-font-size-small)",
61
61
  },
62
- "&::part(input-base)": {
62
+ "*::part(input-base)": {
63
63
  backgroundColor: "unset",
64
64
  },
65
65
  },
@@ -581,7 +581,7 @@ const style = {
581
581
  "&::part(label)": {
582
582
  fontSize: "var(--sl-font-size-small)",
583
583
  },
584
- "&::part(input-base)": {
584
+ "*::part(input-base)": {
585
585
  backgroundColor: "unset",
586
586
  },
587
587
  },