@everymatrix/casino-lobby 0.0.225 → 0.0.227
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.
|
|
3
|
+
"version": "0.0.227",
|
|
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": "
|
|
39
|
+
"gitHead": "87c5d90286e7d4214a1e8f9ec974787cb1fd71a6"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
<div bind:this={customStylingContainer} class={displayNone ? 'DisplayNone' : ''}>
|
|
193
193
|
{#if hasErrors}
|
|
194
|
-
<p style="color
|
|
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;
|