@momentum-design/components 0.127.7 → 0.127.8

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.
@@ -106,5 +106,12 @@ const styles = css `
106
106
  :host([variant='informational']:active) {
107
107
  --mdc-chip-background-color: var(--mds-color-theme-background-alert-theme-active);
108
108
  }
109
+
110
+ /* High Contrast Mode */
111
+ @media (forced-colors: active) {
112
+ :host([variant='neutral'])::part(icon) {
113
+ --mdc-chip-icon-color: ButtonText;
114
+ }
115
+ }
109
116
  `;
110
117
  export default [hostFitContentStyles, styles, ...hostFocusRingStyles()];