@navikt/ds-css 0.18.21 → 0.18.22

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.
package/button.css CHANGED
@@ -94,11 +94,9 @@
94
94
  );
95
95
 
96
96
  /* Secondary */
97
- --navds-button-color-secondary-text: var(--navds-global-color-blue-200);
98
- --navds-button-color-secondary-text-hover: var(--navds-global-color-blue-200);
99
- --navds-button-color-secondary-text-active: var(
100
- --navds-global-color-blue-200
101
- );
97
+ --navds-button-color-secondary-text: var(--navds-global-color-white);
98
+ --navds-button-color-secondary-text-hover: var(--navds-global-color-white);
99
+ --navds-button-color-secondary-text-active: var(--navds-global-color-white);
102
100
  --navds-button-color-secondary-border: var(--navds-global-color-blue-200);
103
101
  --navds-button-color-secondary-border-focus-active-hover: var(
104
102
  --navds-semantic-color-text
@@ -107,10 +105,10 @@
107
105
  --navds-semantic-color-component-background-inverted
108
106
  );
109
107
  --navds-button-color-secondary-background-hover: var(
110
- --navds-global-color-blue-900
108
+ --navds-global-color-gray-800
111
109
  );
112
110
  --navds-button-color-secondary-background-active: var(
113
- --navds-global-color-blue-800
111
+ --navds-global-color-gray-700
114
112
  );
115
113
  }
116
114