@everymatrix/player-deposit 0.0.193 → 0.0.197
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-deposit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.197",
|
|
4
4
|
"main": "dist/player-deposit",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
|
|
40
40
|
}
|
package/src/PlayerDeposit.svelte
CHANGED
|
@@ -130,6 +130,10 @@
|
|
|
130
130
|
@return $value * $multiplicator;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
+
:host {
|
|
134
|
+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
135
|
+
}
|
|
136
|
+
|
|
133
137
|
.DepositWrapper {
|
|
134
138
|
color: #07072A;
|
|
135
139
|
padding: 50px 50px 30px 50px;
|