@everymatrix/general-player-register-form-step1 1.13.16 → 1.13.18

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/general-player-register-form-step1",
3
- "version": "1.13.16",
3
+ "version": "1.13.18",
4
4
  "main": "dist/general-player-register-form-step1.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": "586fd8038cd1f675aab3c6a81922c36e5d8faa34"
38
+ "gitHead": "29a83de9b7993a1daa20b9e2971e44b8cb9690ed"
39
39
  }
@@ -456,7 +456,7 @@
456
456
  &.InvalidField {
457
457
  input {
458
458
  border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
459
- background: var(--emfe-w-color-primary-50, #FBECF4);
459
+ background: var(--emfe-w-color-pale, #FBECF4);
460
460
  color: var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
461
461
  }
462
462
  }