@everymatrix/general-player-login-form 0.0.227 → 0.0.228

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-login-form",
3
- "version": "0.0.227",
3
+ "version": "0.0.228",
4
4
  "main": "dist/general-player-login-form.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": "87c5d90286e7d4214a1e8f9ec974787cb1fd71a6"
39
+ "gitHead": "29054c0e1620b86e700d983b67e48278178a239d"
40
40
  }
@@ -372,7 +372,7 @@
372
372
  cursor: pointer;
373
373
  &[disabled] {
374
374
  background: var(--emfe-w-color-gray-100, #E6E6E6);
375
- border: 1px solid #c1c1c1;
375
+ border: 1px solid var(--emfe-w-color-gray-150, #828282);
376
376
  cursor: not-allowed;
377
377
  }
378
378
  }