@everymatrix/casino-last-played-section 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-last-played-section",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
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": "f2155458138e80c61c668cc7e75c645d6f16709c"
38
+ "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
39
39
  }
@@ -207,7 +207,7 @@
207
207
  }
208
208
 
209
209
  .CasinoLastPlayedSection {
210
- background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-dunkel, #07072A));
210
+ background: var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));
211
211
  color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
212
212
  }
213
213
  </style>