@oslokommune/punkt-css 9.2.5 → 9.2.6

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.
@@ -134,7 +134,7 @@
134
134
  }
135
135
 
136
136
  &--grey {
137
- background: var(--color-gray);
137
+ background: var(--color-gray-light);
138
138
 
139
139
  &.pkt-btn:hover,
140
140
  &.pkt-tag--hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "9.2.5",
3
+ "version": "9.2.6",
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": "5c986a43a0147d105240810ad902cfaec75bdcd9"
58
+ "gitHead": "46083040b641f5f4d704b2fb14b3fd529a03e56b"
59
59
  }