@everymatrix/player-profile-info 0.0.193 → 0.0.194

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/player-profile-info",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
4
4
  "main": "dist/player-profile-info.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": "0960983a499b8cd9494500f0f36058fdc61fbead"
39
+ "gitHead": "304c45e7453bfc650dd29548b0905e8b5e3815fb"
40
40
  }
@@ -360,6 +360,10 @@
360
360
  @return $value * $multiplicator;
361
361
  }
362
362
 
363
+ :host {
364
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
365
+ }
366
+
363
367
  .MyAccountCategoryTitle {
364
368
  font-size: 26px;
365
369
  color: #D0046C;