@everymatrix/casino-most-played-section 1.1.2 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-most-played-section",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "main": "index.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": "a331dfb7a0daca971fec89907140c9353dc5f0b3"
39
+ "gitHead": "8382d5b109b967bd6756236bd96bb5a13d51e40e"
40
40
  }
@@ -189,7 +189,7 @@
189
189
  }
190
190
 
191
191
  .casino-most-played-section {
192
- background: var(--emfe-w-color-black, #000000);
192
+ background: var(--emfe-w-color-contrast, #07072A);
193
193
  color: var(--emfe-w-color-white, #FFFFFF);
194
194
  }
195
195
  </style>