@danske/sapphire-css 40.2.0 → 40.2.1

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.
@@ -299,7 +299,9 @@ a.sapphire-icon-button {
299
299
  background: var(
300
300
  --sapphire-semantic-color-background-action-danger-tertiary-active
301
301
  );
302
- color: var(--sapphire-semantic-color-foreground-action-on-danger-active);
302
+ color: var(
303
+ --sapphire-semantic-color-foreground-action-on-danger-tertiary-active
304
+ );
303
305
  }
304
306
 
305
307
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "40.2.0",
3
+ "version": "40.2.1",
4
4
  "description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -69,5 +69,5 @@
69
69
  "dependencies": {
70
70
  "@danske/sapphire-design-tokens": "^42.1.0"
71
71
  },
72
- "gitHead": "e1d288a48bcd633f5e7a6f89e50be28ff3faa43c"
72
+ "gitHead": "612c203ea4278deafe40f5477b5b33569cf06cfb"
73
73
  }