@oslokommune/punkt-css 13.18.0 → 13.18.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.
@@ -161,6 +161,7 @@ pkt-accordion[compact] {
161
161
  padding: map.get(variables.$spacing, 'size-24');
162
162
 
163
163
  .pkt-accordion-item__icon {
164
+ --fg-color: var(--pkt-color-text-body-default);
164
165
  transition: transform 0.2s;
165
166
  }
166
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "13.18.0",
3
+ "version": "13.18.1",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "d1f7500eed274abde4ea0532a746a54d74a38877"
58
+ "gitHead": "3a29f3b3de9cced943ed4cd7de3d6c8a02e75040"
59
59
  }