@miljodirektoratet/md-css 6.12.0 → 6.13.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miljodirektoratet/md-css",
3
- "version": "6.12.0",
3
+ "version": "6.13.0",
4
4
  "description": "CSS for Miljødirektoratet",
5
5
  "author": "Miljødirektoratet",
6
6
  "main": "./src/index.css",
@@ -243,7 +243,7 @@
243
243
  }
244
244
 
245
245
  .md-button--danger-secondary:active:not(:disabled):not([disabled]) {
246
- background-color: var(--md-color-attention-error-bg);
246
+ background-color: var(--md-color-attention-error-secondary-active);
247
247
  color: var(--md-color-attention-error-primary-hover);
248
248
  border-color: var(--md-color-attention-error-primary-hover);
249
249
  }