@everymatrix/general-player-sms-verification-form 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-sms-verification-form",
3
- "version": "1.13.16",
3
+ "version": "1.13.18",
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": "586fd8038cd1f675aab3c6a81922c36e5d8faa34"
38
+ "gitHead": "29a83de9b7993a1daa20b9e2971e44b8cb9690ed"
39
39
  }
@@ -256,7 +256,7 @@ import { onMount } from 'svelte';
256
256
  &.InvalidField {
257
257
  input {
258
258
  border: 1px solid vvar(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
259
- background: var(--emfe-w-color-primary-50, #FBECF4);
259
+ background: var(--emfe-w-color-pale, #FBECF4);
260
260
  color: var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
261
261
  }
262
262
  }