@everymatrix/casino-filter-page 0.0.227 → 0.0.231

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-filter-page",
3
- "version": "0.0.227",
3
+ "version": "0.0.231",
4
4
  "main": "dist/casino-filter-page.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": "87c5d90286e7d4214a1e8f9ec974787cb1fd71a6"
39
+ "gitHead": "e086afea1fa3d77d6522b4285288d9dda114b206"
40
40
  }
@@ -404,7 +404,7 @@
404
404
  cursor: pointer;
405
405
  transition: border 150ms ease-in-out;
406
406
  &:hover {
407
- border: 1px solid #F9A8D4;
407
+ border: 1px solid var(--emfe-w-color-primary-100, #F1BED9);
408
408
  }
409
409
  }
410
410
  .ClearFiltersButton {