@everymatrix/casino-lobby 1.17.1 → 1.17.2

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/casino-lobby",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "main": "dist/casino-lobby.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": "f2155458138e80c61c668cc7e75c645d6f16709c"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -416,7 +416,7 @@
416
416
 
417
417
 
418
418
  .CasinoLobby {
419
- background-color: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
419
+ background-color: var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));
420
420
  width: 100%;
421
421
  margin: 0 auto;
422
422
  min-height: 100vh;