@everymatrix/general-player-sms-verification-form 1.13.22 → 1.13.24

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.22",
3
+ "version": "1.13.24",
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": "07a124adef4703b4a19619953a0221dbd6299859"
38
+ "gitHead": "cde0044a9c4c9152ef07e47cb9284338748f0078"
39
39
  }
@@ -255,7 +255,7 @@ import { onMount } from 'svelte';
255
255
 
256
256
  &.InvalidField {
257
257
  input {
258
- border: 1px solid vvar(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
258
+ border: 1px solid var(--emfe-w-registration-color-primary, var(--emfe-w-color-pink-500, #D0046C));
259
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
  }