@everymatrix/player-bonus-card 0.0.252 → 0.0.255

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-bonus-card",
3
- "version": "0.0.252",
3
+ "version": "0.0.255",
4
4
  "main": "dist/player-bonus-card",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "6824e7c03c551fb8c35921b8846fdbbb49f76169"
39
+ "gitHead": "75eba1384dd09e2170373cd0b2350fd226937e2a"
40
40
  }
@@ -104,7 +104,7 @@
104
104
  background-color: var(--emfe-w-color-white, #FFFFFF);
105
105
  padding: 10px 20px 20px;
106
106
  border-radius: 5px;
107
- box-shadow: 0 3px 12px var(--emfe-w-color-gray-50, #F9F8F8);
107
+ box-shadow: 0px 3px 12px var(--emfe-w-color-gray-100, #E6E6E6);
108
108
  }
109
109
 
110
110
  .BonusCardRow {