@everymatrix/casino-filter-modal 0.0.192 → 0.0.196

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-filter-modal",
3
- "version": "0.0.192",
3
+ "version": "0.0.196",
4
4
  "main": "dist/casino-filter-modal.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": "90772f9f46872463853a444005e5adbfb07fc973"
39
+ "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
40
40
  }
@@ -134,11 +134,14 @@
134
134
  @return $value * $multiplicator;
135
135
  }
136
136
 
137
+ :host {
138
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
139
+ }
140
+
137
141
  *, *::before, *::after {
138
142
  margin: 0;
139
143
  padding: 0;
140
144
  box-sizing: border-box;
141
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
142
145
  }
143
146
 
144
147
  .FilterModalWindow {