@saasquatch/mint-components 1.15.0-102 → 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,6 +585,9 @@ const style = {
585
585
  "&::part(label)": {
586
586
  fontSize: "var(--sl-font-size-small)",
587
587
  },
588
+ "*::part(input-base)": {
589
+ backgroundColor: "unset",
590
+ },
588
591
  },
589
592
  InputContainer: {
590
593
  padding: "16px",
@@ -59,6 +59,9 @@ const style = {
59
59
  "&::part(label)": {
60
60
  fontSize: "var(--sl-font-size-small)",
61
61
  },
62
+ "*::part(input-base)": {
63
+ backgroundColor: "unset",
64
+ },
62
65
  },
63
66
  InputContainer: {
64
67
  padding: "16px",
@@ -581,6 +581,9 @@ const style = {
581
581
  "&::part(label)": {
582
582
  fontSize: "var(--sl-font-size-small)",
583
583
  },
584
+ "*::part(input-base)": {
585
+ backgroundColor: "unset",
586
+ },
584
587
  },
585
588
  InputContainer: {
586
589
  padding: "16px",