@everymatrix/cashier-error 1.28.8 → 1.29.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-error",
3
- "version": "1.28.8",
3
+ "version": "1.29.0",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "c7e4f0fb90648211b55dc99a72de2fe600016137"
38
+ "gitHead": "97cea3025cb353ba5ec695d9a2ac6fe4825d7fba"
39
39
  }
@@ -120,7 +120,8 @@
120
120
  font-size: var(--emw--font-size-x-small, 12px);
121
121
  font-style: normal;
122
122
  font-weight: var(--emw--font-weight-semibold, 500);
123
- line-height: 36px;;
123
+ font-family: inherit;
124
+ line-height: 36px;
124
125
  border-radius: var(--emw--border-radius-medium, 4px);
125
126
  background: var(--emw--color-primary, #7EC51E);
126
127
  &:hover {