@everymatrix/player-deposit 0.0.225 → 0.0.227

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.225",
3
+ "version": "0.0.227",
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": "f58cef61f569c3d9b496becafc3ab9e93cb5eca7"
39
+ "gitHead": "87c5d90286e7d4214a1e8f9ec974787cb1fd71a6"
40
40
  }
@@ -115,7 +115,7 @@
115
115
  <div class="DepositWrapper {isMobile ? 'DepositWrapperMobile' : ''}">
116
116
  {#if isMobile}
117
117
  <div class="MenuReturnButton" on:click={() => toggleScreen()}>
118
- <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><defs><style>.aaa{fill:#d0046c;}</style></defs><g transform="translate(-20 -158)">
118
+ <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><defs><style>.aaa{fill:var(--emfe-w-color-primary, #D0046C);}</style></defs><g transform="translate(-20 -158)">
119
119
  <g transform="translate(20 158)">
120
120
  <path class="aaa" d="M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z" transform="translate(15 15) rotate(180)"/>
121
121
  </g></g>
@@ -148,7 +148,7 @@
148
148
  }
149
149
 
150
150
  .DepositWrapper {
151
- color: #07072A;
151
+ color: var(--emfe-w-color-contrast, #07072A);
152
152
  padding: 50px 50px 30px 50px;
153
153
  max-width: 100%;
154
154
 
@@ -159,19 +159,19 @@
159
159
  }
160
160
 
161
161
  .MenuReturnButton{
162
- color: #D0046C;
162
+ color: var(--emfe-w-color-primary, #D0046C);
163
163
  display: inline-flex;
164
164
  align-items: center;
165
165
  column-gap: 10px;
166
166
  margin-bottom: 10px;
167
167
  & svg {
168
- fill: #D0046C;
168
+ fill: var(--emfe-w-color-primary, #D0046C);
169
169
  }
170
170
  }
171
171
 
172
172
  .DepositTitle {
173
173
  font-size: 26px;
174
- color: #D0046C;
174
+ color: var(--emfe-w-color-primary, #D0046C);
175
175
  font-weight: 400;
176
176
  }
177
177