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

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",
@@ -2335,6 +2338,7 @@ const style$3 = {
2335
2338
  flexDirection: "column",
2336
2339
  gap: "var(--sl-spacing-xx-small)",
2337
2340
  fontSize: "var(--sl-font-size-small)",
2341
+ color: "var(--sqm-text)",
2338
2342
  },
2339
2343
  TitleContainer: {
2340
2344
  display: "flex",
@@ -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",
@@ -30,6 +30,7 @@ const style = {
30
30
  flexDirection: "column",
31
31
  gap: "var(--sl-spacing-xx-small)",
32
32
  fontSize: "var(--sl-font-size-small)",
33
+ color: "var(--sqm-text)",
33
34
  },
34
35
  TitleContainer: {
35
36
  display: "flex",
@@ -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",
@@ -2331,6 +2334,7 @@ const style$3 = {
2331
2334
  flexDirection: "column",
2332
2335
  gap: "var(--sl-spacing-xx-small)",
2333
2336
  fontSize: "var(--sl-font-size-small)",
2337
+ color: "var(--sqm-text)",
2334
2338
  },
2335
2339
  TitleContainer: {
2336
2340
  display: "flex",