@everymatrix/casino-lobby 0.0.225 → 0.0.230

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": "0.0.225",
3
+ "version": "0.0.230",
4
4
  "main": "dist/casino-lobby.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": "f58cef61f569c3d9b496becafc3ab9e93cb5eca7"
39
+ "gitHead": "6450633dc3eac30c6bbb7963e606ee94b046d30d"
40
40
  }
@@ -191,7 +191,7 @@
191
191
 
192
192
  <div bind:this={customStylingContainer} class={displayNone ? 'DisplayNone' : ''}>
193
193
  {#if hasErrors}
194
- <p style="color:#fff">{error}</p>
194
+ <p style="color:var(--emfe-w-color-white, #FFFFFF)">{error}</p>
195
195
  {:else}
196
196
  <div class="CasinoLobby">
197
197
  <div class="WidgetsSection">
@@ -290,7 +290,7 @@
290
290
  }
291
291
 
292
292
  .CasinoLobby {
293
- background-color: #07072A;
293
+ background-color: var(--emfe-w-color-contrast, #07072A);
294
294
  width: 100%;
295
295
  margin: 0 auto;
296
296
  min-height: 100vh;