@everymatrix/general-player-register-form-step2 0.0.243 → 0.0.244

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-step2",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "main": "dist/general-player-register-form-step2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "fa7606648eac979494812909713f05eec0ac0cd8"
39
+ "gitHead": "23ca6a1db8e19fea0b5f18176f0d846ed03c43f4"
40
40
  }
@@ -405,7 +405,7 @@
405
405
  }
406
406
 
407
407
  .InvalidInput {
408
- color: var(--emfe-w-color-primary, #D0046C);
408
+ color: var(--emfe-w-color-error, #FD2839);
409
409
  font-size: ttp(0.625);
410
410
  position: absolute;
411
411
  bottom: -3px;
@@ -415,7 +415,7 @@
415
415
  .ErrorMessage {
416
416
  margin: 0 0 ttp(0.938) 0;
417
417
  font-size: ttp(0.75);
418
- color: var(--emfe-w-color-primary, #D0046C);
418
+ color: var(--emfe-w-color-error, #FD2839);
419
419
  }
420
420
 
421
421
  .RegisterStepNext {