@transferwise/neptune-css 14.0.3 → 14.0.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.0.3",
4
+ "version": "14.0.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": "ec2a391c573e5b9a9a7a4f0a4a5cdb4405902f43"
56
+ "gitHead": "0f7432e0e28c61d35b85d759ada4debcfe06692a"
57
57
  }
@@ -4,13 +4,18 @@
4
4
  @import (reference) "./mixins/_alerts.less";
5
5
 
6
6
  .alert {
7
- padding: var(--padding-medium);
8
- border-radius: var(--radius-medium);
7
+ padding: var(--size-16);
8
+ border-radius: 10px;
9
9
  color: var(--color-content-primary);
10
10
  background-color: var(--color-background-neutral);
11
11
  min-width: 200px;
12
12
  margin-bottom: var(--size-16);
13
13
 
14
+ .np-theme-personal & {
15
+ padding: var(--padding-medium);
16
+ border-radius: var(--radius-medium);
17
+ }
18
+
14
19
  .alert__message {
15
20
  padding-left: var(--padding-small);
16
21
  }
@@ -415,6 +415,7 @@ strong,
415
415
  b {
416
416
  font-weight: var(--font-weight-semi-bold);
417
417
  letter-spacing: 0;
418
+ color: var(--color-content-primary);
418
419
 
419
420
  .np-theme-personal & {
420
421
  color: var(--color-content-primary);