@saasquatch/mint-components 1.15.0-110 → 1.15.0-111

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.
@@ -1676,6 +1676,9 @@ function HeroImageView(props, children) {
1676
1676
  marginTop: "var(--sl-spacing-medium)",
1677
1677
  "&::part(base)": {
1678
1678
  padding: "0 var(--sl-spacing-x-large)",
1679
+ color: "var(--sqm-primary-button-color)",
1680
+ backgroundColor: "var(--sqm-primary-button-background)",
1681
+ border: "var(--sqm-primary-button-color-border)",
1679
1682
  },
1680
1683
  "@media (max-width: 599px)": {
1681
1684
  width: "100%",
@@ -96,6 +96,9 @@ export function HeroImageView(props, children) {
96
96
  marginTop: "var(--sl-spacing-medium)",
97
97
  "&::part(base)": {
98
98
  padding: "0 var(--sl-spacing-x-large)",
99
+ color: "var(--sqm-primary-button-color)",
100
+ backgroundColor: "var(--sqm-primary-button-background)",
101
+ border: "var(--sqm-primary-button-color-border)",
99
102
  },
100
103
  "@media (max-width: 599px)": {
101
104
  width: "100%",
@@ -1672,6 +1672,9 @@ function HeroImageView(props, children) {
1672
1672
  marginTop: "var(--sl-spacing-medium)",
1673
1673
  "&::part(base)": {
1674
1674
  padding: "0 var(--sl-spacing-x-large)",
1675
+ color: "var(--sqm-primary-button-color)",
1676
+ backgroundColor: "var(--sqm-primary-button-background)",
1677
+ border: "var(--sqm-primary-button-color-border)",
1675
1678
  },
1676
1679
  "@media (max-width: 599px)": {
1677
1680
  width: "100%",