@transferwise/neptune-css 14.2.3 → 14.2.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.2.3",
4
+ "version": "14.2.4",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "e8eb4c7770839c938152472fd7ba7fc89fd33dd5"
56
+ "gitHead": "bfe7bb6607518b08c0d833e5676933beaf726b88"
57
57
  }
@@ -115,6 +115,7 @@ h6,
115
115
 
116
116
  .np-theme-personal & {
117
117
  font-weight: var(--font-weight-medium);
118
+ font-size: var(--font-size-14);
118
119
  letter-spacing: var(--letter-spacing-md);
119
120
  line-height: var(--line-height-20);
120
121
  }