@everymatrix/casino-games-category-section 1.17.2 → 1.17.4

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-games-category-section",
3
- "version": "1.17.2",
3
+ "version": "1.17.4",
4
4
  "main": "dist/casino-games-category-section.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": "462a557bf7dab099fad999a6d0998f5155877620"
38
+ "gitHead": "9bb18c43ff2bfc607d04dde35cedd5c861f4d483"
39
39
  }
@@ -949,14 +949,14 @@
949
949
 
950
950
  .CategoryName,
951
951
  .StatusText {
952
- color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
952
+ color: var(--emfe-w-casino-typography, var(--emfe-w-color-contrast, #FFFFFF));
953
953
  font-size: 22px;
954
954
  font-weight: 500;
955
955
  }
956
956
 
957
957
  .CategoryLoadMore {
958
958
  font-size: 14px;
959
- color: var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF));
959
+ color: var(--emfe-w-casino-typography, var(--emfe-w-color-contrast, #FFFFFF));
960
960
  }
961
961
 
962
962
  .NoSearchResults {