@transferwise/neptune-css 14.0.19 → 14.0.20

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.0.19",
4
+ "version": "14.0.20",
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": "5ad7efc7368df0dd773710fb71fb682b0f336fdd"
56
+ "gitHead": "b92fad7902b8091064f8e9fa96424d56dc63a2a2"
57
57
  }
@@ -1189,7 +1189,7 @@ input[type="password"] {
1189
1189
  }
1190
1190
 
1191
1191
  .has-error .error-messages,
1192
- .alert-detach.alert-danger {
1192
+ .has-error .alert-detach.alert-danger {
1193
1193
  color: var(--color-sentiment-negative);
1194
1194
  display: flex;
1195
1195