@transferwise/neptune-css 0.0.0-experimental-e789d8a → 0.0.0-experimental-2e39705
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
|
@@ -181,8 +181,6 @@ body,
|
|
|
181
181
|
/* DEPRECATED: use .np-text-body-default-bold instead */
|
|
182
182
|
/* stylelint-disable-next-line selector-list-comma-newline-after */
|
|
183
183
|
.control-2,
|
|
184
|
-
b,
|
|
185
|
-
strong,
|
|
186
184
|
.np-text-body-default-bold {
|
|
187
185
|
line-height: 155%;
|
|
188
186
|
letter-spacing: -0.006em;
|
|
@@ -526,6 +524,7 @@ p {
|
|
|
526
524
|
|
|
527
525
|
strong,
|
|
528
526
|
b {
|
|
527
|
+
font-weight: var(--font-weight-semi-bold);
|
|
529
528
|
color: var(--color-content-primary);
|
|
530
529
|
}
|
|
531
530
|
|