@everymatrix/casino-tournaments-filter-controller 0.0.231 → 0.0.232

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-tournaments-filter-controller",
3
- "version": "0.0.231",
3
+ "version": "0.0.232",
4
4
  "main": "dist/casino-tournaments-filter-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "e086afea1fa3d77d6522b4285288d9dda114b206"
40
+ "gitHead": "3c2127b4476d6b57667cffae8f76e819c7941042"
41
41
  }
@@ -186,7 +186,7 @@
186
186
  button {
187
187
  display: flex;
188
188
  align-items: center;
189
- background-color: var(--emfe-w-color-black, #000000);
189
+ background-color: transparent;
190
190
  justify-content: center;
191
191
  padding: 10px;
192
192
  height: 40px;
@@ -207,7 +207,6 @@
207
207
  }
208
208
 
209
209
  .FiltersController {
210
- background: var(--emfe-w-color-black, #000000);
211
210
  color: var(--emfe-w-color-white, #FFFFFF);
212
211
  display: flex;
213
212
  justify-content: flex-end;